json
Last updated
Was this helpful?
Was this helpful?
# conf
@type json
time_type string
time_format %d/%b/%Y:%H:%M:%S %z
# record example
{"key":"value","time":"28/Feb/2013:12:00:00 +0900"}{"time":1362020400,"host":"192.168.0.1","size":777,"method":"PUT"}time:
1362020400 (2013-02-28 12:00:00 +0900)
record:
{
"host" : "192.168.0.1",
"size" : 777,
"method": "PUT",
}