Hello,
I am using ES (6.2.4) in Docker and I have a Kibana application which manage the index. My app works perfectly in my host but in the Docker container, it doesn't work. It looks like the API that I created is not found or the index is only for reading (GET method works, but POST method which used to update some hits, no!)
Is there any explanation ?