Sematext logagent build for Raspberry PI and potentially other ARM devices.
261
Sematext logagent (https://sematext.com/logagent/) build for Raspberry PI and potentially other ARM devices.
The docker container can be exectured an configured using the following command:
docker run -d --name logagent \
-v /var/log:/mylogs
-e LOG_URL=https://elasticsearch:9200 \
-e LOG_INDEX=elasticsearch_index \
-e LOG_GLOB="/mylogs/**/.log" \
mscatdk/rpi-logagent
Where
git clone [email protected]:mscatdk/rpi-logagent.git
cd rpi-logagent
docker build . -t mscatdk/rpi-logagent:latest
The docker image has been tested on the following devices:
Content type
Image
Digest
Size
72.1 MB
Last updated
over 8 years ago
docker pull mscatdk/rpi-logagent