File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Splunk logging for JavaScript
2
2
3
- #### Version 0.9.3
3
+ #### Version 0.10.0
4
4
5
5
This project provides a simple JavaScript interface for logging to HTTP Event Collector in Splunk Enterprise and Splunk Cloud.
6
6
@@ -32,7 +32,7 @@ See the `examples` folder for usage examples:
32
32
33
33
### SSL
34
34
35
- Note: SSL certificate validation is diabled by default.
35
+ Note: SSL certificate validation is disabled by default.
36
36
To enable it, set ` requestOptions.strictSSL = true ` on your ` SplunkLogger ` instance:
37
37
38
38
``` javascript
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " splunk-logging" ,
3
- "version" : " 0.9.3 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " Splunk HTTP Event Collector logging interface" ,
5
5
"homepage" : " http://dev.splunk.com" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments