Skip to content

Commit 93853fd

Browse files
Editorial updates.
1 parent 94eab46 commit 93853fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Logger.error = function(err, context) {
3737
console.log("error", err, "context", context);
3838
};
3939

40-
// Define the payload to send to Splunk's Event Collector
40+
// Define the payload to send to HTTP Event Collector
4141
var payload = {
4242
// Message can be anything, it doesn't have to be an object
4343
message: {
@@ -85,4 +85,4 @@ console.log("Sending payload", payload);
8585
Logger.send(payload, function(err, resp, body) {
8686
// If successful, body will be { text: 'Success', code: 0 }
8787
console.log("Response from Splunk", body);
88-
});
88+
});

0 commit comments

Comments
 (0)