filesystem.asciidoc 395 B

12345678910111213141516
  1. [[filesystem]]
  2. == Filesystem Plugins
  3. Filesystem plugins modify how {es} interacts with the host filesystem.
  4. [discrete]
  5. === Core filesystem plugins
  6. The core filesystem plugins are:
  7. <<quota-aware-fs,Quota-aware Filesystem>>::
  8. The Quota-aware Filesystem plugin adds an interface for telling Elasticsearch the disk-quota limits under which it is operating.
  9. include::quota-aware-fs.asciidoc[]