1.2.0, 1.2.1, 1.2.2, 1.2.31.1.2, 1.1.1, 1.1.01.0.1, 1.0.0Docker image for Elastic Topbeat
docker run -d \
-e PROFILE=logstash \
--link=logstash:logstash \
--name=topbeat \
--pid=host \
athieriot/topbeat
docker run -d \
-e HOST=elasticsearch.in.aws.com \
-e PORT=80 \
-e CPU_PER_CORE=false \
-e INDEX=topbeat \
-e PROCS=.* \
-e PERIOD=10 \
-e SHIPPER_NAME=super-app \
-e SHIPPER_TAGS="qa", "db" \
--name=topbeat \
--pid=host \
athieriot/topbeat
In the event you are usage a custom configuration or logstash but want to add Topbeat templates to your own Elasticsearch instance:
docker run -d \
-e PROFILE=logstash \
-e EXTERNAL_ELASTIC_HOST=my.elasticsearch.com \
-e EXTERNAL_ELASTIC_PORT=9200 \
--link=logstash:logstash \
--name=topbeat \
--pid=host \
athieriot/topbeat
Somehow, when Elasticsearch is launched inside a container it is inaccessible from another linked container. A configuration has to be set for it to work properly. Change IP as needed.
docker run --name=elasticsearch elasticsearch elasticsearch -Des.network.bind_host=0.0.0.0
Content type
Image
Digest
Size
121.1 MB
Last updated
about 10 years ago
docker pull tegud/docker-elastic-topbeat