Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-parser-squid_clf_log

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-parser-squid_clf_log

  • 0.2.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

Embulk parser plugin for Squid CLF log (common/combined).

  • Forked from embulk-parser-apache-log (Author: Hiroyuki Sato)

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

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

FAQs

Package last updated on 18 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc