I tried looking around. But I couldn't find steps to install the plugins. at the moment I don't have Tilemap visualization.
I looked at the following link and couldn't find commands for windows.
https://www.elastic.co/guide/en/kibana/current/_installing_plugins.html
thank you
richl
(Rich L)
March 14, 2018, 6:59pm
2
If you are using Powershell try the following command:
Invoke-Expression –command “D:\ ELK\Kabana \bin\kibana-plugin install package name ”
but you'll need to change the italic marked items to match your directory path.
bhavyarm
(Bhavya R M)
March 14, 2018, 7:05pm
3
Hi,
Also Tilemap is called co-ordinate map in the visualizations. and it ships with base Kibana OSS package as part of visualize.
Let me know if that doesn't help?
Thanks,
Bhavya
Thank You for the reply. I realized that.
But how to install any plugin in windows 8? I am using ELK 6.0 version. I tried the following command at command prompt window. It throws an error saying "plugin" is unknown command.
C:\ELK\kibana-6.2.2-windows-x86_64\bin\kibana.bat plugin -i sense -u file://"C:\Downloads\ELK
Stack\kibana-6.2.2-windows-x86_64\plugins\tagcloud-master.zip"
bhavyarm
(Bhavya R M)
March 15, 2018, 3:13pm
5
Hi.
Tag cloud is a type of visualization in Kibana. What does the tagcloud-master plugin do?
These are plugin documents: https://www.elastic.co/guide/en/kibana/current/kibana-plugins.html
which has all the details. May be check it out and see if that solves your problem?
Thanks,
Bhavya
I looked it already. It doesn't give command to install on windows. It has command to install on Linux.
bhavyarm
(Bhavya R M)
March 15, 2018, 4:24pm
7
Does this work?
/c/windowsInstalls/5.6.9/kibana/bin/kibana-plugin.bat install file:///C:/vagrant/qa/x-pack-5.6.9-SNAPSHOT.zip
It says "unknow command" install
LeeDr
(Lee Drengenberg)
March 15, 2018, 5:16pm
9
Can you copy and paste here the exact command you're running and the output?
system
(system)
Closed
April 12, 2018, 5:16pm
10
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.