Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make models index a system index #25

Closed
wants to merge 3 commits into from

Conversation

austince
Copy link

@austince austince commented Jan 15, 2021

BREAKING CHANGE:
In ES 8.0, creating indices that start with a . will be deprecated unless they are either hidden or system indices. This PR makes the .zentity-models index a system index. From the ES documentation, a system index is:

An index that contains configuration information or other data used internally by the system, such as the .security index. The name of a system index is always prefixed with a dot. You should not directly access or modify system indices.

More can be found about the change here: elastic/elasticsearch#50251

Should not be merged until min. supported version is >= 7.10

@austince austince force-pushed the feat/setup/hidden-index branch 2 times, most recently from deb6f31 to a426f34 Compare January 15, 2021 22:58
@austince austince added do-not-merge A reminder there are reasons not to merge an approved PR yet kind/feature An enhancement labels Jan 17, 2021
@austince austince force-pushed the feat/setup/hidden-index branch from a426f34 to a459baa Compare January 19, 2021 15:27
@austince austince force-pushed the feat/setup/hidden-index branch from 6eec173 to 70b4109 Compare January 19, 2021 23:42
@austince austince closed this Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge A reminder there are reasons not to merge an approved PR yet kind/feature An enhancement
Development

Successfully merging this pull request may close these issues.

1 participant