I got one different use case from my client which I need to identify a set of log data which got recorded in sequence at any line in the log file and they want to view the identified sequence in Kibana and its related count. I am wondering whether it is possible to achieve it in Logstash filter or in Kibana query.
Below is my log file.
for example I have to get the count of the below sequence appeared anywhere in the log file.
1. LS=Select
LS=Symmetry
LS=Select
LS=Select
LS=Mirror
LS=Select
2. LS=Select
LS=Modify
LS=* (which can be anything)
LS=Select
LS <> Select (This needs to be a command)
Please advice whether its possible to achieve.