So I have logs successfully coming in from a remote server into elasticsearch through logstash agents and I am trying to visualize it on kibana.
In the discover tab I see the fields that I have extracted using grok filter --good
However, when i click on visualize tab Piechart -> new search -> split slices -> aggregation -> terms -> field -> ???
I do not the see the fields I have extracted to be able to visualize them.
This is the discover tab
The type for your fields hasn't been set correctly. when you look at the fields in discover you see they have '?' next to them which means that the type for those fields isn't set and couldn't be interpreted, or perhaps you have different value types for those fields spread throughout your index.
If you look into properly setting field types using logstash and grok that should give you guidance.
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.