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
Post a Comment