Skip to content

Instantly share code, notes, and snippets.

@tagomoris
Created December 26, 2011 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tagomoris/1520671 to your computer and use it in GitHub Desktop.
Save tagomoris/1520671 to your computer and use it in GitHub Desktop.
fluentd + out_hoop benchmark configuration
<source>
type scribe
# 14631, 14632, 14633, 14634
port 14631
add_prefix scribe
</source>
<match scribe.*>
type hoop
hoop_server hoop-server.local:14000
path /hoop/%Y%m%d/scribe-%Y%m%d-%H.log
username edge-dev
time_slice_wait 30s
flush_interval 5s
output_include_time false
output_include_tag true
output_data_type attr:message
add_newline false
remove_prefix scribe
default_tag unknown
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment