fluentd + out_hoop benchmark configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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