{"id":29763476,"url":"https://github.com/gebitsolutions/fluent-plugin-fortigate-logs-parser","last_synced_at":"2025-07-26T21:14:13.318Z","repository":{"id":65488049,"uuid":"585536202","full_name":"GEBITSolutions/fluent-plugin-fortigate-logs-parser","owner":"GEBITSolutions","description":"This is a Fluentd plugin to parse the proprietary syslog messages from FortiOS (Fortigate).","archived":false,"fork":false,"pushed_at":"2023-09-04T18:37:21.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T15:03:44.668Z","etag":null,"topics":["fluentd","fortigate","fortios","logs","parser","ruby","syslog"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GEBITSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-05T12:25:34.000Z","updated_at":"2023-05-31T07:47:57.000Z","dependencies_parsed_at":"2023-02-06T06:02:42.604Z","dependency_job_id":null,"html_url":"https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/GEBITSolutions/fluent-plugin-fortigate-logs-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GEBITSolutions%2Ffluent-plugin-fortigate-logs-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GEBITSolutions%2Ffluent-plugin-fortigate-logs-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GEBITSolutions%2Ffluent-plugin-fortigate-logs-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GEBITSolutions%2Ffluent-plugin-fortigate-logs-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GEBITSolutions","download_url":"https://codeload.github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GEBITSolutions%2Ffluent-plugin-fortigate-logs-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267237012,"owners_count":24057659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluentd","fortigate","fortios","logs","parser","ruby","syslog"],"created_at":"2025-07-26T21:14:09.326Z","updated_at":"2025-07-26T21:14:13.310Z","avatar_url":"https://github.com/GEBITSolutions.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fortigate Log Parser for Fluentd\n\n[![Unit Tests](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/actions/workflows/unit-test.yml/badge.svg?branch=main)](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/actions/workflows/unit-test.yml)\n[![Gem Version](https://badge.fury.io/rb/fluent-plugin-fortigate-logs-parser.svg)](https://badge.fury.io/rb/fluent-plugin-fortigate-logs-parser)\n\nThis is a Fluentd plugin to parse the proprietary syslog messages from FortiOS (Fortigate). The plugin is based on a fork, with special thanks to \n[iliecz](https://github.com/iliecz/fluent-plugin-fortigate-syslog-parser).\n\n## Requirements\n\n| fluent-plugin-grok-parser | fluentd    | ruby   |\n|---------------------------|------------|--------|\n| \u003e= 1.0.0                  | \u003e= v0.15.0 | \u003e= 3.1 |\n\n## Installation\n\n```bash\ngem install fluent-plugin-fortigate-logs-parser\n```\n\n## Usage\n\nCreate a generic UDP input and use the `fortigate_logs` parser.\n```aconf\n\u003csource\u003e\n  @type udp\n  port 9910\n  bind 0.0.0.0\n  \u003cparse\u003e\n    @type fortigate_logs\n  \u003c/parse\u003e\n\u003c/source\u003e\n```\n## Development\n\n```bash\nbin/setup\n```\n\n```bash\nbundle exec rake test\n```\n\n## Contributing\n\nWe welcome community contributions to this collection.\nIf you find bugs, then please open an [issue](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/issues) or create a [pull request](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/pulls).\n\nMore information about contributing can be found in the [Contribution Guidelines](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/blob/main/CONTRIBUTING.md).\n\n## License\n\n[MIT License](https://github.com/GEBITSolutions/fluent-plugin-fortigate-logs-parser/blob/main/LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgebitsolutions%2Ffluent-plugin-fortigate-logs-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgebitsolutions%2Ffluent-plugin-fortigate-logs-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgebitsolutions%2Ffluent-plugin-fortigate-logs-parser/lists"}