Hi, I'm ingesting the content from sys.dba_audit_trail into ES using the jdbc input plugin.
Everything goes ok with the exception of the field transactionid which is of type (at db level of RAW(8))
Here an example
000F001A00008F0A
When trying to index to ES I have the following error
[2020-12-30T15:55:03,988][ERROR][logstash.outputs.elasticsearch][oracle][e165fba9d3a72fb12f1b528141425a306cab12e7399f0edbe76920a85722dc89] An unknown error occurred sending a bulk request to Elasticsearch. We will retry indefinitely {:error_message=>"\"\\xB2\" from ASCII-8BIT to UTF-8",
I've tried with diferent values of
columns_charset => {"transactionid" => "xxx"}
and I have the event indexed without errors but with unreadable values
What Am I missing?
Thank you!
Regards
Ana