What visualization you would use?

Hi guys,
I would like to create a chart which would help user to identify correlation, over time, between these 2 different data types:

  • system load
  • average of web service response ti

Since they works on different data format (ms for average and just numeric for system load) I'm a bit confused on how I can show them in a single visualization.
Thanks

Typically you would create two visualizations and compare them side-by-side in a dashboard. For example, if you look at the default Metricbeat dashboards you can see some of these side-by-side comparisons. 42

If that is not acceptable, you would need to use a visualization that supports multiple different Y-axis scales. Because your data is time-based, you could consider using TSVB or Timelion for this use case. However it will be easier to create two visualizations to compare two different scales.

I check on Kibana Demo and I found the following visualization:

[Flights] Flight Count and Average Ticket Price

It will be helpful :slight_smile:

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