OpenSearch/docs/reference/settings
Tim Vernum 6608992523
Enable security automaton caching (#34028)
Building automatons can be costly. For the most part we cache things
that use automatons so the cost is limited.
However:
- We don't (currently) do that everywhere (e.g. we don't cache role
  mappings)
- It is sometimes necessary to clear some of those caches which can
  cause significant CPU overhead and processing delays.

This commit introduces a new cache in the Automatons class to avoid
unnecesarily recomputing automatons.
2018-10-05 12:09:36 +10:00
..
images [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
audit-settings.asciidoc [DOCS] Clarify audit index settings when remote indexing (#30923) 2018-06-12 16:19:43 +03:00
configuring-xes.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
license-settings.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
ml-settings.asciidoc [DOCS] Adds new dynamic machine learning settings (#34094) 2018-09-28 09:41:14 -07:00
monitoring-settings.asciidoc Implement xpack.monitoring.elasticsearch.collection.enabled setting (#33474) 2018-09-17 18:33:43 -07:00
notification-settings.asciidoc Document smtp.ssl.trust configuration option (#34275) 2018-10-04 10:53:55 +03:00
security-hash-settings.asciidoc [DOCS] Add configurable password hashing docs (#32849) 2018-08-21 12:05:42 +03:00
security-settings.asciidoc Enable security automaton caching (#34028) 2018-10-05 12:09:36 +10:00
sql-settings.asciidoc [DOCS] Moves X-Pack settings to docs folder (#31120) 2018-06-06 10:05:32 -07:00
ssl-settings.asciidoc Support PKCS#11 tokens as keystores and truststores (#34063) 2018-10-04 10:51:58 +03:00