No commit activity in last 3 years
No release in over 3 years
fluentd plugin for bind log format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 2.12, >= 2.12.1
~> 4.6, >= 4.6.4
~> 12.0
~> 6.0, >= 6.0.3
~> 1.11
~> 0.5.1
~> 3.4

Runtime

>= 0.14.10, < 2
 Project Readme

fluent-plugin-bind

Parser

named_queries

Parser for Bind/Named queries log format.

Example of fluentd.conf:

<source>
  @type tail
  path /service/named/log/query.log
  pos_file query.pos
  tag named_query
  read_from_head true
  <parse>
    @type named_queries
  </parse>
</source>

<match named_query>
  @type stdout
</match>

Copyright

  • Copyright(c) 2021- Thomas Tych
  • License
    • Apache License, Version 2.0

References