Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'splunk_hec' exporter, 'filter' processor, and 'transform' processor #51

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

mkocher
Copy link
Member

@mkocher mkocher commented Sep 3, 2024

These are widely useful exporters we've gotten requests to include. Please note that like most things in otel-collector these are not considered stable upstream and the functionality and configuration may change over time as the otel-collector changes.

  • splunk_hec (beta): Useful for sending logs & metrics to Splunk Enterprise. Eventually we expect this to replace the widely used splunk-firehose-nozzle
  • filter (alpha): useful for dropping logs that are not worth the cost of sending to a particular destination
  • transform (alpha): useful for modifying data in flight, like dropping or adding attributes

mkocher and others added 2 commits September 3, 2024 20:46
Signed-off-by: Andrew Costa <[email protected]>
add 'attributes', 'filter', 'resource' and 'transform' processors

Signed-off-by: Matthew Kocher <[email protected]>
@mkocher mkocher requested a review from a team as a code owner September 3, 2024 21:53
@mkocher mkocher merged commit 14c8006 into main Sep 4, 2024
5 checks passed
@mkocher mkocher deleted the add-exporter-and-processors branch September 4, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants