fluent/fluentd

View on GitHub
example/in_forward_shared_key.conf

Summary

Maintainability
Test Coverage
<system>
  rpc_endpoint 0.0.0.0:24444
</system>

<source>
  @type forward
  <security>
    self_hostname input.testing.local
    shared_key    secure_communication_is_awesome
  </security>
</source>

<match test>
  @type stdout
</match>