Copies runlog entries into elasticsearch
4.8K
This docker copies runlog entries from the ADS into an elasticsearch machine at regular intervals (every 20 seconds right now).
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
Content type
Image
Digest
sha256:88c972dc8…
Size
260.2 MB
Last updated
over 8 years ago
docker pull placr/runlog-elasticsearch