I am unable to convert a field, that I am generating using 'kv' plugin, from string to integer. Here is the snippet of the config:
filter { kv { allow_duplicate_values => false value_split => "=" } mutate { convert => { "elapsed" => "integer" }} }
Any insight is much appreciated.
Hi,
Have you tried using the mutate filter to convert to a string to an integer:
https://www.elastic.co/guide/en/logstash/current/plugins-filters-mutate.html#plugins-filters-mutate-convert
That's exactly what I am trying to use (see the code snippet), however to no success.
Is this an LSF or an LS question?
warkolm, should probably be a LS questions. I'll reopen the request or move it.
Moved to LS section.
Hi
same issue here. How did you fix that ?
© 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.