security.asciidoc 981 B

123456789101112131415161718192021222324252627
  1. [[security]]
  2. == Security Plugins
  3. Security plugins add a security layer to Elasticsearch.
  4. [float]
  5. === Core security plugins
  6. The core security plugins are:
  7. link:/products/x-pack/security[X-Pack]::
  8. X-Pack is the Elastic product that makes it easy for anyone to add
  9. enterprise-grade security to their Elastic Stack. Designed to address the
  10. growing security needs of thousands of enterprises using the Elastic Stack
  11. today, X-Pack provides peace of mind when it comes to protecting your data.
  12. [float]
  13. === Community contributed security plugins
  14. The following plugins have been contributed by our community:
  15. * https://github.com/codecentric/elasticsearch-shield-kerberos-realm[Kerberos/SPNEGO Realm]:
  16. Custom Shield realm to Authenticate HTTP and Transport requests via Kerberos/SPNEGO (by codecentric AG)
  17. * https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin[Readonly REST]:
  18. High performance access control for Elasticsearch native REST API (by Simone Scarduzio)