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
* correct job_interval description and default
Signed-off-by: Marco Arts <[email protected]>
* show correct format for default values
Signed-off-by: Marco Arts <[email protected]>
---------
Signed-off-by: Marco Arts <[email protected]>
Co-authored-by: Marco Arts <[email protected]>
Copy file name to clipboardExpand all lines: _im-plugin/ism/settings.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ All settings are available using the OpenSearch `_cluster/settings` operation. N
16
16
Setting | Default | Description
17
17
:--- | :--- | :---
18
18
`plugins.index_state_management.enabled` | True | Specifies whether ISM is enabled or not.
19
-
`plugins.index_state_management.job_interval` | 5 minutes | The interval at which the managed index jobs are run.
19
+
`plugins.index_state_management.job_interval` | 5 | The interval (in minutes) at which the managed index jobs are run.
20
20
`plugins.index_state_management.jitter` | 0.6 | A randomized delay that is added to a job's base run time to prevent a surge of activity from all indexes at the same time. A value of 0.6 means a delay of 0-60% of a job interval is added to the base interval. For example, if you have a base interval time of 30 minutes, a value of 0.6 means an amount anywhere between 0 to 18 minutes gets added to your job interval. Maximum is 1, which means an additional interval time of 100%. This maximum cannot exceed `plugins.jobscheduler.jitter_limit`, which also has a default of 0.6. For example, if `plugins.index_state_management.jitter` is set to 0.8, ISM uses `plugins.jobscheduler.jitter_limit` of 0.6 instead.
21
-
`plugins.index_state_management.coordinator.sweep_period` | 10 minutes | How often the routine background sweep is run.
22
-
`plugins.index_state_management.coordinator.backoff_millis` | 50 milliseconds | The backoff time between retries for failures in the `ManagedIndexCoordinator` (such as when we update managed indexes).
21
+
`plugins.index_state_management.coordinator.sweep_period` | 10m | How often the routine background sweep is run.
22
+
`plugins.index_state_management.coordinator.backoff_millis` | 50ms | The backoff time between retries for failures in the `ManagedIndexCoordinator` (such as when we update managed indexes).
23
23
`plugins.index_state_management.coordinator.backoff_count` | 2 | The count of retries for failures in the `ManagedIndexCoordinator`.
24
24
`plugins.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.
25
-
`plugins.index_state_management.history.max_docs` | 2,500,000 | The maximum number of documents before rolling over the audit history index.
26
-
`plugins.index_state_management.history.max_age` | 24 hours | The maximum age before rolling over the audit history index.
27
-
`plugins.index_state_management.history.rollover_check_period` | 8 hours | The time between rollover checks for the audit history index.
28
-
`plugins.index_state_management.history.rollover_retention_period` | 30 days | How long audit history indexes are kept.
25
+
`plugins.index_state_management.history.max_docs` | 2500000 | The maximum number of documents before rolling over the audit history index.
26
+
`plugins.index_state_management.history.max_age` | 24h | The maximum age before rolling over the audit history index.
27
+
`plugins.index_state_management.history.rollover_check_period` | 8h | The time between rollover checks for the audit history index.
28
+
`plugins.index_state_management.history.rollover_retention_period` | 30d | How long audit history indexes are kept.
29
29
`plugins.index_state_management.allow_list` | All actions | List of actions that you can use.
0 commit comments