install_remove.asciidoc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. [discrete]
  2. [id="{plugin_name}-install"]
  3. ==== Installation
  4. ifeval::["{release-state}"=="unreleased"]
  5. WARNING: Version {version} of the Elastic Stack has not yet been released.
  6. endif::[]
  7. This plugin can be installed using the plugin manager:
  8. ["source","sh",subs="attributes,callouts"]
  9. ----------------------------------------------------------------
  10. sudo bin/elasticsearch-plugin install {plugin_name}
  11. ----------------------------------------------------------------
  12. The plugin must be installed on every node in the cluster, and each node must
  13. be restarted after installation.
  14. You can download this plugin for <<plugin-management-custom-url,offline
  15. install>> from {plugin_url}/{plugin_name}/{plugin_name}-{version}.zip. To verify
  16. the `.zip` file, use the
  17. {plugin_url}/{plugin_name}/{plugin_name}-{version}.zip.sha512[SHA hash] or
  18. {plugin_url}/{plugin_name}/{plugin_name}-{version}.zip.asc[ASC key].
  19. [discrete]
  20. [id="{plugin_name}-remove"]
  21. ==== Removal
  22. The plugin can be removed with the following command:
  23. ["source","sh",subs="attributes,callouts"]
  24. ----------------------------------------------------------------
  25. sudo bin/elasticsearch-plugin remove {plugin_name}
  26. ----------------------------------------------------------------
  27. The node must be stopped before removing the plugin.