-
Notifications
You must be signed in to change notification settings - Fork 4
Visualise Complex Measure
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
A key issue to create a Kibana visualisation associated to a specific measure is to select the data related to this measure.
- Select the "measure" index. All measurements data stored by the platform are saved under this index.
- Filter data related to a speicif measure. In the Filter bar, filter data by her type.
ex :_type:"MyMeasureName"
To change the period of time represented by the graphic, open the Time menu and select the desired time frame:
Create the visualisation in Kibana UI
- Copy the URL of the Kibana visualisation: open the Share menu and copy the Embedded iframe URL.
Register the URL on the Measure Platform
- Edit the layout of the page that you want to update
- Click on the Visualisation placeholder.
- 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.
User Documentation
- Users & Access Right
- Measure Management
- Deploy a Measure
- Deploy a Client Side Measure (Agent)
- Instantiate and Execute a Measure
- Measure Visualisation
- Create a Project
- Manage Project Phases
- Measure Monitoring
- Notification System
- Analysis Tools
Developers Documentation