Hello guys,
I'm currently facing with issue related to visualization and need help.
ELK gets syslogs from cisco routers via filebeat, it parses the logs fine, which is great and It also works great in discovery. However, the main field which is called "MESSAGE" is not aggregatable, unfortunately. The field is in text format to make it aggregatable it needs to be changed to keyword but I'm not sure. I've tried to change the type of the field but it is not possible in index pattern, I've changed the type in Legacy index templates, but nothing changed.
All I need is to add message table into dashboard.
Thank you in advance
It is true that you cannot aggregate on the text field type. You should be able to add keyword type to your existing field (documentation). After reindexing, this new field will show up as aggregatable.
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.