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
I am getting an error in sending data from td-agent to splunk..
Though I am receiving data on splunk end, I believe some of the data are getting dropped because of the error, and I am not sure what's causing the error!
Error:
[warn]: suppressed same stacktrace
[warn]: record_reformer: Encoding::UndefinedConversionError "\xEF" from ASCII-8BIT to UTF-8 /opt/td-agent/embedded/lib/ruby/gems/2.1.0/gems/fluent-plugin-splunk-ex-1.0.2/lib/fluent/plugin/out_splunk_ex.rb:83:in `encode'
[warn]: emit transaction failed: error_class=Encoding::UndefinedConversionError error="\"\\xEF\" from ASCII-8BIT to UTF-8" tag="XYZ"
The text was updated successfully, but these errors were encountered:
@jet1276 Hmm... I'll have to see what may be causing this. I'll have to write some unit tests that test out UTF-8 characters to see how it affects the system. There may be some sort of encoding setting that I have to set. If that doesn't work, I'll have to catch the error and see if it can get encoded in a different fashion.
Hi Team,
I am getting an error in sending data from td-agent to splunk..
Though I am receiving data on splunk end, I believe some of the data are getting dropped because of the error, and I am not sure what's causing the error!
Error:
The text was updated successfully, but these errors were encountered: