- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-18-2025 06:15 AM - edited 02-18-2025 06:16 AM
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
02-18-2025 09:43 AM
@J.English I am not very familiar with EQL but you can validate the query directly with the API before digging deep into XSOAR from here: https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html
Hopefully this will help.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!