Hi, I have several text strings with separator patterns that I would like to be able to ingest as objects in elasticsearch, these strings are of the style:
I have tried mutate split in cases A and C,
for case C I have tried kv { value_split => "|" field_split => " " source => "a" target => "a" },
I have also tried for case A ruby { code => "event.get('A').split('|')" }, I can't get it to work in any case
Any hints or step by step guide you can think of?
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.