Skip to content

Khighness/go-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-elasticsearch

SET up

$ git clone https://github.com/deviantony/docker-elk
$ cd docker-elk
$ docker-compose up -d
$ curl -XPOST -D- 'http://localhost:9200/_security/user/elastic/_password' \
    -H 'Content-Type: application/json' \
    -u elastic:changeme \
    -d '{"password":"KANG1823"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages