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 11var https = require ( 'https' ) ;
22
33///////////////////////////////////////////////////////////////////////////////////////////////////////////
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+ ///////////////////////////////////////////////////////////////////////////////////////////////////////////
77var options = { 'hostname' : 'endpoint1.collection.us2.sumologic.com' ,
88 'path' : 'https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/XXXXX' ,
99 'method' : 'POST'
You can’t perform that action at this time.
0 commit comments