Sorry you're still having troubles. Can you paste the whole command and output here?
It should look like this;
D:\5.0.0\kibana>bin\kibana-plugin.bat install x-pack
Attempting to transfer from x-pack
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugins/x-pack/x-pack-5.0.0.zip
Transferring 56932561 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete
my_kibana_Path\bin>kibana-plugin install x-pack
Attempting to transfer from x-pack
Attempting to transfer from https://artifacts.elastic.co/downloads/kibana-plugin
s/x-pack/x-pack-5.0.0.zip
Plugin installation was unsuccessful due to error "No valid url specified."
The URL you have in your output is the same as mine. Are you behind a firewall or proxy? Can you try getting the x-pack-5.0.0.zip by using either wget or pasting that URL in your browser?
kibana-plugin install file:///<the downloaded file with path>
But I tried it and never got this method to work. I'll file an issue on that.
But I think if you get it downloaded you can just unzip that x-pack-5.0.0.zip and put the x-pack folder from it into the plugins directory of Kibana and start or restart Kibana.
OK, so it turns out that the offline install of the Kibana x-pack does work on Ubuntu, but not Windows. I don't have a Mac to test on. So if you get the file downloaded you should be able to follow those offline install instructions for both Kibana and Elasticsearch.
The documentation implies that the same zip file includes both the Elasticsearch and Kibana x-pack plugins but that is not correct. The installers support that option but the 5.0 release has 2 separate zip files, one for each.
So I think the offline install should work fine assuming the wget worked for you. The only trick I figured out is that if you were on Windows you have to use a command like;
kibana-plugin.bat install file://c:/path/to/x-pack.zip (with only 2 slashes on the file://)
vs. Linux or Mac; kibana-plugin.bat install file:///path/to/x-pack.zip (with normal 3 slashes on the file:///)
And a little more clarification on the zip files themselves.
So if you were installing Elasticsearch and Kibana on 2 different machines it might make sense to get the 2 smaller zips. If you have both on 1 machine then just get the single zip file. Just be careful since the zip files are all named the same thing.
The Elasticsearch plugin zip is about 15MB
The Kibana plugin zip is about 55MB
The combined zip is about 70MB
@murali_choppa Did you install x-pack on elasticsearch as well? If this doesn't work, I'd suggest opening up a new discuss ticket for what you're seeing.
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.