Kaspersky Industrial CyberSecurity for Linux Nodes

Enabling the display of events

February 8, 2024

ID 197937

The kics-control -W command enables display of the current application events. The command returns the name of the event and additional information about the event.

You can use this command either separately to display all current application events or together with the kics-control --start-task command to display only events related to the running task.

You can also use the kics-control -W command with the --query flag to specify filter conditions to display specific events.

Command syntax

kics-control -W

Examples:

Enable the display of current application events:

kics-control -W

Enable display of the current events of the task with ID=1:

kics-control --start-task 1 -W

Enable display of the current events of the TaskStateChanged type:

kics-control -W --query "EventType == 'TaskStateChanged'"

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.