1.2.3 • Published 4 years ago

@tmar/sti-plugin v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

NPM module for standardizing SIEM plugins for Sentinel SIEM plugins.

Requirements

The following environment variables are recognized and used to allow the plugin to self-configure. These will usually be set by Docker but may need to be set programmatically when developing:

  • STI_PLUGIN_ENV: set to a JSON filename to set environment variables
  • API_SERVER: set this to the SIEM Agent API: xxxxxxxx:8443
  • API_KEY: This is the API key of the sensor.
  • API_SECRET: The API secret key.
  • API_FILTER: A filter to use when retrieving service information.
  • NODE_TLS_REJECT_UNAUTHORIZED: Define (set to 0) if self-signed certificates should be allowed

Quick Start

  1. Add the plugin to the Node.js project: npm install --save @tmar/sti-plugin

  2. Reference the plugin in code: const plugin = require('@tmar/sti-plugin);

  3. Use the plugin methods.

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago