I have my mutate config
mutate {
gsub => [
"service","\x7f\\",""]
}
I want to replace "DEL" string with NULL. But look likes it misunderstands with my escape.
I have my mutate config
mutate {
gsub => [
"service","\x7f\\",""]
}
I want to replace "DEL" string with NULL. But look likes it misunderstands with my escape.
That escape sequence isn't supported.
https://www.elastic.co/guide/en/logstash/6.3/configuration-file-structure.html#_escape_sequences
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.