CEE-based properties

Parsing JSON (CEE) Logs and Sending them to Elasticsearch

Original post: Structured Logging with rsyslog and Elasticsearch via @sematext When your applications generate a lot of logs, you’d probably want to make some sense of them through searches and statistics. Here’s when structured logging comes in handy, and I would like to share some thoughts and configuration examples of how you could use a […]

rsyslog 7.1.4 (v7-devel) released

This version implements the “missing bits” for full JSON handling: json support inside variable evaluation, the string concatenation operator and copying of full json trees in variable assignment. Most importantly, the json structure is now also persisted across disk-queues. The release also contains a number of bug fixes. ChangeLog: http://www.rsyslog.com/changelog-for-7-1-4-v7-devel/ Download: http://www.rsyslog.com/rsyslog-7-1-4-v7-devel/ As always, feedback […]

Changelog for 7.1.4 (v7-devel)

Version 7.1.4  [devel] 2012-09-19 implemented ability for CEE-based properties to be stored in disk queues implemented string concatenation in expressions via &-operator implemented json subtree copy in variable assignment implemented full JSON support for variable manipulation introduced “subtree”-type templates bugfix: omfile action did not respect “template” parameter … and used default template in all cases […]

Scroll to top