@@ -57,32 +57,7 @@ xpack:
57
57
[[file-realm-settings]]
58
58
===== File Realm Settings
59
59
60
- [cols="4,^3,10"]
61
- |=======================
62
- | Setting | Required | Description
63
- | `type` | yes | Indicates the realm type. Must be set to `file`.
64
- | `order` | no | Indicates the priority of this realm within the
65
- realm chain. Realms with a lower order are
66
- consulted first. Although not required, we
67
- recommend explicitly setting this value when you
68
- configure multiple realms. Defaults to
69
- `Integer.MAX_VALUE`.
70
- | `enabled` | no | Indicates whether this realm is enabled or
71
- disabled. Enables you to disable a realm without
72
- removing its configuration. Defaults to `true`.
73
- | `cache.ttl` | no | Specifies the time-to-live for cached user entries.
74
- A user's credentials are cached for this period of
75
- time. Specify the time period using the standard
76
- Elasticsearch {ref}/common-options.html#time-units[time units].
77
- Defaults to `20m`.
78
- | `cache.max_users` | no | Specifies the maximum number of user entries that
79
- can be stored in the cache at one time. Defaults
80
- to 100,000.
81
- | `cache.hash_algo` | no | Specifies the hashing algorithm that is used for
82
- the cached user credentials. See <<cache-hash-algo,
83
- Cache hash algorithms>> for the possible values.
84
- (Expert Setting).
85
- |=======================
60
+ See {ref}/security-settings.html#ref-users-settings[File Realm Settings].
86
61
87
62
==== A Look Under the Hood
88
63
0 commit comments