security.asciidoc 955 B

12345678910111213141516171819202122232425262728
  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/shield[Shield]::
  8. Shield is the Elastic product that makes it easy for anyone to add
  9. enterprise-grade security to their ELK stack. Designed to address the growing security
  10. needs of thousands of enterprises using ELK today, Shield provides peace of
  11. 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)