Page 1 of 1

How to install ElasticSearch plugin on Debian

Posted: Mon Feb 03, 2025 4:24 pm
by myVesta
In your SSH, logged in as root, run:

Code: Select all

/usr/share/elasticsearch/bin/elasticsearch-plugin install [plugin_name]
Then restart ElasticSearch:

Code: Select all

systemctl restart elasticsearch