Script Runner

Script Runner API Documentation:-

The purpose of this document is to help users understand how they can use InsightFinder script runner to automate the actions. Script runner is designed to execute all user created action scripts from one single location.

The code for the script runner can be downloaded from –
https://github.com/insightfinder/InsightAgent/tree/master/script_runner

Pre-requisites:

  1. Python: 3.3+
  2. Network access to InsightFinder (port 443)
  3. Network access from InsightFinder (port 4446)

You can follow the steps in the README file at https://github.com/insightfinder/InsightAgent/blob/master/script_runner/README.md to install and run the action scripts.