How do I exclude multiple terms in Kibana 4 -


how can exclude multiple search terms in kibana 4? if type in 1 term, excludes it...but how can have more 1 excluded term. example, term "not yet classified"

if understand question properly, you're trying use "exclude pattern" exclude values populating in chart.

the "exclude pattern" , "include pattern" fields regular expressions , documented here: http://docs.oracle.com/javase/7/docs/api/java/util/regex/pattern.html.

if want exclude multiple fields, this:

term1|term2|term3 

Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -