Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

The Splunk ITSI Event Management SDK is a python-based SDK that lets you build post-action, state-changing capability into ITSI notable event actions.

License

splunk/itsi-event-action-sdk

Repository files navigation

ITSI Event Management SDK v1.0

The ITSI Event Management SDK is deprecated and no longer supported. If you have scripts based on this SDK, you can continue using them, but it is recommended to eventually port them to use the original Notable Event Actions SDK that is shipped with ITSI, as it will be updated going forward. For documentation, see Use the Notable Event Actions SDK.

Installation

Install with pip:

virtualenv env
source env/bin/activate
pip install .
# Verify
python -c 'import itsi_event_management_sdk'

Run tests with:

python itsi_event_management_sdk/tests/tests.py

Docs

http://docs.splunk.com/Documentation/EventActionsSDK/1.0/SDKref/UsetheITSIEventManagementSDK

About

The Splunk ITSI Event Management SDK is a python-based SDK that lets you build post-action, state-changing capability into ITSI notable event actions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages