We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2411218 commit 812e0b2Copy full SHA for 812e0b2
examples/retry.js
@@ -44,7 +44,7 @@ Logger.error = function(err, context) {
44
console.log("error", err, "context", context);
45
};
46
47
-// Define the payload to send to Splunk's Event Collector
+// Define the payload to send to HTTP Event Collector
48
var payload = {
49
// Message can be anything, doesn't have to be an object
50
message: {
@@ -66,4 +66,4 @@ console.log("Sending payload", payload);
66
Logger.send(payload, function(err, resp, body) {
67
// If successful, body will be { text: 'Success', code: 0 }
68
console.log("Response from Splunk", body);
69
-});
+});
0 commit comments