https://github.com/openware/fluent-plugin-filter-logs
https://github.com/openware/fluent-plugin-filter-logs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openware/fluent-plugin-filter-logs
- Owner: openware
- License: apache-2.0
- Created: 2020-04-01T13:43:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T17:02:13.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T22:07:03.692Z (11 months ago)
- Language: Ruby
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-filter-logs
[Fluentd](https://fluentd.org/) filter plugin to do something.
TODO: write description for you plugin.
## Installation
### RubyGems
```
$ gem install fluent-plugin-filter-logs
```
### Bundler
Add following line to your Gemfile:
```ruby
gem "fluent-plugin-filter-logs"
```
And then execute:
```
$ bundle
```
## Configuration
You can generate configuration template:
```
$ fluent-plugin-config-format filter filter-logs
```
You can copy and paste generated documents here.
## Copyright
* Copyright(c) 2020- Camille Meulien
* License
* Apache License, Version 2.0