Skip to content

Instantly share code, notes, and snippets.

@kiyoto
Created April 20, 2014 00:47
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 kiyoto/11101895 to your computer and use it in GitHub Desktop.
Save kiyoto/11101895 to your computer and use it in GitHub Desktop.
fluent-plugin-forest example
<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