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/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Index State Management (ISM) is a plugin that lets you automate these periodic,
15
15
16
16
For example, you can define a policy that moves your index into a `read_only` state after 30 days and then deletes it after a set period of 90 days.
17
17
18
-
You might want to perform an index rollover after a certain amount of time or run a `_forcemerge` operation on an index during off-peak hours to improve search performance during peak hours.
18
+
You might want to perform an index rollover after a certain amount of time or run a `force_merge` operation on an index during off-peak hours to improve search performance during peak hours.
19
19
20
20
## Get started with ISM
21
21
@@ -60,5 +60,5 @@ Make sure that the alias that you enter already exists. For more information abo
60
60
61
61
For information about managing your policies, see [Managed Indices](../ism/managedindices/).
62
62
63
-
The ISM plugin can only run with full admin access.
63
+
To use the ISM plugin, you need to have the correct admin privileges as set in the security plugin.
0 commit comments