I have downloaded the kibana latest version " kibana-5.6.5-linux-x86_64.tar.gz " for linux machine .
Where when i untar in the windows i am not able to see the node/bin/npm does not have the data inside the npm file
But when untar the kibana-5.6.5-linux-x86_64.tar.gz i am able to see the data
Thank you for reply
Yesterday i have verified the in the Linux Machine .when i untar the kibana5.6.5 and 6.2.1 for linux package using maven plugin "unpack " as a goal .
when i check the kibana.tar.gz file in the .m2 repo when i untar it and node/bin/npm consists the data(script).
where in my maven project in the target file it is untared with the plugin i have followed the below link
Kibana comes with its own plugin installer. Once the archive is unpacked, it's available in ./bin/kibana-plugin
./bin/kibana-plugin
Usage: bin/kibana-plugin [command] [options]
The Kibana plugin manager enables you to install and remove plugins that provide additional functionality to Kibana
Commands:
list [options] list installed plugins
install [options] <plugin/url> install a plugin
remove [options] <plugin> remove a plugin
help <command> get the help for a specific command
The plugin installer handles things like packing the frontend dependencies into a usable bundle.
If you're trying to install plugins some other way, there's pretty much no way that can be supported; meaning you would be on your own.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.