83 Commits

Author SHA1 Message Date
Liz Snyder
e15037d8bb
Merge pull request #543 from opensearch-project/ism-read-only
Clarify ISM refresh behavior
2022-05-05 07:56:11 -07:00
Naarcha-AWS
a6f9b130d0
Merge pull request #496 from opensearch-project/index-state-manager2.0
Add shrink action to Index Management
2022-05-03 14:41:40 -05:00
Naarcha-AWS
f5118eb3b8 Add state management template
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-03 14:30:57 -05:00
Liz Snyder
1d1487615e Reword
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2022-05-03 12:05:50 -07:00
Liz Snyder
6418359b62 Clarify ISM refresh behavior
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2022-05-03 09:39:17 -07:00
Naarcha-AWS
9774fd8ac3 Replace example
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-03 11:38:42 -05:00
Naarcha-AWS
31afaa363d Make example more in line with others on page
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-03 10:39:36 -05:00
Naarcha-AWS
429a982dd6 Add editorial feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-05-03 10:17:08 -05:00
Naarcha-AWS
e23c65e608 Add technical feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-25 12:55:15 -05:00
Naarcha-AWS
0a24fa2992 Remove from all API requests and responses
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-14 12:55:17 -05:00
Naarcha-AWS
95e2c83af5 Remove inconsistencies. Fix language.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-07 18:26:14 -05:00
Naarcha-AWS
e0c2f9448b Add shard action
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-04-07 18:12:37 -05:00
keithhc2
8387d8064c A comma
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-21 14:15:11 -07:00
Naarcha-AWS
3eec39a4e2
Merge pull request #447 from opensearch-project/ism-show-policy
Added show policy to ISM explain
2022-03-17 13:26:43 -05:00
keithhc2
c39b1e0e5a Shrunk sample response
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-14 12:59:41 -07:00
keithhc2
7cdaf4e7a6 Indices -> indexes
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-14 12:49:00 -07:00
keithhc2
5bf8250fa0 Added show_policy to explain
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-14 12:48:30 -07:00
keithhc2
8e30e8591d Indent tweaks and missed fields
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-14 11:57:39 -07:00
keithhc2
5682b89b36 Added new continuous parameter to transforms
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-03-14 11:42:58 -07:00
keithhc2
fdb1fe3a0b Deleted a word
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-16 15:28:00 -08:00
keithhc2
b3291fa95b Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-15 13:03:52 -08:00
keithhc2
a229d9d305 Clarified timeout
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-15 12:01:51 -08:00
Radu Gheorghe
14907ec1b0
Updated usage of ISM's rollover_skip
Cluster Update Settings API complains that `index.plugins.index_state_management.rollover_skip` is an invalid setting. Index Update Settings API seems to work, though. And it's backed up by the definition here: 6141c3c6fe/src/main/kotlin/org/opensearch/indexmanagement/indexstatemanagement/settings/ManagedIndexSettings.kt (L78)

This PR updates the doc according to the above.

Signed-off-by: Radu Gheorghe <radu.gheorghe@sematext.com>
2022-02-11 15:09:39 +02:00
Keith Chan
e2feca8a05
Merge pull request #354 from opensearch-project/ism-transforms-fixes
Added required parameters to ISM Transforms Update
2022-02-08 10:14:56 -08:00
keithhc2
f7ae12155d ISM -> IM
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-08 10:12:09 -08:00
keithhc2
02d56f73b0 Missed a zero
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-04 15:47:57 -08:00
keithhc2
b77825327f Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-04 14:35:53 -08:00
keithhc2
dd3aac5a4e Added warning about symbols
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-03 16:12:55 -08:00
keithhc2
639d0df9b3 Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-02 12:41:36 -08:00
keithhc2
6f436a44d5 Missed a page_size default
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-31 14:47:28 -08:00
keithhc2
97ba383e8a Took out default page_size
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-31 11:51:17 -08:00
keithhc2
155cbaaf5e Fixed page size description
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-31 11:32:22 -08:00
ashwinkumar12345
5adbead480 added examples for transition and action
Signed-off-by: ashwinkumar12345 <kumarjao@users.noreply.github.com>
2022-01-26 01:24:00 -08:00
keithhc2
d5b2d47a5f Tweaked language
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-10 14:25:04 -08:00
Liz Snyder
ec51930b60 Minor UI change
Signed-off-by: Liz Snyder <elizabsn@amazon.com>
2022-01-05 15:44:42 -08:00
keithhc2
49e596c20b Added required parameters
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-05 11:52:31 -08:00
Keith Chan
3ae1a4d68c
Merge pull request #249 from opensearch-project/ism-snapshot-changes
Updated so snapshots now include Mustache templates as names
2021-11-23 09:48:22 -08:00
keithhc2
e6f868c335 Addressed feedback
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-15 16:54:04 -08:00
keithhc2
66df9f9cd5 Added new IM 1.2 settings
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-11-15 16:09:14 -08:00
keithhc2
4ae3cc02b6 One more Mustache 2021-11-05 14:21:13 -07:00
keithhc2
aa844bd649 Tweak to Mustache templates 2021-11-05 14:10:44 -07:00
keithhc2
051ed49aaf Updated so snapshots now includes Mustache templates as names 2021-11-05 12:43:00 -07:00
Keith Chan
7f7f786d80
Update index.md 2021-11-01 14:47:55 -07:00
Keith Chan
2f35a61805
Added a hyperlink to update cluster settings API 2021-11-01 14:39:26 -07:00
Keith Chan
a31f0efa72
Minor language tweak again 2021-11-01 14:37:01 -07:00
Keith Chan
7ded80ce11
Minor language tweaks 2021-11-01 14:34:04 -07:00
bowenlan-amzn
d9b98fad1b ism doc changes
1. suggest setup error notification
2. mention rollover_skip index setting

Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
2021-11-01 10:01:29 -07:00
Keith Chan
40db4bd47d
Merge pull request #221 from opensearch-project/ism-visual-editor
Added steps about using ISM visual editor
2021-10-22 14:14:01 -07:00
keithhc2
cd5e0ac390 Added instructions about ISM visual editor 2021-10-07 15:15:58 -07:00
Keith Chan
0638eed0c0
Merge pull request #205 from johnpaulensign/patch-1
Update doc verbiage to match latest version
2021-10-06 12:27:44 -07:00