Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```