Getting Data In

Splunk event collector with nodejs can't see data in splunk

rohan05
Observer

I am following the documentation to log events using javascript.

https://dev.splunk.com/enterprise/docs/devtools/javascript/logging-javascript/loggingjavascripthowto...

I am sending the data as below but couldn't see any of the keys in the Splunk log.

var payload = {
message: {
temperature: "70F",
chickenCount: 500
}
};
Labels (1)
Tags (2)
0 Karma
Get Updates on the Splunk Community!

Simplifying the Analyst Experience with Finding-based Detections

    Splunk invites you to an engaging Tech Talk focused on streamlining security operations with ...

[Puzzles] Solve, Learn, Repeat: Word Search

This challenge was first posted on Slack #puzzles channelThis puzzle is based on a letter grid containing ...

[Puzzles] Solve, Learn, Repeat: Advent of Code - Day 4

Advent of CodeIn order to participate in these challenges, you will need to register with the Advent of Code ...