Plot multiple graphs in Kibana

Hi everybody, I am working on a proyect that requires to visualize several graphs in the same plot:

The problem is that I cannot create them on the same "visualization line", because they get the data from different sides:

The first one gets its data from the message of a process:

and the second one gets its data from the transaction status:

I need to know if it is possible to print both in the same plot and, in that case, how to make it.

THANK YOU!!!!

Hi, you can do this by adding another sub-bucket splitting the series using the "filters" aggregation. There you can specify the same query you have currently configured in the filter bar of both of your current charts as separate filter inputs and you will get two lines in the same chart for the documents matching them.

How can I filter as a separate filter? If I add two filter, the visualize take them as one.

I'm not sure what you mean, could you elaborate? Maybe a screenshot clarifies your problem.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.