Upgraded ES/LS/K to latest
{
"name": "qrSYXO4",
"cluster_name": "elasticsearch",
"cluster_uuid": "IVS7Fb_fQ3mGxFbyqfM-NQ",
"version": {
"number": "6.3.2",
"build_flavor": "default",
"build_type": "deb",
"build_hash": "053779d",
"build_date": "2018-07-20T05:20:23.451332Z",
"build_snapshot": false,
"lucene_version": "7.3.1",
"minimum_wire_compatibility_version": "5.6.0",
"minimum_index_compatibility_version": "5.0.0"
},
"tagline": "You Know, for Search"
X-Pack license expired so I thought I had uninstalled it...
root@elkstack:/usr/share/elasticsearch# bin/elasticsearch-plugin remove x-pack
-> removing [x-pack]...
ERROR: plugin [x-pack] not found; run 'elasticsearch-plugin list' to get list of installed plugins
root@elkstack:/usr/share/elasticsearch#
root@elkstack:/usr/share/elasticsearch# bin/elasticsearch-plugin list
root@elkstack:/usr/share/elasticsearch#
But if I look in Dev Tools ---
qrSYXO4 localhost 127.0.0.1 ml.machine_memory 270376742912
qrSYXO4 localhost 127.0.0.1 xpack.installed true
qrSYXO4 localhost 127.0.0.1 ml.max_open_jobs 20
qrSYXO4 localhost 127.0.0.1 ml.enabled true
Is there no way to remove it? Thanks!