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
Currently, I am consuming data from Kafka Stream using kafkareceiver then send the data consumed into Splunk using splunkhec exporter. I am able to get the data into Splunk but there are times where error message is flagged. Please refer to the Log Output for the error log message.
May I get your assistance on the following questions, please?
Why does this error message flagged sometimes?
How can I solve this error message flagged?
Will this error message cause data loss?
Steps to Reproduce
Setup a config.yaml file with needed configurations and run the otelcol-contrib-collector image in Kubernetes environment.
Please refer to the "OpenTelemetry Collector configuration" section for the configurations.
Expected Result
I expected the data to always be pushed and will not display any error.
Actual Result
The data is pushed but will flagged the error message as shown in the Log Output section.
The error message says that the backend is unavailable, which in most cases means the Splunk backend cannot process data fast enough.
How can I solve this error message flagged?
This is a problem with the backend, not the collector. You need to make sure the backend can handle the amount of data that is being sent and not being throttled.
Will this error message cause data loss?
No, the retry mechanism is enabled by default. The retry succeeded if there is no following "max elapsed time expired" error message.
Hello @ericashi, have your questions been answered sufficiently here? If so, we can close this issue. Otherwise, feel free to let us know if there's any other information that would be helpful.
Component(s)
exporter/splunkhec
What happened?
Description
Currently, I am consuming data from Kafka Stream using kafkareceiver then send the data consumed into Splunk using splunkhec exporter. I am able to get the data into Splunk but there are times where error message is flagged. Please refer to the Log Output for the error log message.
May I get your assistance on the following questions, please?
Steps to Reproduce
Setup a config.yaml file with needed configurations and run the otelcol-contrib-collector image in Kubernetes environment.
Please refer to the "OpenTelemetry Collector configuration" section for the configurations.
Expected Result
I expected the data to always be pushed and will not display any error.
Actual Result
The data is pushed but will flagged the error message as shown in the Log Output section.
Collector version
v0.88.0
Environment information
Environment
Kubernetes container
OpenTelemetry Collector configuration
Log output
Additional context
May I get your assistance on the following questions, please?
The text was updated successfully, but these errors were encountered: