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
updated correct API to get index templates etc (elastic#93793)
* updated correct API to get index templates etc
Hi, I think documentation needs correction on below points.
1. updated correct API to get index template
2. on line 18, it should be index pattern instead of template pattern
3. index pattern should have es version as 8 which matches elasticsearch version, also updated index patterns in API request payload
* fix: grammatical correction to line 18
removed "the" from line 18 which is not very accuarate
Co-authored-by: Abdon Pijpelink <[email protected]>
* additional corrections to the docs as suggested by @abdonpijpelink
. use the `_index_template` endpoint instead of just `_template`
. change `order` to `priority`
* settings need to be wrapped inside template obect
---------
Co-authored-by: Abdon Pijpelink <[email protected]>
0 commit comments