I want to convert hex data to ascii so I tried several ways on the logstash.config file.
My reference document is here. But it doesn't work for me. There's a error likes 'undefined method pack' .
My source data format example is "0b:33:22:15:32:23:11:15:76:3c" and I changed to "0b33221532231115763c" by using gsub. My problem is how to change hexstring(0b33221532231115763c) to ascii. Is there any idea or way?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.