Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 518 Bytes

rsyslog-logsene docker file

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 ...

Installation

git clone https://github.com/megastef/rsyslog-logsene.git
cd rsyslog-logsene
docker build -t sematext/rsyslog-logsene .

Usage

docker run -d -e LOGSENE_TOKEN=TOKEN -p 514:514/udp -p 514:514/tcp sematext/rsyslog-logsene