OS & Version:
MAC OSX 10.12.5
Python Version: 2.7.10
Docker version 17.06.0-ce, build 02c1d87
I installed the module with the command docker-compose build && docker-compose up. However, when I tried to access http://localhost:5601/app/kibana, it prompts me with the message Unable to fetch mapping. Do you have indices matching the pattern?. Is it because that the ElasticSearch is not running correctly? Or is it because the exchange data is not flowing in correctly?
I installed the module with the command
docker-compose build && docker-compose up
. However, when I tried to accesshttp://localhost:5601/app/kibana
, it prompts me with the messageUnable to fetch mapping. Do you have indices matching the pattern?
. Is it because that the ElasticSearch is not running correctly? Or is it because the exchange data is not flowing in correctly?