Skip to content

Instantly share code, notes, and snippets.

@nvquanghuy
Created January 24, 2014 03:36
Show Gist options
  • Save nvquanghuy/8591653 to your computer and use it in GitHub Desktop.
Save nvquanghuy/8591653 to your computer and use it in GitHub Desktop.
fluentd multiple processes sharing same configuration
# p1.conf
<source>
type http
port 20001
</source>
include shared.conf
# p2.conf
<source>
type http
port 20002
</source>
include shared.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment