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 64adc91 commit d5ea151Copy full SHA for d5ea151
examples/batching.js
@@ -78,7 +78,7 @@ var payload2 = {
78
message: {
79
temperature: "75F",
80
chickenCount: 600,
81
- note: "New chickens have arrived!"
+ note: "New chickens have arrived"
82
},
83
metadata: payload.metadata
84
};
@@ -97,4 +97,4 @@ Logger.send(payload2);
97
Logger.flush(function(err, resp, body) {
98
// If successful, body will be { text: 'Success', code: 0 }
99
console.log("Response from Splunk", body);
100
-});
+});
0 commit comments