y-matsuwitter / embulk-parser-fluent-s3-log

Embulk parser plugin for fluent-plugin-s3's output file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

in:
  type: any file input plugin type
  parser:
    type: fluent-s3-log
    columns:
      - {name: id, type: long}
      - {name: path, type: string}

Build

$ rake

About

Embulk parser plugin for fluent-plugin-s3's output file.

License:MIT License


Languages

Language:Ruby 100.0%