You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we do it in the mysql image is to repeatedly try connecting with a timeout (entrypoint). It should be a similar setup to try until elasticsearch is available.
This image has been deprecated in favor of the official elasticsearch image provided and maintained by elastic.co. The upstream images are available to pull via docker.elastic.co/elasticsearch/elasticsearch:[version] like 5.4.2. The images found here will receive no further updates once the 5.6.0 release is available upstream. Please adjust your usage accordingly.
Hello,
I would like to be able to set some templates and mapping if they are not present yet in ES data. What the best way to achieve it?
(To me, the difficult part is to wait that elasticsearch has been started & ready).
Thanks you,
The text was updated successfully, but these errors were encountered: