splunk-events
Advanced tools
Comparing version 1.3.0-beta.1 to 1.3.1
{ | ||
"name": "splunk-events", | ||
"version": "1.3.0-beta.1", | ||
"version": "1.3.1", | ||
"description": "Javascript lib to create Splunk Logs via HTTP", | ||
@@ -37,2 +37,5 @@ "main": "SplunkEvents.js", | ||
"name": "Alejandro Osorio" | ||
}, | ||
{ | ||
"name": "Gustavo Rosolem" | ||
} | ||
@@ -39,0 +42,0 @@ ], |
@@ -84,2 +84,5 @@ # Splunk Events | ||
// Send the current time to Splunk | ||
injectTimestamp: false, //default | ||
// Inactive time to wait until flush events. Requires 'autoFlush' option. | ||
@@ -219,3 +222,3 @@ debounceTime: 2000, //default | ||
// here you can proxy to https and add ports if you need to | ||
'X-Vtex-Proxy-To': `https://${YOUR_SPLUNK_ENDPOINT}:8080`, | ||
'X-Vtex-Proxy-To': `https://${YOUR_SPLUNK_ENDPOINT}:8080`, | ||
} | ||
@@ -222,0 +225,0 @@ }) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16570
1
258