plugins.asciidoc 486 B

12345678910111213
  1. [[modules-plugins]]
  2. == Plugins
  3. Plugins are a way to enhance the basic Elasticsearch functionality in a
  4. custom manner. They range from adding custom mapping types, custom
  5. analyzers (in a more built in fashion), custom script engines, custom discovery
  6. and more.
  7. For information about selecting and installing plugins, see
  8. {plugins}/index.html[{es} Plugins and Integrations].
  9. For information about developing your own plugin, see
  10. {plugins}/plugin-authors.html[Help for plugin authors].