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

Make action.auto_create_index setting a dynamic cluster setting #20274

Merged

Conversation

martijnvg
Copy link
Member

PR for #7513

.metaData(metaData).build();
}

private AutoCreateIndex createAutoCreateIndex(Settings settings) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the double 'create' in the method name confused me a bit when reading it, maybe rename to 'newAutoCreateIndex'?

@jpountz
Copy link
Contributor

jpountz commented Sep 1, 2016

I left some comments.

@martijnvg martijnvg force-pushed the make_auto_create_index_setting_dynamic branch from 0a0cbef to 64c713d Compare September 1, 2016 09:03
@martijnvg
Copy link
Member Author

@jpountz Thanks! I've updated the PR.

@jpountz
Copy link
Contributor

jpountz commented Sep 1, 2016

LGTM

@martijnvg martijnvg force-pushed the make_auto_create_index_setting_dynamic branch from 64c713d to a110498 Compare September 1, 2016 10:39
@martijnvg martijnvg merged commit a110498 into elastic:master Sep 1, 2016
ppf2 added a commit that referenced this pull request Oct 16, 2017
Per #20274, action.auto_create_index can be set as a dynamic cluster setting.
nik9000 pushed a commit that referenced this pull request Oct 17, 2017
)

Per #20274, action.auto_create_index can be set as a dynamic cluster setting.
nik9000 pushed a commit that referenced this pull request Oct 17, 2017
)

Per #20274, action.auto_create_index can be set as a dynamic cluster setting.
nik9000 pushed a commit that referenced this pull request Oct 17, 2017
)

Per #20274, action.auto_create_index can be set as a dynamic cluster setting.
GlenRSmith added a commit that referenced this pull request Jun 7, 2018
This could be ported to any version [since 5.0](#20274)
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this pull request Jan 27, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in elastic#20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates elastic#7513
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
DaveCTurner added a commit that referenced this pull request Jan 28, 2019
We changed the `action.auto_create_index` setting to be a dynamic cluster-level
setting in #20274 but today the reference manual indicates that it is still a
static node-level setting. This commit addresses this, and clarifies the
semantics of patterns that may both permit and forbid the creation of certain
indices.

Relates #7513, #27026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants