6.x/8. Breaking Changes

v6.2-03.Rollover alias

drscg 2018. 6. 15. 11:16

A rollover request in Elasticsearch 6.2.0 or later will be aborted if the same alias is found in the matching index templates. This change is to prevent the alias from pointing to multiple indices during rollover. If your index templates already contain the same alias, you should remove it by updating the index templates.

Elasticsearch 6.2.0 이후부터, 일치하는 index template에서 동일한 alias가 발견되면, rollover request는 중단된다. 이 변경은 rollover 중에 alias가 여러 index를 가리키는 것을 방지하기 위한 것이다. index template에 이미 동일한 alias가 포함되어 있으면 index template을 갱신하여, 이를 제거해야 한다.

'6.x > 8. Breaking Changes' 카테고리의 다른 글

v6.3-01. API changes  (0) 2018.06.15
v6.3 Breaking changes  (0) 2018.06.15
v6.2-02. GC logging  (0) 2018.02.23
v6.2-01. Private temporary directory  (0) 2018.02.23
v6.2 Breaking changes  (0) 2018.02.23