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
`ELASICSEARCH_URL=http://localhost:9200` is wrong since that will
reference the Kibana container's own port 9200. Use the Docker host
interface (normally bound to `172.17.0.1`) instead.
0 commit comments