Hello,
i have a log file that contains INFO,WARN and ERROR like :
[17:37:17.103] [ERROR] [...] [.....]
these are log4j logs.
Using filebeat, I want to filter out only those logs with log level ERROR and send them to logstash, can anybody tell me how to do this?
Thank you for any help.