Hi all,
I have question on the ability to query data for eql,
Can eql be used to query for any log source other than from elastic-agent or winlogbeat.
For example: i use filebeat to collect log from iis server then put them thourgh logstash to process and then index them to elastic. I have indexed them in ecs format so it will be compatible to eql, but then how to i query that iis log using eql.
All i can see from the document are how to query data from winlogbeat or elastic-agent. And not from different source.
Thanks for your time.