11-14-2022 04:17 AM
is there any way that i can search bulk of endpoint in cortex xdr in one go or any other way to search the endpoints, as one and one to enter in console and search is very hectic.
11-14-2022 04:46 AM
Hi @NitinYadav ,
Thank you for writing to live community!
If your used case is just to view list of endpoints, you can also do that using XQL queries. Try the command below:
dataset=endpoints
|filter endpoint_name in (“list of hostnames”)
If you want to search for multiple endpoints by filtering out hostnames in endpoints page itself, then as of now we do not have options as such. The workaround is to attempt grouping of endpoints using tags or groups for better searches.
Another alternative is that if you have endpoints hostnames in a textfile, try uploading and creating groups and then find the endpoints by groups. Please note that this method is regressive and you should keep these textfile groups minimal as it will cause to slow down the tenant. This is used for specific purposes only.
Hope that answers your question!
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!