Skip to content

index status produces 400 error #1

Description

@RedactedProfile
index = es_client.get_index('myindex')
status = index.status.data

produces the output of

{
    "status": 400,
    "error": {
        "root_cause": [{
            "reason": "No feature for name [_status]",
            "type": "illegal_argument_exception"
        }],
        "type": "illegal_argument_exception",
        "reason": "No feature for name [_status]"
    }
}

According to answer here http://stackoverflow.com/questions/32661598/elasticsearch-after-install-plugin-elasticsearch-head it's because _status is deprecated, replaced by _recovery

ElasticSearch version: 2.3.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions