Using version 5.6.4 of Elasticsearch and Kibana. Everything is setup on my localhost
I have uploaded my data and confirmed the indices exist, per the instructions here: https://www.elastic.co/guide/en/kibana/5.4/tutorial-load-dataset.html
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open .kibana kROEUVWbQMWE-bMGYZCNcA 1 1 1 0 9.3kb 9.3kb
yellow open travel-sample rElzvrZgQWKfqUiO5zhhRQ 5 1 32616 0 44.1mb 44.1mb
yellow open shakespeare 48nwK8PBSmiSYtV8pLLZlA 5 1 111396 0 21.6mb 21.6mb
yellow open cases ZIMoJ1UMS1WmOLXMZDH6sA 5 1 1109 9 514.3kb 514.3kb
However, when I try to add the index in Kibana (which recognizes it as a valid index and even auto-detects time fields if present), I always get the error: No matching indices found: No indices match pattern "AWIxOms5xIfTvlz99..."

I don't see any errors in the logs. I have tried deleting and re-creating the .kibana index without any luck. I have also read through the dozens of posts w/ people experiencing similar issues, which are almost all due to the indices not existing on Elasticsearch, which is not the problem here.
Any other ideas? Any help would be greatly appreciated!

