Skip to content

afym/elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. En la carpeta docker/

Setting up the local environment

$ cd elasticsearch/
$ docker-compose up -d
$ docker/setup.sh

Testing the elastic search cluster

$ curl -XGET 'http://localhost:9200'

Testing the kibana

$ curl -XGET 'http://localhost:5601'

Basic structure of curl

$ curl -X<VERB> '<PROTOCOL>://<HOST>/<PATH>?<QUERY_sTRING>' -d '<BODY>'

About

Elasticsearch examples and environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published