Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

splunk-events

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splunk-events - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "splunk-events",
"version": "0.0.2",
"version": "0.0.3",
"description": "Javascript lib to create Splunk Logs via HTTP",

@@ -5,0 +5,0 @@ "main": "dist/splunk-events.js",

@@ -25,7 +25,7 @@ # Splunk Events

splunkEvents.config({
token: 'xxx', // required
token: 'YOUR_TOKEN_HERE', // required
});
splunkEvents.logEvent({
user: 'tiago'
username: 'vader'
});

@@ -43,7 +43,7 @@ ```

splunkEvents.config({
token: 'xxx', // required
token: 'YOUR_TOKEN_HERE', // required
});
splunkEvents.logEvent({
user: 'tiago'
username: 'vader'
});

@@ -60,10 +60,10 @@ ```

// Required. Splunk server endpoint
endpoint: 'xxxxx',
endpoint: 'YOUR_SPLUNK_ENDPOINT',
// Required. This is provided by the Splunk administrator
token: 'xxxxx',
token: 'YOUR_TOKEN',
// Optional. Index created in Splunk. The 'token' option already associates the index info.
// This option is useful when the token have multiple indexes.
index: 'xxxxx',
index: 'YOUR_INDEX',

@@ -70,0 +70,0 @@ // A debounced function will automatically flush your events after some time

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc