Skip to content

A simple rsyslog server that forwards syslog entries to an MQTT server.

License

Notifications You must be signed in to change notification settings

gelse/syslog2mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syslog2mqtt

A simple rsyslog server that forwards syslog entries to an MQTT server.

You can use the example docker compose file after changing (or removing) the template environment values accordingly.

The server tries to do very basic parsing of the log messages and pushes the MQTT messages to <<base_topic>>/data/<>/<>. If parsing fails, the message as a whole is pushed to <<base_topic>>/raw.

planned features

  • Extending the parsing possibilites with plugins.

About

A simple rsyslog server that forwards syslog entries to an MQTT server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published