Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/y-matsuwitter/embulk-parser-fluent-s3-log
Embulk parser plugin for fluent-plugin-s3's output file.
https://github.com/y-matsuwitter/embulk-parser-fluent-s3-log
Last synced: 18 days ago
JSON representation
Embulk parser plugin for fluent-plugin-s3's output file.
- Host: GitHub
- URL: https://github.com/y-matsuwitter/embulk-parser-fluent-s3-log
- Owner: y-matsuwitter
- License: mit
- Created: 2015-03-20T06:19:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T09:28:41.000Z (almost 10 years ago)
- Last Synced: 2024-12-05T20:17:05.706Z (about 1 month ago)
- Language: Ruby
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fluent S3 Log parser plugin for Embulk
This plugin parses fluent-plugin-s3's output log file.
## Overview
* **Plugin type**: parser
* **Guess supported**: no## Configuration
- **columns**: column name and its type. (array, required)
## Example
```yaml
in:
type: any file input plugin type
parser:
type: fluent-s3-log
columns:
- {name: id, type: long}
- {name: path, type: string}
```## Build
```
$ rake
```