All Projects → walterra → Kibana Milestones Vis

walterra / Kibana Milestones Vis

Licence: other
Kibana Milestones Visualization

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Kibana Milestones Vis

D3 Timeline
A simple D3 Timeline chart
Stars: ✭ 743 (+976.81%)
Mutual labels:  timeline, d3js
Zeitline
A polylinear timeline with clustering, centred on interactions. — Doc and demo https://octree-gva.github.io/Zeitline/
Stars: ✭ 15 (-78.26%)
Mutual labels:  timeline, d3js
Practice
A clean timeline theme for the Ghost CMS
Stars: ✭ 46 (-33.33%)
Mutual labels:  timeline
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-7.25%)
Mutual labels:  d3js
Svg essentials
《SVG精髓》 阅读笔记
Stars: ✭ 59 (-14.49%)
Mutual labels:  d3js
Plaso
Super timeline all the things
Stars: ✭ 1,055 (+1428.99%)
Mutual labels:  timeline
Python Devops
gathers Python stack for DevOps, these are usually my basic templates use for my implementations, so, feel free to use it and evolve it! Everything is Docker!
Stars: ✭ 61 (-11.59%)
Mutual labels:  kibana
Jekyll Timeline
Timeline / Résumé Theme with Jekyll
Stars: ✭ 46 (-33.33%)
Mutual labels:  timeline
Stream Go2
GetStream.io Go client
Stars: ✭ 67 (-2.9%)
Mutual labels:  timeline
Pivot Kibana
Flexmonster Pivot plugin for Kibana
Stars: ✭ 58 (-15.94%)
Mutual labels:  kibana
Vue D3 Workshop
Workshop content material and excercises for Suncoast Developers
Stars: ✭ 63 (-8.7%)
Mutual labels:  d3js
Pyaaf2
Read and write Advanced Authoring Format (AAF) files
Stars: ✭ 57 (-17.39%)
Mutual labels:  timeline
Coronavirus Countries
COVID-19 interactive dashboard for the whole world
Stars: ✭ 53 (-23.19%)
Mutual labels:  d3js
Sankey
D3 Sankey Diagram Generator with self-loops
Stars: ✭ 61 (-11.59%)
Mutual labels:  d3js
Dual Scale D3 Bar Chart
This is a demo for creating dual-scaled bar charts using D3.js
Stars: ✭ 49 (-28.99%)
Mutual labels:  d3js
Clustercat
Fast Word Clustering Software
Stars: ✭ 65 (-5.8%)
Mutual labels:  d3js
Degust
An interactive web-tool for RNA-seq analysis
Stars: ✭ 46 (-33.33%)
Mutual labels:  d3js
Rick And Morty Characters
Rick and Morty Characters Timeline
Stars: ✭ 57 (-17.39%)
Mutual labels:  timeline
Magrit
♠ Thematic cartography ♠
Stars: ✭ 60 (-13.04%)
Mutual labels:  d3js
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (+0%)
Mutual labels:  kibana

Milestones Visualization for Kibana

Movie Timelines

This plugin is a wrapper for the stand-alone library d3-milestones (https://github.com/walterra/d3-milestones) to make its functionality available within Kibana.

Installation

Compatibility

To get a version of this plugin which is compatible with your version of Kibana, have a look at the releases page on GitHub: https://github.com/walterra/kibana-milestones-vis/releases

The releases of this plugin are synced with Kibana's release cycle. In the "Assets" section of each release you'll find a zipped build of the plugin which you can use. These zip files are named in the following way: kibana_milestones_vis-<plugin-version>.zip. The plugin-version should match the version of Kibana you're using.

General Installation Pattern

Run the following from within your Kibana folder:

bin/kibana-plugin install https://github.com/walterra/kibana-milestones-vis/releases/download/v7.4.0/kibana_milestones_vis-7.4.0.zip

Installing by first downloading a zipped release

Usage

  • Create a Kibana index pattern including a time filter.
  • Go to Visualize > Create New Visualization and choose the Milestones visualization in the Time Series section.
  • In the next view, pick the index pattern you created.
  • You should end up on the visualization's page where you can tweak it. Make sure you have the right time span selected (upper right corner).
  • The visualization works best with sparse data. While there is some optimization going on to distribute labels, you might get irritating results with data which results in too many labels.

Wishlist

  • Automatic Labels for each timeline when there are multiple ones
  • More intuitive initial setup of the visualization (7.3.0)
  • Use something more performant than the top_hits aggregation (7.3.0)
  • Consolidate aggregation options (X-Axis and Options panel) (7.3.0)
  • Option to switch to a vertical view and/or option to scroll
  • Optimize label placement when there are lots of label closer to the boundary of the timeline

Development

See DEVELOPMENT.md.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].