From 56c3f41a6e83d56e17081774b2ae5bcd4e4b54e6 Mon Sep 17 00:00:00 2001 From: debadair Date: Wed, 5 Aug 2015 13:09:17 -0700 Subject: [PATCH] Added missing description and edited the table. Original commit: elastic/x-pack-elasticsearch@69f07459afa09a3ca125f075a631e8ded3d9ef4b --- shield/docs/public/reference.asciidoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shield/docs/public/reference.asciidoc b/shield/docs/public/reference.asciidoc index 98e89df6824..4635816a123 100644 --- a/shield/docs/public/reference.asciidoc +++ b/shield/docs/public/reference.asciidoc @@ -220,12 +220,12 @@ shield.authc.realms: ._esusers_ Realm [options="header"] |====== -| Name | Required | Default | Description -| `files.users` | no | `ES_HOME/config/shield/users` -| `files.users_roles` | no | `ES_HOME/config/shield/users_roles`| The location of <> file -| `cache.ttl` | no | `20m` | Specified the time-to-live for cached user entries (a user and its credentials will be cached for this configured period of time). Defaults to `20m` (use the standard Elasticsearch {ref}/common-options.html#time-units[time units]). -| `cache.max_users` | no | 100000 | Specified the maximum number of user entries that can live in the cache at a given time. Defaults to 100,000. -| `cache.hash_algo` | no | `ssha256` | (Expert Setting) Specifies the hashing algorithm that will be used for the in-memory cached user credentials (see <> table for all possible values). +| Name | Required | Default | Description +| `files.users` | no | `ES_HOME/config/shield/users` | The location of the <> file. +| `files.users_roles` | no | `ES_HOME/config/shield/users_roles`| The location of the <> file. +| `cache.ttl` | no | `20m` | The time-to-live for cached user entries--user credentials are cached for this configured period of time. Defaults to `20m`. Specify values using the standard Elasticsearch {ref}/common-options.html#time-units[time units]. +| `cache.max_users` | no | 100000 | The maximum number of user entries that can live in the cache at a given time. Defaults to 100,000. +| `cache.hash_algo` | no | `ssha256` | (Expert Setting) The hashing algorithm that is used for the in-memory cached user credentials. See the <> table for all possible values. |====== [[ref-ldap-settings]]