Reputation: 2079
I have logs with different log levels and I want to design a date histogram like the one at the bottom of the picture :
At a particular date it should show say WARN logs with red and INFO logs above that with blue. Also I don't have log level indexed. But I do have INFO and WARN as saved searches.
Upvotes: 2
Views: 1332
Reputation: 2475
As per my understanding you have a field wherein you can search for INFO & WARN and based on these searches, you want to build a stacked histogram as shown above.
The solution for the same is:
You will get the resulting stacked Histogram. Also you can choose the color as required by clicking on the log:INFO label (towards the right of the histogram) and can choose your required color.
Upvotes: 7