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

search missing from stats when using clear and search params #1516

Closed
Mpdreamz opened this issue Dec 1, 2011 · 1 comment
Closed

search missing from stats when using clear and search params #1516

Mpdreamz opened this issue Dec 1, 2011 · 1 comment

Comments

@Mpdreamz
Copy link
Member

Mpdreamz commented Dec 1, 2011

I am getting search stats back on:
http://127.0.0.1.:9200/_stats?pretty=true
but if i clear the flags and add it back manually it'll come up empty:
http://127.0.0.1:9200/_stats?pretty=true&clear=true&search=true

{
    ok: true,
    _shards: {
    total: 60,
    successful: 30,
    failed: 0
},
_all: {
    primaries: { },
    total: { },
    indices: {
    80f4f2ae-edb2-423b-b033-f00a73ec2157: {
        primaries: { },
        total: { }
    },
    db7bf88d-877c-4e5a-822a-e3fe8f38be1e: {
        primaries: { },
        total: { }
    },
    e62a8cfa-37c6-46c3-9a20-b3ad6b25417b: {
        primaries: { },
        total: { }
    },
    edc9c9bb-eb23-4949-83b9-fd5a9fdd925c: {
        primaries: { },
        total: { }
    },
    nest_test_data_clone: {
        primaries: { },
        total: { }
    },
    nest_test_data: {
        primaries: { },
        total: { }
    }
}
}
}
@kimchy
Copy link
Member

kimchy commented Dec 2, 2011

Thats a bug, you can use /_stats/search for now.

@kimchy kimchy closed this as completed in 032e215 Dec 2, 2011
dadoonet pushed a commit to dadoonet/elasticsearch that referenced this issue Dec 5, 2011
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants