- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience.
12-29-2024 11:14 PM
Hi,
We need an XQL query that can identify events from multiple host that we define in the query.
Thank you.
12-30-2024 10:38 AM
Hi @I.Naseer, thanks for reaching us using the Live Community.
You can filter multiple hostnames by using the "in" operator in a filter, like in this example:
dataset = xdr_data
| filter agent_hostname in ("Hostname1", "Hostname2") // Ad many hostnames as requiered
If this post answers your question, please mark it as the solution.
12-30-2024 10:38 AM
Hi @I.Naseer, thanks for reaching us using the Live Community.
You can filter multiple hostnames by using the "in" operator in a filter, like in this example:
dataset = xdr_data
| filter agent_hostname in ("Hostname1", "Hostname2") // Ad many hostnames as requiered
If this post answers your question, please mark it as the solution.
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!