we have an input file with a format like below. How to process it with logstash?
{
"message" => "test",
"@timestamp" => "2013-12-23T22:30:01.000Z",
"@version" => "1",
"type" => "syslog",
"host" => "0:0:0:0:0:0:0:1:52617",
"received_at" => "2013-12-23 22:49:22 UTC",
"received_from" => "0:0:0:0:0:0:0:1:52617",
"headers" =>{
"key1" => "value1",
"key2" => "value2"
}
}
PS: I don't know what this format is known so difficult to google it 