Hi , We are trying a configuration to convert the message field (which has number coming as Text) to integer as we have to create some line graphs based on the number .
We tried below configuration but its converting only first digit.
ex: if message field has "1234"after conversion its showing only 1 .
Kindly suggest any ideas.
Here you can see Table view - Count is truncated or converted only first digit and and event.original is in text form.
Json view - Unicode is coming for event.original and count is coming as single digit .
You can try using the gsub function in the mutate filter to remove these non-printable characters before applying the grok pattern. Here's how you can modify your configuration:
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.