Skip to content

Add endpoint for dumping all effective settings #2738

@drewr

Description

@drewr

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": "..."
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions