Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpython/tagcloud
Tag Cloud Plugin for Kibana 4
https://github.com/stormpython/tagcloud
Last synced: about 1 month ago
JSON representation
Tag Cloud Plugin for Kibana 4
- Host: GitHub
- URL: https://github.com/stormpython/tagcloud
- Owner: stormpython
- License: mit
- Created: 2015-12-30T19:02:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-09T17:07:41.000Z (about 8 years ago)
- Last Synced: 2024-08-03T19:07:47.344Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 634 KB
- Stars: 69
- Watchers: 10
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elasticsearch - Kibana Tag Cloud Plugin - tag cloud visualization plugin based on d3-cloud plugin (Kibana plugins and applications / Kibana Visualization plugins)
- elasticsearch-collection - Kibana Tag Cloud Plugin - tag cloud visualization plugin based on d3-cloud plugin (Kibana plugins and applications / Kibana Visualization plugins)
README
# Kibana Tag Cloud Plugin
A Tag Cloud Plugin for Kibana 4![Kibana Tag Cloud](tagcloud.png)
This visualization was inspired by [Tim Roe's](https://www.timroes.de/) blog [post](https://www.timroes.de/2015/12/06/writing-kibana-4-plugins-visualizations-using-data/) on creating a tag cloud plugin for Kibana 4. It is built using [D3](d3js.org) and Jason Davie's [d3-cloud](https://github.com/jasondavies/d3-cloud) plugin.
### Requirements
Kibana 4.3+### Installation steps
1. Download and unpack [Kibana](https://www.elastic.co/downloads/kibana).
2. From the Kibana root directory, install the plugin with the following command:```$ bin/kibana plugin -i tagcloud -u https://github.com/stormpython/tagcloud/archive/master.zip```
### Disclosure
This repo is in its early stages. There is an outstanding [bug](https://github.com/stormpython/kibana-tag-cloud-plugin/issues/1) that needs to be fixed. In addition, please note d3-cloud's warning regarding how word clouds are rendered.>Note: if a word cannot be placed in any of the positions attempted along the spiral, it is not included in the final word layout. This may be addressed in a future release.
### Issues
Please file issues [here](https://github.com/stormpython/kibana-tag-cloud-plugin/issues).