Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/megastef/rsyslog-logsene
- Owner: megastef
- Created: 2015-11-28T12:55:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T07:40:27.000Z (over 8 years ago)
- Last Synced: 2024-10-17T17:07:27.762Z (22 days ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - megastef/rsyslog-logsene - Rsyslog docker image for Logsene (others)
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
- HTTPSVery 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
```