Skip to content

Commit c952f12

Browse files
committed
Updated comment formatting in k2sl_lambda.js
1 parent b4db270 commit c952f12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kinesis/k2sl_lambda.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
var 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+
///////////////////////////////////////////////////////////////////////////////////////////////////////////
77
var options = { 'hostname': 'endpoint1.collection.us2.sumologic.com',
88
'path': 'https://endpoint1.collection.us2.sumologic.com/receiver/v1/http/XXXXX',
99
'method': 'POST'

0 commit comments

Comments
 (0)