Sign inSign up

placr/runlog-elasticsearch

By placr

•Updated over 8 years ago

Copies runlog entries into elasticsearch

Image
0

4.8K

placr/runlog-elasticsearch repository overview

⁠docker-runlog-elasticsearch

This docker copies runlog entries from the ADS into an elasticsearch machine at regular intervals (every 20 seconds right now).

⁠Use

Start an elastic search instance:

docker run --name es elasticsearch

Second start the ads:

docker run --name ads ads

Finally run this docker, linking to the other containers:

docker run --link ads:ads esrep1:elasticsearch placr/runlog-elasticsearch

Tag summary

Content type

Image

Digest

sha256:88c972dc8…

Size

260.2 MB

Last updated

over 8 years ago

docker pull placr/runlog-elasticsearch