/activemq-logstash-docker-image

A logstash docker image configured to pull events from ActiveMQ

Primary LanguageDockerfileMIT LicenseMIT

Welcome to activemq-logstash-docker-image 👋

Version License: MIT Twitter: MalcMacphail

A logstash docker image configured to pull events from ActiveMQ

Using this image

To use this image setup the following environment variables:

ACTIVEMQ_BROKER_URL = tcp://localhost:61616
ACTIVEMQ_DESTINATION = hello-world
ELASTICSEARCH_URL = http://localhost:9200
ELASTICSEARCH_INDEX = testindex

Build this image

docker build -t docker.pkg.github.com/mmacphail/activemq-logstash-docker-image/activemq-logstash:$VERSION

Publish this image

First login to github docker repository:

docker login docker.pkg.github.com -u $USER -p $TOKEN

Then push the image:

docker push docker.pkg.github.com/mmacphail/activemq-logstash-docker-image/activemq-logstash:$VERSION

Author

👤 Alexandre Fruchaud

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator