Kibana Plugin Gantt Chart
1. copy the gantt_vis folder into KIBANA_HOME/plugins
2. cd KIBANA_HOME/plugins/gannt_vis
3. change version field in KIBANA_HOME/plugins/gannt_vis/package.json to your Kibana version
4. npm install vis
Nodejs will add dependeces into folder node_modules inside of gannt_vis
-- [email protected]
-- [email protected]
-- [email protected]
-- [email protected]
-- [email protected]
-- [email protected]
4. run kibana
1. copy the gantt_vis folder into KIBANA_HOME/plugins
2. change version field in KIBANA_HOME/plugins/gannt_vis/package.json to your Kibana version
3. copy node_modules folder from "offline" folder into KIBANA_HOME/plugins/gantt_vis
4. run kibana
The plugin will be updated from time to time and if you would like to use new features you should reinstall/update plugin
1. cd KIBANA_HOME/plugins
2. rm gannt_vis -r
3. run kibana (wait until kibana optimize everithing)
4. stop kibana
Now you can install new plugin:
5. copy the gantt_vis folder into KIBANA_HOME/plugins
6. cd KIBANA_HOME/plugins/gannt_vis
7. npm install vis
8. run kibana
- You should define start and end points.
It is very important that you defined interval for both (start and end points) buckets! If your data defined in days then you should chouse days in interval. If your start and end timestamp is defined in seconds then you should chouse seconds!!! Otherwise aggregate Elastic your data.
- Item is what will be shown in Gantt chart
- GroupBy is group function
Kibana 5.6.x