Created
April 20, 2014 00:47
-
-
Save kiyoto/11101895 to your computer and use it in GitHub Desktop.
fluent-plugin-forest example
This file contains hidden or 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 forward | |
</source> | |
<match nodelog.*> | |
type forest | |
subtype file | |
<template> | |
path test/nodelog.__TAG__ | |
flush_interval 3s | |
</template> | |
</match> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment