Hi ,
I am collection SystemOut logs using Logstash and creating individual index and trying to see the systemOut message in Kibana but it is showing in json format and also showing some extra mesg. I want to see only "message" in kibana same like original SystemOut.log file .Below is my out put in kibana.
I am expecting to see only :
"message": "\tat com.ibm.ws.security.core.distSecurityComponentImpl.initializeSecurityConfig(distSecurityComponentImpl.java:1263)",
That JSON looks normal for a document in Elasticsearch as seen from a search result. When you search for data, you are going to get back the JSON representation of the data.
If you want to just see the message field, then look at the index pattern for this data in Discover, and click the "add" link next to the message field. Then you'd get something like this:
It looks to me like you're trying to view the data by searching in Dev Tools > Console. (If you're not, let me know where you're seeing this JSON). You can write a search that filters for the message field by using a search like:
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.