-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/splunkhec] Metrics ingestion behavior is not consistent with Splunk Cloud/Enterprise #38464
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
Labels
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Sure, please update the documentation and please feel free to offer a fix. |
atoulme
pushed a commit
that referenced
this issue
Mar 14, 2025
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Splunk HEC metrics accepts metrics when `"event": ""`. This aligns with Splunk HEC behavior <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes [38464](#38464) <!--Describe what testing was performed and which tests were added.--> #### Testing Unit tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
hapatel-splunk
pushed a commit
to hapatel-splunk/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
…emetry#38585) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Splunk HEC metrics accepts metrics when `"event": ""`. This aligns with Splunk HEC behavior <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes [38464](open-telemetry#38464) <!--Describe what testing was performed and which tests were added.--> #### Testing Unit tests <!--Describe the documentation added.--> #### Documentation <!--Please delete paragraphs that you did not use before submitting.-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
receiver/splunkhec
What happened?
Description
Currently, there is inconsistent behavior between splunkhecreceiver vs splunk enterprise/cloud on metrics ingestion support. Ideally, hecreceiver should align with splunk enterprise/cloud.
The current documentation says
Metrics data, which requires an event field set to metric.
, but this is not accurate and we are working with splunk doc team to update this.The
event
field can be optionalSteps to Reproduce
event
field at allExpected Result
Actual Result
Collector version
latest
Environment information
N/A
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: