syslog-collector: Open-Source SysLog Log Collector
syslog-collector is an open-source collector designed to accept syslog data, parse it, and submit to supplied outputs. It provides the ability to export results to a number of different destinations, such as Google Cloud Storage, Amazon S3, Stackdriver, file, and HTTP endpoint.
Installation of syslog-collector is dead-simple - just download and extract the zip containing the release for your system, and run the binary. syslog-collector has binary releases for Windows, Mac, and Linux platforms.
If you are building from source, please note that syslog-collector requires Go v1.13 or above, due to its use of Go Modules!
To build syslog-collector from source, simply run go get github.com/rfizzle/syslog-collector
and cd
into the project source directory. Then, run go build
. After this, you should have a binary called syslog-collector
in the current directory.
You can also get syslog-collector via the official Docker container here. The collector was built with Kubernetes in mind.
Documentation can be found via the docs. Find something missing? Let us know by filing an issue!
Find a bug? Want more features? Find something missing in the documentation? Let us know! Please don't hesitate to file an issue and we'll get right on it.
MIT License
Copyright (c) 2020 Coleton Pierson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.