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

Add endpoint for dumping all effective settings #2738

Closed
drewr opened this issue Mar 6, 2013 · 2 comments
Closed

Add endpoint for dumping all effective settings #2738

drewr opened this issue Mar 6, 2013 · 2 comments

Comments

@drewr
Copy link
Contributor

drewr commented Mar 6, 2013

We should provide an endpoint that dumps a map of all settings and their values.

    % curl localhost:9200/_config
    {
        "cluster": {
            "name": "elasticsearch"
        }, 
        "index": {
            "number_of_shards": 1
        }, 
        "node": {
            "data": true, 
            "master": true
        },
        "etc": "..."
    }
@lmenezes
Copy link
Contributor

lmenezes commented Apr 3, 2014

is this getting any attention at all?
if not, I will be glad to work on it :)

@clintongormley
Copy link

Closed in favour of #6732

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

3 participants