• 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
    • All tags
    • Fedora
    • syslog-ng
    • apache
    • atomic
    • AWS
    • CentOS
    • Docker
    • Elasticsearch
    • FOSDEM
    • GeoIP
    • Graphite
    • hadoop
    • install
    • Java
    • JSON
    • Kibana
    • metrics
    • openSUSE
    • osquery
    • patterndb
    • python
    • RHEL
    • RPM
    • security
    • splunk
    • Turris
    • visualization
    • Experimental syslog-ng packages for Amazon Linux 2023

      Peter Czanik
      Peter Czanik
      Last year, I received many requests about syslog-ng for Amazon Linux 2023, but I could not find an easy way to create syslog-ng packages. Recently, however, I found that Fedora Copr supports building packages for Amazon Linux 2023. So, with a little bit…
      • over 1 year ago
      • syslog-ng Community
      • Blog
    • How build services make life easier for upstream developers

      Peter Czanik
      Peter Czanik
      Many Linux distributions provide build services under various names: openSUSE Build Service (OBS), Fedora Copr, and so on. These resources are indispensable for upstream developers, and also for their users. I will demonstrate this through some examples…
      • over 1 year ago
      • syslog-ng Community
      • Blog
    • Overview of syslog-ng RPM repositories

      Overview of syslog-ng RPM repositories

      Peter Czanik
      Peter Czanik
      Last week I posted about my new syslog-ng-stable RPM repositories. I tried to explain the use case and how it relates to my other repos, nonetheless I got some questions. So, in this blog I provide you an overview of syslog-ng RPM repositories: why to…
      • over 5 years ago
      • syslog-ng Community
      • Blog
    • Installing latest syslog-ng on openSUSE, RHEL and other RPM distributions

      Installing latest syslog-ng on openSUSE, RHEL and other RPM distributions

      Peter Czanik
      Peter Czanik
      The syslog-ng application is included in all major Linux distributions, and you can usually install syslog-ng from the official repositories. If the core functionality of syslog-ng meets your needs, use the package in your distribution repository (yum…
      • over 4 years ago
      • syslog-ng Community
      • Blog
    • Writing Python destination in syslog-ng: how to send log messages to MQTT

      Peter Czanik
      Peter Czanik
      In my past two Python blogs I introduced you to the basics of the syslog-ng Python destination. In this blog I show you a working example of how you can publish your logs to MQTT using the Python destination of syslog-ng. If you are new to the Python…
      • over 6 years ago
      • syslog-ng Community
      • Blog
    • Telegram destination in syslog-ng

      Telegram destination in syslog-ng

      Peter Czanik
      Peter Czanik
      Getting started with the Telegram destination of syslog-ng is not an easy and straightforward process, but it is well worth the efforts. If you do not know Telegram yet, Telegram is a cloud-based messaging application known for its security and speed…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Using the latest syslog-ng on Turris Omnia

      Using the latest syslog-ng on Turris Omnia

      Peter Czanik
      Peter Czanik
      The release candidate of version 3.7 of Turris OS – the OpenWRT-based operating system of Turris Omnia routers – is now available. Among many other changes, this updates syslog-ng from version 3.0 to 3.9, so it adds about seven years’ worth of new syslog…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Troubleshooting syslog-ng to syslog-ng connections

      Troubleshooting syslog-ng to syslog-ng connections

      Peter Czanik
      Peter Czanik
      syslog-ng users often face the challenge of not being able to send logs over the network from one syslog-ng instance to another. There can be many reasons for this; some are independent from syslog-ng, while others are related to the syslog-ng configuration…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Troubleshooting Java support in syslog-ng

      Troubleshooting Java support in syslog-ng

      Peter Czanik
      Peter Czanik
      Java based destination drivers were introduced to syslog-ng last year. The syslog-ng application uses libjvm.so to embed a Java Virtual Machine inside syslog-ng. Java libraries tend to have a large binary footprint, even just the Java Runtime Environment…
      • over 9 years ago
      • syslog-ng Community
      • Blog
    • syslog-ng and Elasticsearch 5: getting started on RHEL/CentOS

      syslog-ng and Elasticsearch 5: getting started on RHEL/CentOS

      Peter Czanik
      Peter Czanik
      For the last six months, Elastic’s communication centered around the upcoming Elastic Stack 5.0. And finally it is here: tons of new features, improved performance and a single version number for all Elastic products. Compatibility with syslog-ng was…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Secure your Elasticsearch cluster and avoid ransomware

      Secure your Elasticsearch cluster and avoid ransomware

      Peter Czanik
      Peter Czanik
      Last week, news came out that unprotected MongoDB databases are being actively compromised: content copied and replaced by a message asking for a ransom to get it back. As The Register reports: Elasticsearch is next . Learn how syslog-ng can help you…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Reading multiple files: wildcard file source in syslog-ng

      Reading multiple files: wildcard file source in syslog-ng

      Peter Czanik
      Peter Czanik
      Starting with version 3.10, syslog-ng can collect messages from multiple text files. You do not have to specify file names one by one, just use a wildcard to select which files to read. This is especially useful when you do not know the file names by…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Parsing web server access logs

      Parsing web server access logs

      Peter Czanik
      Peter Czanik
      If you operate web servers, you want to have insight about your traffic. Traditional solutions to process access logs include: scripts to create nightly reports with tools like AWStats run a JavaScript snippet on each page load, like Google Analytics…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • syslog-ng and Elasticsearch 6: getting started on RHEL/CentOS

      syslog-ng and Elasticsearch 6: getting started on RHEL/CentOS

      Peter Czanik
      Peter Czanik
      Version 6 of the Elastic Stack has now been available for some time packed with new features and improved performance. Compatibility of syslog-ng was checked already during the alpha phase of development, as syslog-ng is becoming popular among Elasticsearch…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Web interfaces for your syslog server – an overview

      Web interfaces for your syslog server – an overview

      Peter Czanik
      Peter Czanik
      This is the 2020 edition of my most read blog entry about syslog-ng web-based graphical user interfaces (web GUIs). Many things have changed in the past few years. In 2011, only a single logging as a service solution was available, while nowadays, I regularly…
      • over 4 years ago
      • syslog-ng Community
      • Blog
    • syslog-ng at SCALE 2018

      syslog-ng at SCALE 2018

      Peter Czanik
      Peter Czanik
      It is the fourth year that syslog-ng has participated at Southern California Linux Expo or, as better known to many, SCALE ‒ the largest Linux event in the USA. In many ways, it is similar to FOSDEM in Europe, however, SCALE also focuses on users and…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Splunk HEC: Sending logs using the program() destination of syslog-ng

      Splunk HEC: Sending logs using the program() destination of syslog-ng

      Peter Czanik
      Peter Czanik
      Recently Splunk started to recommend the use of the HTTP Event Collector (HEC) instead of forwarders. Syslog-ng supports this in multiple ways. Last time I showed you how to use the http() destination of syslog-ng. This time I introduce you to another…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Sending netdata metrics through syslog-ng to Elasticsearch

      Sending netdata metrics through syslog-ng to Elasticsearch

      Peter Czanik
      Peter Czanik
      netdata is a system for distributed real-time performance and health monitoring. You can use syslog-ng to collect and filter data provided by netdata and then send it to Elasticsearch for long-term storage and analysis. The aim is to send both metrics…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Sending logs from Logstash to syslog-ng

      Sending logs from Logstash to syslog-ng

      Peter Czanik
      Peter Czanik
      Logstash adds a new syslog header to log messages before forwarding them to a syslog server. In the case of syslog messages, it is problematic as there will be two syslog headers in the message. Using syslog-ng for everything logging related in an Elasticsearch…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Parsed web server logs to the cloud: syslog-ng SCL

      Parsed web server logs to the cloud: syslog-ng SCL

      Peter Czanik
      Peter Czanik
      The syslog-ng configuration library (SCL) can help you to configure syslog-ng a lot more easily. These configuration snippets can hide away the complexity of collecting, parsing or storing log messages. From this blog you can learn how to parse web server…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Latest syslog-ng is available for RHEL 6 / CentOS 6 again

      Latest syslog-ng is available for RHEL 6 / CentOS 6 again

      Peter Czanik
      Peter Czanik
      After more than a year, the latest version of syslog-ng compiles again on Red Hat Enterprise Linux version 6. This is thanks to a patch from Balázs Scheidler which resolves compatibility problems with older glib releases by implementing the missing functions…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • Installing syslog-ng on AWS Linux AMI

      Installing syslog-ng on AWS Linux AMI

      Peter Czanik
      Peter Czanik
      You do not have to live without your favorite syslog implementation even in Amazon Web Services (AWS) Linux AMI. This Linux distribution is based on Red Hat Enterprise Linux version 6 and it is minimal extra work to install syslog-ng on it. Before you…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • Filling your data lake with log messages: the syslog-ng Hadoop (HDFS) destination

      Filling your data lake with log messages: the syslog-ng Hadoop (HDFS) destination

      Peter Czanik
      Peter Czanik
      Petabytes of data are now collected into huge data lakes around the world. Hadoop is the technology enabling this. While syslog-ng was able write logs to Hadoop using some workarounds (mounting HDFS through FUSE) for quite some time, the new Java-based…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • DevConf 2018: long live containerization

      DevConf 2018: long live containerization

      Peter Czanik
      Peter Czanik
      DevConf is a yearly conference for developers, administrators, and users of Linux and related technologies. It is organized by Red Hat in Brno, home to one of their major development centers. This event was the 10 th in a row and the largest ever. It…
      • over 7 years ago
      • syslog-ng Community
      • Blog
    • CzP @ RMLL / Libre Software Meeting 2017

      CzP @ RMLL / Libre Software Meeting 2017

      Peter Czanik
      Peter Czanik
      This year I participated again in the security track of the largest French open source conference, Libre Software Meeting (RMLL). “Participated” as I did not only give a talk on syslog-ng there, but also sat in to most of the presentations and had very…
      • over 8 years ago
      • syslog-ng Community
      • Blog
    • View related content from anywhere
    • More
    • Cancel
    >
    • 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