Page MenuHomePhabricator

Parsoid_log_message_as_seen_by_logstash

Authored By
bd808
Oct 20 2014, 7:00 PM
Size
918 B
Referenced Files
None
Subscribers
None

Parsoid_log_message_as_seen_by_logstash

The :event key is the important bit here. The keys prefixed with colons are just the internal logstash logging decoration.
{
:timestamp=>"2014-10-20T17:52:29.931000+0000",
:message=>"output received",
:event=>{
"host"=>"deployment-parsoid04",
"short_message"=>"started parsing",
"facility"=>"parsoid",
"level"=>6,
"full_message"=>"{\n \"name\": \"parsoid\",\n \"hostname\": \"deployment-parsoid04\",\n \"pid\": 26612,\n \"level\": 30,\n \"type\": \"info\",\n \"location\": \"[info][enwiki/Black_cat?oldid=52615]\",\n \"msg\": \"started parsing\",\n \"time\": \"2014-10-20T17:52:24.900Z\",\n \"v\": 0\n}",
"version"=>"1.0",
"@version"=>"1",
"@timestamp"=>"2014-10-20T17:52:24.900Z",
"source_host"=>"10.68.16.17",
"pid"=>26612,
"type"=>"info",
"location"=>"[info][enwiki/Black_cat?oldid=52615]"
},
:level=>:debug,
:file=>"(eval)",
:line=>"1199"
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
320
Default Alt Text
Parsoid_log_message_as_seen_by_logstash (918 B)

Event Timeline