• Products
    • View all products
    • Free trials
    • Log Management Appliance
    • Log Management Software
    • Open Source Log Management
  • Solutions
    • Optimizing SIEM
    • Universal log collection and routing
    • Big data ingestion
    • Rapid search and troubleshooting
    • Meeting compliance requirements
    • Secure data archive
  • Resources
    • Customer Stories
    • Documents
    • Events
    • Technical Documentation
      • syslog-ng Premium Edition
      • syslog-ng Store Box
      • syslog-ng Open Source
    • Videos
  • Trials
  • Support
    • Packages
    • By Product
      • syslog-ng Premium Edition
      • syslog-ng Store Box
  • Partners
    • Overview
    • Partner Circle Log In
    • Become a Partner
    • Find a Partner
  • Community
    • Home
    • Blog
    • Open Source Edition Mailing List
syslog-ng Community
syslog-ng Community
  • Site
  • User
  • Site
  • Search
  • User
syslog-ng Community
syslog-ng Community
Blog
    • New
    Blog
    Related Tags
    • Elasticsearch
    • Fedora
    • Insider
    • JSON
    • log management
    • macOS
    • python
    • RHEL
    • syslog-ng
    • tutorial
    Options
    • Subscribe by email
    • Posts RSS
    • More
    • Cancel
    Social Networks
    • Mailing List for OSE
    • Visit GitHub to download
    • Visit us on Twitter
    • Visit us on YouTube
    • Visit us on Facebook
    • Tags
    • Subscribe by email
    • More
    • Cancel
    • The syslog-ng insider 2022-04: typing; sudo; Zinc; Elastic Cloud; 3.36;

      The syslog-ng insider 2022-04: typing; sudo; Zinc; Elastic Cloud; 3.36;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 100th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS syslog-ng 4 theme: typing Balázs Scheidler, founder of the syslog-ng project, describes a major new syslog-ng...
      • 21 Apr 2022
    • Syslog-ng in GSoC 2022

      Syslog-ng in GSoC 2022

      Peter Czanik
      Peter Czanik
      This year the syslog-ng project will participate in the Google Summer of Code (GSoC) as a mentor organization again. If you are a university student or otherwise eligible to participate in the GSoC program, you can choose to develop a new feature for…
      • 12 Apr 2022
    • Using the regexp-parser of syslog-ng

      Using the regexp-parser of syslog-ng

      Peter Czanik
      Peter Czanik
      For many years, you could use the match() filter of syslog-ng to parse log messages with regular expressions. However, the primary function of match() is filtering. Recent syslog-ng versions now have a dedicated regular expression parser, the regexp-…
      • 6 Apr 2022
    • New syslog-ng parser: flip-parser()

      New syslog-ng parser: flip-parser()

      Peter Czanik
      Peter Czanik
      The latest pull request to syslog-ng adds a really useful feature: the flip-parser(): https://github.com/syslog-ng/syslog-ng/pull/3971 It allows you to flip the message text, reverse it, or both. As I also reported a couple of minor problems related …
      • 1 Apr 2022
    • The difference between throttle() and rate-limit() in syslog-ng

      The difference between throttle() and rate-limit() in syslog-ng

      Peter Czanik
      Peter Czanik
      There are multiple ways in syslog-ng to limit message rate. The throttle() option of syslog-ng destinations tries to make sure that all messages are delivered without exceeding a specified message rate. The rate-limit() filter introduced in syslog-ng…
      • 29 Mar 2022
    • The system() source of syslog-ng now also works on MacOS

      The system() source of syslog-ng now also works on MacOS

      Peter Czanik
      Peter Czanik
      Most of syslog-ng works perfectly well on MacOS; however, there is no native driver to collect local log messages. Due to this, in the past, the system() source did not work on MacOS, thus the default syslog-ng configuration failed to start. Version …
      • 22 Mar 2022
    • The syslog-ng insider 2022-03: syslog-ng 4; MQTT source; Zinc; Elastic Cloud; 3.36;

      The syslog-ng insider 2022-03: syslog-ng 4; MQTT source; Zinc; Elastic Cloud; 3.36;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 99th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS syslog-ng future: the path to syslog-ng 4 Balázs Scheidler, founder of the syslog-ng project, describes th...
      • 17 Mar 2022
    • Syslog-ng 3.36 news: better TLS 1.3, basic MacOS support, and many more

      Syslog-ng 3.36 news: better TLS 1.3, basic MacOS support, and many more

      Peter Czanik
      Peter Czanik
      Version 3.36 of syslog-ng brings us many interesting new features. There is now basic support for system() source on MacOS, TLS 1.3 ciphers can now be restricted, TLS keylog support was added, symlink creation to the latest file, and there are many n…
      • 8 Mar 2022
    • A minimalist syslog-ng package is heading to EPEL 9

      A minimalist syslog-ng package is heading to EPEL 9

      Peter Czanik
      Peter Czanik
      Last week, the ivykis library, the most important core dependency of syslog-ng landed in EPEL 9 successfully. There are still plenty of dependencies missing, but this way, I could submit a slightly cut down version of syslog-ng to EPEL 9. Hopefully t…
      • 1 Mar 2022
    • Contacting the syslog-ng team: reporting problems, asking questions

      Contacting the syslog-ng team: reporting problems, asking questions

      Peter Czanik
      Peter Czanik
      Recently I got some complaints that it is difficult to figure out how to contact the syslog-ng team to get help or report problems. Most of this information is available both on the syslog-ng website and at the syslog-ng repository on GitHub, but col…
      • 22 Feb 2022
    • Elasticsearch 8 and syslog-ng

      Elasticsearch 8 and syslog-ng

      Peter Czanik
      Peter Czanik
      General availability of Elasticsearch 8 was announced last week. There were quite a few rumors that it will break compatibility with third party tools. I tested it as soon as I had a little time: I am happy to share that anything I tested with the el…
      • 16 Feb 2022
    • The syslog-ng Insider 2022-01: Reboot; Sequence; Monterey; CentOS 9;

      The syslog-ng Insider 2022-01: Reboot; Sequence; Monterey; CentOS 9;

      Peter Czanik
      Peter Czanik
      Dear syslog-ng users, This is the 98th issue of syslog-ng Insider, a monthly newsletter that brings you syslog-ng-related news. NEWS syslog-ng relaunch Balázs Scheidler, founder of the syslog-ng project, started a new blog where he details...
      • 10 Feb 2022
    <>
    • Company
      • About Us
      • Careers
      • Contact Us
      • News
    • Resources
      • Blogs
      • Customer Stories
      • Documents
      • Events
      • Videos
    • Support
      • Overview
      • Open Source Edition Mailing List
      • Technical Documentation
    • Social Networks
      • Facebook
      • Github
      • Twitter
      • Youtube
    • Partners
      • Become a Partner
      • Partner Finder
      • Partner Login
    • © 2025 One Identity LLC. ALL RIGHTS RESERVED.
    • Legal
    • Terms of Use
    • Privacy