This is a pre-configured rsyslog server in a Docker container, ready to ship logs to Logsene
- UDP/TCP/RELP input
- Elasticsearch bulk inserts
- HTTPS
Very efficient, secure, easy to use ...
git clone https://github.com/megastef/rsyslog-logsene.git
cd rsyslog-logsene
docker build -t sematext/rsyslog-logsene .
docker run -d -e LOGSENE_TOKEN=TOKEN -p 514:514/udp -p 514:514/tcp sematext/rsyslog-logsene