Skip to content

configuration export #98

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

Closed
berkay opened this issue Mar 30, 2010 · 2 comments
Closed

configuration export #98

berkay opened this issue Mar 30, 2010 · 2 comments

Comments

@berkay
Copy link

berkay commented Mar 30, 2010

It would be useful to be able to dump elasticsearch configuration (indices, mapping, gateways, etc.) in YAML or JSON format.
This can be used for troubleshooting, to see what's created dynamically and also would help with in creation of configuration files and reduce syntactical errors

@kimchy
Copy link
Member

kimchy commented Mar 30, 2010

There are two main APIs that provide you just that and much more. The indices status admin API, and the cluster state admin API.

@berkay
Copy link
Author

berkay commented Mar 30, 2010

perfect!

s1monw added a commit that referenced this issue May 16, 2017
…ads aborts

Today we assert hart if failure listeners are invoked more than once. Yet, this
can happen if we cancel the execution since the caller and the handler will get
the exception on the cancelable threads and will notify the listener concurrently
if timinig allows. This commit relaxes the assertion towards handling multiple
invocations with `ExecutionCancelledException`

Closes #24010
Closes #24179
Closes vagnerclementino/elasticsearch/#98
s1monw added a commit that referenced this issue May 16, 2017
…ads aborts

Today we assert hart if failure listeners are invoked more than once. Yet, this
can happen if we cancel the execution since the caller and the handler will get
the exception on the cancelable threads and will notify the listener concurrently
if timinig allows. This commit relaxes the assertion towards handling multiple
invocations with `ExecutionCancelledException`

Closes #24010
Closes #24179
Closes vagnerclementino/elasticsearch/#98
s1monw added a commit that referenced this issue May 16, 2017
…ads aborts

Today we assert hart if failure listeners are invoked more than once. Yet, this
can happen if we cancel the execution since the caller and the handler will get
the exception on the cancelable threads and will notify the listener concurrently
if timinig allows. This commit relaxes the assertion towards handling multiple
invocations with `ExecutionCancelledException`

Closes #24010
Closes #24179
Closes vagnerclementino/elasticsearch/#98
s1monw added a commit that referenced this issue May 16, 2017
…ads aborts

Today we assert hart if failure listeners are invoked more than once. Yet, this
can happen if we cancel the execution since the caller and the handler will get
the exception on the cancelable threads and will notify the listener concurrently
if timinig allows. This commit relaxes the assertion towards handling multiple
invocations with `ExecutionCancelledException`

Closes #24010
Closes #24179
Closes vagnerclementino/elasticsearch/#98
ClaudioMFreitas pushed a commit to ClaudioMFreitas/elasticsearch-1 that referenced this issue Nov 12, 2019
Make an example in the README more readable.
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants