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

Mapping: Allow to change _source exclude/include at runtime #3491

Closed
kimchy opened this issue Aug 12, 2013 · 0 comments
Closed

Mapping: Allow to change _source exclude/include at runtime #3491

kimchy opened this issue Aug 12, 2013 · 0 comments

Comments

@kimchy
Copy link
Member

kimchy commented Aug 12, 2013

Allow to update the _source mapping exclude/include dynamically when we merge mappings.

@ghost ghost assigned bleskes Aug 13, 2013
bleskes added a commit that referenced this issue Aug 13, 2013
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
talevy added a commit to talevy/elasticsearch that referenced this issue Apr 25, 2018
This does the following in sequential service polls

1. sets the index to read-only and runs shrink with a modified `index.lifecycle.name` setting set to `null`.
2. checks to see if shrink is complete, if it is...
    b. set target index's `index.lifecycle.*` settings to the original index's values.
3. if not complete, just wait till next iteration
4. if operating on shrunken index, delete old index and add it as an alias to shrunken index
talevy added a commit to talevy/elasticsearch that referenced this issue May 14, 2018
This does the following in sequential service polls

1. sets the index to read-only and runs shrink with a modified `index.lifecycle.name` setting set to `null`.
2. checks to see if shrink is complete, if it is...
    b. set target index's `index.lifecycle.*` settings to the original index's values.
3. if not complete, just wait till next iteration
4. if operating on shrunken index, delete old index and add it as an alias to shrunken index
jasontedor pushed a commit that referenced this issue Aug 17, 2018
This does the following in sequential service polls

1. sets the index to read-only and runs shrink with a modified `index.lifecycle.name` setting set to `null`.
2. checks to see if shrink is complete, if it is...
    b. set target index's `index.lifecycle.*` settings to the original index's values.
3. if not complete, just wait till next iteration
4. if operating on shrunken index, delete old index and add it as an alias to shrunken index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants