I use Logstash to collect my logs. I store my logs in Elasticsearch. I'm using Kibana in order to search through my logs on Elasticsearch.
Once I find the log entry I'm looking for through Discover, how can I view the adjacent rows in the log? That is, the adjacent rows from the original file? This is useful to figure out what happened before and after that specific message.
Thank you,