Skip to content

Commit

Permalink
Remove redundant docs from the top of the BIND query log Lua script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickchappell committed Jun 9, 2016
1 parent a9ed474 commit 3ce6bec
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions sandbox/lua/decoders/bind_query_log.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,6 @@ BIND DNS query log decoder script for the Heka stream processor:
http://hekad.readthedocs.org/en/latest/
Example use:
[bind_query_logs]
type = "LogstreamerInput"
decoder = "bind_query_log_decoder"
file_match = 'named_query.log'
log_directory = "/var/log/named"
[bind_query_log_decoder]
type = "SandboxDecoder"
filename = "lua_decoders/bind_query_log.lua"
[bind_query_log_decoder.config]
log_format = ''
type = "bind.query"
Sample BIND query log message, with the print-category, print-severity and print-time options
all set to 'yes' in the logging channel options in named.conf:
Expand Down

0 comments on commit 3ce6bec

Please sign in to comment.