KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
kbn_dotplot
★ 16
Open GitHub ↗
dotplot vis for kibana
Download README (.md)
Explore Similar Repositories
blastn2dotplots
:
blastn2dotplots: multiple dot-plot visualizer
quantile_dotplot
:
Python implementation of plot from Kay, Kola, Hullman, Munson "When (ish) is My Bus?" (2016)
simple-dotplot
:
Very simple and configurable all-in-one dotplot program
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kbn_dotplot
?
Download (.md)
# Dotplot for Kibana This is a plugin developed for Kibana 5 that you can build dotplot vis ## Installation Steps from release Now this plugin is avalible for differents versions of Kibana (6, 5), in [releases](https://github.com/dlumbrer/kbn_dotplot/releases "Go to releases!") you can download the plugin with all its dependencies installed: 1. Go to [releases](https://github.com/dlumbrer/kbn_dotplot/releases "Go to releases!") and download the right one for your Kibana 2. unzip/untar it into `KIBANA_HOME/plugins` 3. Start your Kibana ## Installation Steps from GitHub source code 1. Move into plugins folder: `cd KIBANA_HOME/plugins` 2. Clone the source code (**it depends on your Kibana's version**): - Kibana 6.3 or upper: `git clone https://github.com/dlumbrer/kbn_dotplot.git -b 6-dev` - Kibana 6.0, 6.1 or 6.2: `git clone https://github.com/dlumbrer/kbn_dotplot.git -b 6.2-dev` - Kibana 5.5.X or 5.6.X: `git clone https://github.com/dlumbrer/kbn_dotplot.git -b 5.5.x` - Kibana 5.4.X: `git clone https://github.com/dlumbrer/kbn_dotplot.git -b 5.4.x` 3. Install dependencies: ``` cd kbn_dotplot rm -rf images/ npm install ``` 4. Start Kibana > **Important:** If you have any problem with the plugin version (like a warning message "**it expected Kibana version "x.x.x", and found "x.x.x"**") only change the value of the "version" tag on the package.json to your Kibana version #### Uninstall: ``` cd KIBANA_HOME rm -rf plugins/kbn_dotplot/ ``` # Example of use  ## Help me to improve! :smile: You can contact or helping me if you have any issue by: - Opening an issue in the repository - Opening a PR - Sending an email to [me](mailto:dmorenolumb@gmail.com)! This is an open source project that I maintain in my free time, as a hobby and my love for open source and data visualization. It is free as you know, but you can help me with a cup of coffee: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HHPTP787VZVZL)