logstash - Sort custom field in Kibana -


i using elasticsearch, logstash 2.1, kibana 4 logging platform.

in logstash's config add field (for example field people) :

filter{    muate{       add_field => { "people" => "some unique name variable"}    } } 

i can see column people in kibana discover tab, that's ok. cannot sort kibana's table of logs field "people". should set in logstash's config sort people in kibana? thanks.


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

css - Can I use the :after pseudo-element on an input field? -