ElasticSearch integration es-eql
Can someone, anyone, post a properly formatted (working) !es-eql-query command run in XSOAR. I am apparently too dumb to get it working. For context, here's the ES|QL query I'm trying to make work.FROM logs-* | WHERE winlog.event_data.LogonProcessName LIKE "User32 " and host.hostname LIKE "computername" | LIMIT10




