discovery-file.asciidoc 620 B

1234567891011121314
  1. [[discovery-file]]
  2. === File-Based Discovery Plugin
  3. The functionality provided by the `discovery-file` plugin is now available in
  4. Elasticsearch without requiring a plugin. This plugin still exists to ensure
  5. backwards compatibility, but it will be removed in a future version.
  6. On installation, this plugin creates a file at
  7. `$ES_PATH_CONF/discovery-file/unicast_hosts.txt` that comprises comments that
  8. describe how to use it. It is preferable not to install this plugin and instead
  9. to create this file, and its containing directory, using standard tools.
  10. :plugin_name: discovery-file
  11. include::install_remove.asciidoc[]