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

Latest commit

 

History

History
24 lines (17 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 807 Bytes

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