elasticsearch-HQ icon indicating copy to clipboard operation
elasticsearch-HQ copied to clipboard

Cannot get indices summary against AWS Elasticsearch 6.7

Open jamiejackson opened this issue 4 years ago • 3 comments

General information

  • ElasticHQ Version: Docker image elastichq/elasticsearch-hq (currently, 3.5.0)
  • Elasticsearch Version: AWS ES 6.7
  • Browser Vendor and Version (if applicable):

Issue Description

This is my first time using ElasticHQ. I'm running against AWS ES. I get the dashboard just fine image but when I try to get the "Indices Summary", I see no indices and I get errors in the logs.

Linking #371 because of the similar outward behavior.

Source Code / Logs

elastichq_log.txt

jamiejackson avatar Aug 29 '19 21:08 jamiejackson

Are the 7 indices on the cluster "open" (ie. you can query from them)?

royrusso avatar Aug 29 '19 22:08 royrusso

I actually have on the order of 250 indices (and many more documents than are reported). The nodes count is right, tho ;-).

As far as I know, all indices are open, but I'm too new to ES to answer that with certainty. (Let me know if there's a fairly easy way to answer that more definitively.)

jamiejackson avatar Aug 29 '19 22:08 jamiejackson

@royrusso, it turns out that I have a lot more indices than I'd thought (2961).

For what it's worth, they're all open.


Note to self:

curl -s "${es_base}/_cluster/state" | jq '.metadata.indices | to_entries | .[] | {index: .key, state: .value.state}'

jamiejackson avatar Aug 31 '19 15:08 jamiejackson