Hi All,
Could anyone help me to remove " this double quote in the field and value.What has to be done ?
FIELD is equal to DELSA="NR and value is 1235648978"
so I want it as
Field as DELSA=NR and value as 1235648978
Thanks,
Raj
Hi All,
Could anyone help me to remove " this double quote in the field and value.What has to be done ?
FIELD is equal to DELSA="NR and value is 1235648978"
so I want it as
Field as DELSA=NR and value as 1235648978
Thanks,
Raj
Use a mutate filter and its gsub option.
mutate {
gsub => ['name-of-field', '"', '']
}
Thank you so much Magnus that works
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.