tag cloud
visualization instead.
This is a plugin for Kibana 4.3+ and Kibi 0.3 (our extention of Kibana for Relational Data).
The plugin displays a cloud of words.
This plugin can be installed in both:
$ # for kibi
$ ./bin/kibi plugin -i kibi_wordcloud_vis -u https://github.com/sirensolutions/kibi_wordcloud_vis/raw/4.6.4-4/target/kibi_wordcloud_vis-4.6.4-4.zip
$ # for kibana
$ ./bin/kibana plugin -i kibi_wordcloud_vis -u https://github.com/sirensolutions/kibi_wordcloud_vis/raw/4.6.4-4/target/kibi_wordcloud_vis-4.6.4-4.zip
$ git clone https://github.com/sirensolutions/kibi_wordcloud_vis.git
$ cd kibi_wordcloud_vis
$ npm install
$ npm run build
$ npm run package
$ unzip target/kibi_wordcloud_vis-4.6.4-4.zip -d KIBANA_FOLDER_PATH/installedPlugins/
$ # for kibi
$ bin/kibi plugin --remove kibi_wordcloud_vis
$ # for kibana
$ bin/kibana plugin --remove kibi_wordcloud_vis
- Clone the repository at the same level of a Kibana > 4.3 clone
- If needed, switch to the same node version as Kibana using nvm
(e.g.
nvm use 6.9.0
) - Install dependencies with
npm install
- Install the plugin to Kibana and start watching for changes by running
npm start
- run tests with
npm test
If you are running kibana from folder with a name other than kibana, e.g. kibi
$ gulp dev --kibanahomepath=/path/to/kibi
$ gulp test --kibanahomepath=/path/to/kibi
In the saved/exported visualization:
- The visualization name changed from
sindicetech_wordcloud
tokibi_wordcloud
- The visualization parameter
showMeticsAtAllLevels
is nowshowMetricsAtAllLevels