Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/megastef/rsyslog-logsene

Rsyslog docker image for Logsene
https://github.com/megastef/rsyslog-logsene

Last synced: 16 days ago
JSON representation

Rsyslog docker image for Logsene

Awesome Lists containing this project

README

        

# rsyslog-logsene docker file

This is a pre-configured rsyslog server in a Docker container, ready to ship logs to [Logsene](https://www.sematext.com/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
```