Cannot install x-pack on default docker image

I have installed https://github.com/kubernetes/charts/tree/master/incubator/elasticsearch and changed the image to non-oss and x-pack installed to false.

elasticsearch-plugin list
ingest-geoip
ingest-user-agent

elasticsearch-plugin install x-pack
ERROR: this distribution of Elasticsearch contains X-Pack by default

elasticsearch-plugin remove x-pack
-> removing [x-pack]...
ERROR: plugin [x-pack] not found; run 'elasticsearch-plugin list' to get list of installed plugins

I am not sure how to install x-pack from default docker image docker.elastic.co/elasticsearch/elasticsearch

It's automatically bundled from 6.3.0 so you don't have to even think about it.

Yes. I figured it out the hard way. Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.