No commit activity in last 3 years
No release in over 3 years
Parses Apache Log files read by other file input plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.0
>= 10.0
 Project Readme

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)
  • stop_on_invalid_record: ignore invalid log entries (true, false) (boolean, default: true)

Example

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

Build

$ ./gradlew gem