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

Show open and closed indices in _cat/indices #7907

Closed
markwalkom opened this issue Sep 29, 2014 · 2 comments
Closed

Show open and closed indices in _cat/indices #7907

markwalkom opened this issue Sep 29, 2014 · 2 comments
Assignees

Comments

@markwalkom
Copy link
Contributor

There doesn't seem to be any other way to definitively and easily list the open/closed indexes in a cluster from what I could see, and it would be really helpful if this option was available in _cat.

Please :)

dadoonet added a commit to dadoonet/elasticsearch that referenced this issue Sep 30, 2014
When asking for `GET /_cat/indices?v`, you can now retrieve closed indices in addition to opened ones.

```
health status index              pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .marvel-2014.05.21   1   1       8792            0     21.7mb         21.7mb
       close  test
yellow open   .marvel-2014.05.22   1   1       3871            0     10.7mb         10.7mb
red    open   .marvel-2014.05.27   1   1
```

Closes elastic#7907.
@dadoonet dadoonet self-assigned this Sep 30, 2014
dadoonet added a commit that referenced this issue Oct 3, 2014
When asking for `GET /_cat/indices?v`, you can now retrieve closed indices in addition to opened ones.

```
health status index              pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .marvel-2014.05.21   1   1       8792            0     21.7mb         21.7mb
       close  test
yellow open   .marvel-2014.05.22   1   1       3871            0     10.7mb         10.7mb
red    open   .marvel-2014.05.27   1   1
```

Closes #7907.
Closes #7936.

(cherry picked from commit f0052a5)
dadoonet added a commit that referenced this issue Oct 3, 2014
When asking for `GET /_cat/indices?v`, you can now retrieve closed indices in addition to opened ones.

```
health status index              pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .marvel-2014.05.21   1   1       8792            0     21.7mb         21.7mb
       close  test
yellow open   .marvel-2014.05.22   1   1       3871            0     10.7mb         10.7mb
red    open   .marvel-2014.05.27   1   1
```

Closes #7907.
Closes #7936.

(cherry picked from commit f0052a5)
@SteveDevOps
Copy link

is there any way to retrieve store.size on closed indices?

@s1monw
Copy link
Contributor

s1monw commented Jun 11, 2015

@SteveDevOps not that I know of

mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
When asking for `GET /_cat/indices?v`, you can now retrieve closed indices in addition to opened ones.

```
health status index              pri rep docs.count docs.deleted store.size pri.store.size
yellow open   .marvel-2014.05.21   1   1       8792            0     21.7mb         21.7mb
       close  test
yellow open   .marvel-2014.05.22   1   1       3871            0     10.7mb         10.7mb
red    open   .marvel-2014.05.27   1   1
```

Closes elastic#7907.
Closes elastic#7936.

(cherry picked from commit f0052a5)
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

Successfully merging a pull request may close this issue.

4 participants