-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/splunkhecexporter] Support separate metric index for hec exporter #35039
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
It doesn't look to me like we would need a If MetricsIndex is set, we use it when converting metrics to splunk events. If it is not set, we should default back to the Index config field to preserve the current behavior. |
good point. that's fine as well. |
Removing |
@spiffyy99 are you still working on this? |
No, we decided to go with a different approach. Lets close this out. |
Component(s)
exporter/splunkhec
Is your feature request related to a problem? Please describe.
Users of
splunkhecexporter
may be sending both logs and metrics data at the same time, so the config should provide a separate default metrics index to support this, since metrics and logs indexes support different data.Describe the solution you'd like
To avoid regressions in existing clients, metrics index can be configured as such:
MetricsIndex
UseMetricsIndex
. If this is set, metrics exporter will set the default index to beMetricsIndex
for metrics data.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: