Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fluent-plugin-fortigate-logs-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluent-plugin-fortigate-logs-parser

  • 1.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Fortigate Log Parser for Fluentd

Unit Tests

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-parserfluentdruby
>= 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

FAQs

Package last updated on 05 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc