No release in over a year
Parser for Fortigate logs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 1.15.0, < 2
 Project Readme

Fortigate Log Parser for Fluentd

Unit Tests Gem Version

This is a Fluentd plugin to parse the proprietary syslog messages from FortiOS (Fortigate). The plugin is based on a fork, with special thanks to iliecz.

Requirements

fluent-plugin-grok-parser fluentd ruby
>= 1.0.0 >= v0.15.0 >= 3.1

Installation

gem install fluent-plugin-fortigate-logs-parser

Usage

Create a generic UDP input and use the fortigate_logs parser.

<source>
  @type udp
  port 9910
  bind 0.0.0.0
  <parse>
    @type fortigate_logs
  </parse>
</source>

Development

bin/setup
bundle exec rake test

Contributing

We welcome community contributions to this collection. If you find bugs, then please open an issue or create a pull request.

More information about contributing can be found in the Contribution Guidelines.

License

MIT License