- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
07-29-2024 04:47 AM
Hi Community,
I have a query regarding XQL. I have a list of over 100 approved application names available. How can I easily find the unapproved applications installed on machines, compared to the approved application versions?
07-29-2024 10:51 PM
Hello @Vinothkumar_SBA ,
Thanks for reaching out on LiveCommunity!
The sample should be like below, you can include the list of applications:
preset = host_inventory_applications
| filter application_name not in("","")
If you feel this has answered your query, please let us know by clicking on Like and "mark this as a Solution".
07-29-2024 10:51 PM
Hello @Vinothkumar_SBA ,
Thanks for reaching out on LiveCommunity!
The sample should be like below, you can include the list of applications:
preset = host_inventory_applications
| filter application_name not in("","")
If you feel this has answered your query, please let us know by clicking on Like and "mark this as a Solution".
08-07-2024 07:15 AM
Hi Aspatil,
I used this query to filter the unapproved applications, but the default services are still showing up in the query results on the Linux machine. Could you please help with this problem?
08-07-2024 11:16 PM
Hello @Vinothkumar_SBA ,
Please try applying filter for operating system and create different queries as per the OS type.
Regards,
Ashutosh
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!