Last active
April 23, 2020 23:00
-
-
Save jakelandis/7471bf7bdf00a018af23fe4399019e62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker image rm docker.elastic.co/elasticsearch/elasticsearch:8.0.0-SNAPSHOT | |
docker image rm docker.elastic.co/kibana/kibana:8.0.0-SNAPSHOT | |
curl -L -o docker-compose.yml https://gist.githubusercontent.com/jakelandis/f152f7f6ea7f994c7438e35dcff07113/raw/04a853f48d1fba853a097648fb2f6de688ed0c5e/docker-compose.yml && docker-compose up | |
Open up the dev Console in Kibana: http://localhost:5601/app/kibana#/dev_tools/console?_g=() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment