https://github.com/treasure-data/embulk-reporter-fluentd
https://github.com/treasure-data/embulk-reporter-fluentd
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/treasure-data/embulk-reporter-fluentd
- Owner: treasure-data
- Created: 2018-04-04T04:28:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T06:54:45.000Z (almost 5 years ago)
- Last Synced: 2024-04-10T19:38:19.239Z (about 2 years ago)
- Language: Java
- Size: 53.7 KB
- Stars: 1
- Watchers: 79
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluentd reporter plugin for Embulk
TODO: Write short description here and build.gradle file.
## Overview
* **Plugin type**: reporter
## Configuration
- **option1**: description (integer, required)
- **option2**: description (string, default: `"myvalue"`)
- **option3**: description (string, default: `null`)
## Example
```yaml
```
## Build
```
$ ./gradlew gem # -t to watch change of files and rebuild continuously
```