i have a use case to combine three line graph into one panel. and i have searches like this
1) index=abc -------------| timechart avg(val1)
2) index=abc -------------| timechart avg(val2)
3) index=abc -------------| timechart avg(val3)
Please let me know how can i combine this three searches in order to see this three line graph in one single panel.
... View more