No commit activity in last 3 years
No release in over 3 years
Parses Squid Clf 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
~> 12.0
 Project Readme

Squid "Common/Combined Log Format (CLF)" Log parser plugin for Embulk

Embulk parser plugin for Squid CLF(Common/Combined Log Format) log.

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: squid_clf_log
    format: common
$ embulk gem install embulk-parser-squid_clf_log

Build

$ cd embulk-parser-squid_clf_log
$ ./gradlew gem

Supported log format

logformat common     %>a %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st %Ss:%Sh
logformat combined   %>a %[ui %[un [%tl] "%rm %ru HTTP/%rv" %>Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh