Skip to content

reisner/elastic_dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

elastic_dev

Minimal repository for testing elastic search locally.

Usage

Pull containers:

docker pull docker.elastic.co/elasticsearch/elasticsearch:8.5.0-arm64
docker pull docker.elastic.co/kibana/kibana:8.5.0-arm64

Clone this repo, and from this directory run:

docker-compose up
  1. Check indices at: https://localhost:9200/_cat/indices

  2. From another container, connect to host: https://host.docker.internal:9200

  3. Access Kibana at: https://localhost:5601/

About

Local elastic instance for testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published