File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
var https = require ( 'https' ) ;
2
2
3
3
///////////////////////////////////////////////////////////////////////////////////////////////////////////
4
- // // Remember to change the hostname and path to match your collection API and specific HTTP-source endpoint
5
- // // See more at: https://service.sumologic.com/help/Default.htm#Collector_Management_API.htm
6
- // // /////////////////////////////////////////////////////////////////////////////////////////////////////////
4
+ // Remember to change the hostname and path to match your collection API and specific HTTP-source endpoint
5
+ // See more at: https://service.sumologic.com/help/Default.htm#Collector_Management_API.htm
6
+ ///////////////////////////////////////////////////////////////////////////////////////////////////////////
7
7
var options = { 'hostname' : 'endpoint1.collection.us2.sumologic.com' ,
8
8
'path' : 'https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/XXXXX' ,
9
9
'method' : 'POST'
You can’t perform that action at this time.
0 commit comments