splunk-events
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "splunk-events", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Javascript lib to create Splunk Logs via HTTP", | ||
@@ -5,0 +5,0 @@ "main": "dist/splunk-events.js", |
@@ -12,2 +12,7 @@ # Splunk Events | ||
------- | ||
### Setup | ||
```npm install splunk-events``` | ||
------- | ||
### ES6 Example | ||
@@ -53,3 +58,6 @@ | ||
{ | ||
// Required. This is provided by the Splunk administrator (@caldas) | ||
// Required. Splunk server endpoint | ||
endpoint: 'xxxxx', | ||
// Required. This is provided by the Splunk administrator | ||
token: 'xxxxx', | ||
@@ -73,5 +81,2 @@ | ||
// VTEX's default endpoint to Splunk | ||
endpoint: 'http://splunkindexers.splunk.vtex.com:8088', //default | ||
// Splunk's default path | ||
@@ -78,0 +83,0 @@ path: '/services/collector/event', //default |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117
431806