Hello there!
I'm working on an alerting system.
I use Kibana connector log and Logstash to sand emails.
For now I have rule to show just a count of files, but I would like to see the contain of field.
For example, I have fields 'state' and 'filename'. My rule has filter by 'state' field when it is with 'error'. But it shows only the count ( like 5 errors for last 10 minutes).
I want to see contain of 'filename' field (when it is in error state).
Is there some options in Kibana to do that?
Thank you for any answers!