We are new to Kibana and the ELK stack, and are trying to mold the Kibana interface to our desired use case. One of the things we are trying to do it cleanup the "noise" that is displayed by default (all the information in the _source field) and only display one of these fields. In our case this is the message field in _source.
{
..
"_source": {
...
"message": "Log Message I care about",
...
},
...
}
I am unable to find any real documentation on the proper syntax for this, and best I can find is that this should be possible.
Anyone know how to do this, or able to link me to a good resource?
When on the Discover tab, you can select a field of interest and click the "add" button. This will then begin limiting the results to the selected fields.
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.