You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…30407)
**Description:**
Allow to batch with multiple keys. Use this new capability with the
Splunk HEC exporter.
**Link to tracking Issue:**
Fixesopen-telemetry#30404
Component(s)
exporter/splunkhec
Is your feature request related to a problem? Please describe.
The Splunk HEC exporter gets a 400 error on sending batches if at least one element in the batch has a bad index value.
The fix is to batch per index, so we have a clean way to try batches without partial retries.
Describe the solution you'd like
Batch per index ; we already batch per access token, so batch by both.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: