Hi,
I am using ELK GA 5.0.0. I have created a line chart with Count in Y-Axis and X-Axis>Aggregation>Date Histogram. Then I did Split Lines>Sub Aggregation>Filters and gave filter !error:ERR0|ERR1. My requirement is to display logs whose error field doesnot contain both ERR0 and ERR1. It may conatin other values like ERR1, ERR2 etc. My question is, which one is the right filter? !error:ERR0&ERR1 or !error:ERR0|ERR1? Or is there some other way?
Thanks in advance..