Set up custom episode actions in ITSI
Unique use cases can require custom alerting functionality and integration. In addition to the default actions you can take on an episode, ITSI also lets you define custom alert actions in notable_event_actions.conf.
Prerequisites
- Only users with file system access, such as system administrators, can set up custom episode actions.
- Review the steps in How to edit a configuration file in the Admin Manual.
default
directory. The files in the default
directory must remain intact and in their original location. Make changes to the files in the local
directory.Steps
- Open or create a local version of
notable_event_actions.conf
atSPLUNK_HOME/etc/apps/SA-ITOA/local
. - Add a stanza for the action you want to perform. For example:
[itsi_sample_event_action_ping]
Note: The stanza name should be same as the action name. For example, the stanza name in both alert_actions.conf and notable_event_actions.conf should be same. - Set
disabled = 0
to enable the custom action. For example:[itsi_sample_event_action_ping] disabled = 0
For an example configuration, see notable_event_actions.conf.example.
notable_event_actions.conf
only allows for a one-way integration. The episode will not contain a drilldown link to the action that was performed.