Skip to content

Instantly share code, notes, and snippets.

@noseka1
Last active July 25, 2020 15:33
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 noseka1/73f656ec2453d4070f34b90004b8878a to your computer and use it in GitHub Desktop.
Save noseka1/73f656ec2453d4070f34b90004b8878a to your computer and use it in GitHub Desktop.
Fluentd configuration
# dump all forwarded input to stdout
<source>
@type forward
bind 0.0.0.0
port 24224
</source>
<source>
@type forward
bind 0.0.0.0
port 24225
<transport tls>
cert_path /mnt/ca-bundle.crt
private_key_path /mnt/key.pem
</transport>
</source>
<match **>
@type stdout
<format>
@type json
</format>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment