Sign inSign up

blacktop/es-data

By blacktop

•Updated almost 9 years ago

Nginx Demo Data for Elasticsearch

Image
2

5.9K

blacktop/es-data repository overview

⁠docker-es-demo-data

CircleCI License Docker Stars Docker Pulls Docker Image

Nginx Demo Data for Elasticsearch


⁠Dependencies

⁠Image Tags

REPOSITORY          TAG                 SIZE
blacktop/es-data   latest              11MB
blacktop/es-data   6.0                 11MB
blacktop/es-data   5.5                 24.2MB
blacktop/es-data   5.0                 21.1MB

⁠Getting Started

Add Nginx Demo Data to Your Elasticsearch cluster

$ docker run -d --name elastic -p 9200:9200 blacktop/elasticsearch:geoip
$ docker run -d --name kibana --link elastic:elasticsearch -p 5601:5601 blacktop/kibana
$ docker run --rm --link elastic:elasticsearch blacktop/es-data

NOTE: To use with an x-pack image use the env vars to set the creds like so

$ docker run -d --name elasticsearch -p 9200:9200 blacktop/elasticsearch:x-pack
$ docker run -d --name kibana --link elasticsearch -p 5601:5601 blacktop/kibana:x-pack
$ docker run --rm --link elasticsearch -e ES_USERNAME=elastic -e ES_PASSWORD=changeme blacktop/es-data

es-data

To use with a non-docker Elasticsearch node

$ docker run --rm -e ES_URL=http://localhost:9200 blacktop/es-data

⁠Issues

Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue⁠

⁠Credits

⁠CHANGELOG

See CHANGELOG.md⁠

⁠Contributing

See all contributors on GitHub⁠.

Please update the CHANGELOG.md⁠ and submit a Pull Request on GitHub⁠.

⁠License

Apache License (Version 2.0) Copyright (c) elastic.co

Tag summary

Content type

Image

Digest

Size

7.3 MB

Last updated

almost 9 years ago

docker pull blacktop/es-data