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

index status produces 400 error #1

Open
RedactedProfile opened this issue Sep 28, 2016 · 0 comments
Open

index status produces 400 error #1

RedactedProfile opened this issue Sep 28, 2016 · 0 comments

Comments

@RedactedProfile
Copy link

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

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

1 participant