Questions tagged [elasticsearch-indices]
93 questions
0
votes
1 answer
Unwanted indices are getting created in my ES cluster
Unwanted indices are getting created in my ES cluster. For eg bellow
green gpworv1.html 5 1 0 0 1.1kb 575b
green rgspaa1.html 5 1 0 0 1.1kb 575b
green …

Ankit Agrawal
- 11
- 1
0
votes
1 answer
Elasticsearch - What is the best way to find existing indices in a time range
Below is an example of indices in Jan 2015, similar indices in other months/years. Indices are created based on date but it's not necessary to have indices for everyday.
abc-2015.01.01
abc-2015.01.04
abc-2015.01.14
abc-2015.01.28
abc-2015.01.31
I…

androidkc
- 689
- 2
- 7
- 16
0
votes
2 answers
Elasticsearch file-based index templates not showing up in "/_template" API call
I'm attempting to automate the usage of index templates in Elasticsearch, so I've started creating the files in the "[ES_CONFIG_DIR]/templates/" directory (http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html#config)…

hartfordfive
- 1,275
- 2
- 11
- 18