You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/ism/settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,18 +9,18 @@ nav_order: 4
9
9
10
10
We recommend that you don't change the settings. The default settings should work well for most use cases.
11
11
12
-
Index State Management (ISM) stores its configuration in the `.opendistro-ism-config` index. Don't modify this index without using the [ISM API operations](../api/).
12
+
Index Management (IM) stores its configuration in the `.opendistro-ism-config` index. Don't modify this index without using the [IM API operations](../api/).
13
13
14
14
All settings are available using the Elasticsearch `_cluster/settings` operation. None require a restart, and all can be marked `persistent` or `transient`.
15
15
16
16
Setting | Default | Description
17
17
:--| :- | :--------------
18
-
`opendistro.index_state_management.enabled` | True | Specifies whether ISM is enabled or not.
18
+
`opendistro.index_state_management.enabled` | True | Specifies whether IM is enabled or not.
19
19
`opendistro.index_state_management.job_interval` | 5 minutes | The interval at which the managed index jobs are run.
20
20
`opendistro.index_state_management.coordinator.sweep_period` | 10 minutes | How often the routine background sweep is run.
21
21
`opendistro.index_state_management.coordinator.backoff_millis` | 50 milliseconds | The backoff time between retries for failures in the `ManagedIndexCoordinator` (such as when we update managed indices).
22
22
`opendistro.index_state_management.coordinator.backoff_count` | 2 | The count of retries for failures in the `ManagedIndexCoordinator`.
23
-
`opendistro.index_state_management.history.enabled` | True | Specifies whether audit history is enabled or not. The logs from ISM are automatically indexed to a logs document.
23
+
`opendistro.index_state_management.history.enabled` | True | Specifies whether audit history is enabled or not. The logs from IM are automatically indexed to a logs document.
24
24
`opendistro.index_state_management.history.max_docs` | 2,500,000 | The maximum number of documents before rolling over the audit history index.
25
25
`opendistro.index_state_management.history.max_age` | 24 hours | The maximum age before rolling over the audit history index.
26
26
`opendistro.index_state_management.history.rollover_check_period` | 8 hours | The time between rollover checks for the audit history index.
0 commit comments