December 2017
Intermediate to advanced
434 pages
10h 29m
English
Navigate to KIBANA_HOME and execute the install command, as shown in the following code, to install any plugins. During installation, either the name of the plugin can be given (if it's hosted by Elastic itself), or the URL of the location where the plugin is hosted can be given:
$ KIBANA_HOME>bin/kibana-plugin install <package name or URL>
For example, to install x-pack, a plugin developed and maintained by Elastic, execute the following command:
$ KIBANA_HOME>bin/kibana-plugin install x-pack
To install a public plugin, for example LogTrail (https://github.com/sivasamyk/logtrail), execute the following command:
$ KIBANA_HOME>bin/kibana-plugin install https://github.com/sivasamyk/logtrail/releases/download/v0.1.23/logtrail-6.0.0-0.1.23.zip ...Read now
Unlock full access