Skip to content

Commit

Permalink
Editorial updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtevenan-splunk committed Nov 19, 2015
1 parent 94eab46 commit 93853fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Logger.error = function(err, context) {
console.log("error", err, "context", context);
};

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

0 comments on commit 93853fd

Please sign in to comment.