Is there a way to easily remove the leading in a key-value sequence?
<XXX>key1=value1 key2=value2 key3=value3
Filter looks like this now:
filter { kv {} }
Thank you for your support!
Is there a way to easily remove the leading in a key-value sequence?
<XXX>key1=value1 key2=value2 key3=value3
Filter looks like this now:
filter { kv {} }
Thank you for your support!
You can do it with mutate
mutate { gsub => [ "message", "^<\d+>", "" ] }
Thank you very much for the solution! You also learned me how the filter is working.
© 2020. All Rights Reserved - Elasticsearch
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.