Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Visualise Complex Measure

Alin Stefanescu edited this page Aug 4, 2017 · 2 revisions

If the simple visualisation interface integrated to the Measure Platform is not enough to create the expected measure visualization, you have always the possibility to use Kibana's user interface to create the needed visualisation.

In this page, we will not present all the possibilities provided by Kibana. For more details, please refer to Kibana documentation: https://www.elastic.co/guide/en/kibana/current/index.html

Filter data related to a specific Measure

A key issue to create a Kibana visualisation associated to a specific measure is to select the data related to this measure.

  1. Select the "measure" index. All measurements data stored by the platform are saved under this index.
  1. Filter data related to a speicif measure. In the Filter bar, filter data by her type.

ex :_type:"MyMeasureName"

Change Time frame of the visualisation

To change the period of time represented by the graphic, open the Time menu and select the desired time frame:

Integrate the visualisation into the Measure Platform

Create the visualisation in Kibana UI

  1. Copy the URL of the Kibana visualisation: open the Share menu and copy the Embedded iframe URL.

Register the URL on the Measure Platform

  1. Edit the layout of the page that you want to update
  1. Click on the Visualisation placeholder.
  1. Configure the new Visualisation

[1] : Select the Manual mode

[2] : Copy the Embedded iframe URL

[3] : Add a name and /or a description for this visualisation.

Clone this wiki locally