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

Choose multiple Indices #856

Closed
uditranjan opened this issue Jan 22, 2014 · 2 comments
Closed

Choose multiple Indices #856

uditranjan opened this issue Jan 22, 2014 · 2 comments

Comments

@uditranjan
Copy link

In my Elasticsearch instance, i have created multiple indexes. Is there any way that i can select more than 1 index and not selecting all of them?

@rashidkpc
Copy link
Contributor

sure, turn off timestamped indices and supply a comma separated list, eg:

index1,index2,index3

@rvhaasen
Copy link

I try to select multiple indices as rashidkpc suggest as comma separated indices. Kibana4 does not accept the pattern. It shows "Invalid index name pattern". (I turned off "timestamped indices", but it still does not accept the pattern). What am I doing wrong?

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

4 participants
@rashidkpc @rvhaasen @uditranjan and others