Kibana version 7.14.1
I am creating an Event Correlation rule in SIEM and the preview does not return any results. If I do the same query in Dev Tools it works.
I see that the preview runs some kind of java script but the dev tools appear to do a standard web request.
If I copy the request from Event Correlation which looks like this:
If I paste into Dev Tools and GET on a wild card or specific index it works.
Is it possible there is a permissions issue? I am using the same account for the preview and the query.
Thanks
When I look at a document where the preview works, the @timestamp value is in the _source section of the JSON.
A document where the preview does not work has the @timestamp in the _fields section.
Presumably the SIEM Event Correlation EQL query runs against the _source only?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.