Skip to content

Fluentd plugin for parsing the systemd journal export format

Notifications You must be signed in to change notification settings

One-com/fluent-plugin-journal-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fluent-plugin-journal-parser

What is this?

This is a fluentd parser plugin for parsing the systemd journal export format.

Usage

Add this to your fluent.conf

<source>
  @type http
  port 8888
  format journal
</source>

and your boxes can push their journal to the server with

/lib/systemd/systemd-journal-upload -u http://myfluentdserver:8888/journal

A better solution is of course to edit your /etc/systemd/journal-upload.conf to add the proper URL and run the daemon via services. Eg.:

systemctl enable systemd-journal-upload
systemctl start systemd-journal-upload

About

Fluentd plugin for parsing the systemd journal export format

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages