Kibana search query | preceding and following log search details

Hi Team,

I want to search where
Step1: Search a keyword to look for the log
Step2: check the preceding or following log search details based logdetails

Example
3:01 log1 precedingdata
3:02 log1 xyz
3:03 log1 followingdata

For the above details, Search the kibana for the keyword "xyz" will provide me the 3:02 log. Based on the search result how do I get the precedingdata[3:01 time log] and followingdata [3:03 time log]

Request any one to let me know how to achieve this?

kind regards
Pramod

What you want is discussed here - https://github.com/elastic/kibana/issues/275

Thank you Warklom for directing me to the right location. Hope this feature comes soon :frowning: