Skip to content

Commit 812e0b2

Browse files
Editorial updates.
1 parent 2411218 commit 812e0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/retry.js

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

47-
// Define the payload to send to Splunk's Event Collector
47+
// Define the payload to send to HTTP Event Collector
4848
var payload = {
4949
// Message can be anything, doesn't have to be an object
5050
message: {
@@ -66,4 +66,4 @@ console.log("Sending payload", payload);
6666
Logger.send(payload, function(err, resp, body) {
6767
// If successful, body will be { text: 'Success', code: 0 }
6868
console.log("Response from Splunk", body);
69-
});
69+
});

0 commit comments

Comments
 (0)