Skip to content

embulk/embulk-parser-apache-log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Log parser plugin for Embulk

Embulk parser plugin for apache log (common, combined)

Overview

  • Plugin type: parser
  • Guess supported: no

Configuration

  • format: log format(common,combined) (string, default: combined)

Example

in:
  type: any file input plugin type
  parser:
    type: apache-log
    format: common
$ embulk gem install embulk-parser-apache-log

Build

$ ./gradlew gem

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.3%
  • Ruby 23.7%