Sha256: 536364dab68f3863470d56234cc13da867c75044327d08ff41e874da36cc5e86

Contents?: true

Size: 1.24 KB

Versions: 161

Compression:

Stored size: 1.24 KB

Contents

<source>
  @type dummy
  tag test
</source>
<source>
  @type dummy
  tag test2
</source>
<source>
  @type dummy
  tag test3
</source>

<match test>
  @type forward
  flush_interval 0
  <security>
    self_hostname output.testing.local
    shared_key    secure_communication_is_awesome
  </security>
  <server>
    host 127.0.0.1
    port 24224
    username user1
    password yes_this_is_user1
  </server>
</match>

<match test2>
  @type forward
  flush_interval 0
  <security>
    self_hostname output-alt1.testing.local
    shared_key    secure_communication_is_awesome
  </security>
  <server>
    host 127.0.0.1
    port 24224
    username user1
    password yes_this_is_user1
  </server>
  <server>
    host 127.0.0.1
    port 24224
    username user2
    password yes_this_is_really_user2
  </server>
</match>

<match test3>
  @type forward
  flush_interval 0
  <security>
    self_hostname output-fail.testing.local
    shared_key    secure_communication_is_awesome
  </security>
  <server>
    host 127.0.0.1
    port 24224
    username user3
    password no_there_are_not_such_user
    # input plugin warns authentication erro:
    # [warn]: Authentication failed address="127.0.0.1" hostname="output-fail.testing.local" username="user3"
  </server>
</match>

Version data entries

161 entries across 161 versions & 2 rubygems

Version Path
fluentd-1.11.1-x86-mingw32 example/out_forward_users.conf
fluentd-1.11.1-x64-mingw32 example/out_forward_users.conf
fluentd-1.11.1 example/out_forward_users.conf
fluentd-1.11.0-x64-mingw32 example/out_forward_users.conf
fluentd-1.11.0-x86-mingw32 example/out_forward_users.conf
fluentd-1.11.0 example/out_forward_users.conf
fluentd-1.10.4-x86-mingw32 example/out_forward_users.conf
fluentd-1.10.4-x64-mingw32 example/out_forward_users.conf
fluentd-1.10.4 example/out_forward_users.conf
fluentd-1.10.3-x64-mingw32 example/out_forward_users.conf
fluentd-1.10.3-x86-mingw32 example/out_forward_users.conf
fluentd-1.10.3 example/out_forward_users.conf
fluentd-1.10.2-x64-mingw32 example/out_forward_users.conf
fluentd-1.10.2-x86-mingw32 example/out_forward_users.conf
fluentd-1.10.2 example/out_forward_users.conf
fluentd-1.10.1-x86-mingw32 example/out_forward_users.conf
fluentd-1.10.1-x64-mingw32 example/out_forward_users.conf
fluentd-1.10.1 example/out_forward_users.conf
fluentd-1.10.0-x64-mingw32 example/out_forward_users.conf
fluentd-1.10.0-x86-mingw32 example/out_forward_users.conf