Hi
I want to display only logs which i search substring
for example in my logs have message type as ERROR
if i search error, i want to display only logs which have error not entire log
how to filter in kibana 4
note : in search field i gave "astrikERRORastrik"
but it just highlighting error not filter the result..
can you help me