- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-12-2024 12:05 PM
Good afternoon,
Is there a way to see the logs that are generated in Device control Violations?
I know that using preset = device_control in XQL we can see devices but this preset does not give me all the data that appears in the Violations section...
I need to see all the fields like these that appear:
How can I obtain the information about the devices that were blocked using XQL?
Thank you
07-16-2024 12:00 AM
Hello @Rolando_Pena ,
Thanks for reaching out on LiveCommunity!
Please try below query:
preset = device_control
| filter event_sub_type = ENUM.DEVICE_PLUG
If you feel this has answered your query, please let us know by clicking on Like and "mark this as a 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!