I already have ELK setup for my Java application and I'm able to see the logs in Kibana.
I have a field called 'message' in which I have a string called transactionID and a value assoicated with it (eg: transactionID:73782983848748937947). Now I would like to see transactionID as a seperate field in kibana. At the same time I want to see the original message also.
Please see below screenshot.
In this I want transactionID also to be listed just like 'fields.app','fields.container', 'fields.environment' etc. And I want the 'message' to be retained as it is.
Please provide your suggestions about the right approach to achieve this using logstash and ElasticSearch
All my ElasticStack components are 7.6.2 version