Hi, I'm new to kibana visualize.
I want to visualize cache hit ratio of api response.
I made two Y-Axis (picture below) but two graphs are same...
How do I show cache hits and misses in one graph? Do I have to add a new filter? or X-Axies?
I remember wrongly the options about the Y-axis in the aggregation based visualizations. You can build those kind of visualizations both with TSVB and Aggregation Based viz.
With TSVB you just select the index pattern in the panel options (you can also restrict the documents searched with a Kibana query in the "panel filter")
In the data section you can build two filter metrics: in the example "error" and "warn", but in your case you can produce a "hit" metric with query string content: "USING CACHE"
and similarly with a "miss" metric with content: "NO HIT"
If you instead want to use an aggregation based visualization like in your screenshot, you can split the series like in the following example