Skip to content

Commit

Permalink
Merge pull request #4523 from daipom/default-config-comment-out-out_f…
Browse files Browse the repository at this point in the history
…orward-setting

default config: disable out_forward setting
  • Loading branch information
ashie authored Jun 7, 2024
2 parents ec6f307 + bb79149 commit a91c9c8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions fluent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@
@id stdout_output
</match>

# match tag=system.** and forward to another fluent server
<match system.**>
@type forward
@id forward_output

<server>
host 192.168.0.11
</server>
<secondary>
<server>
host 192.168.0.12
</server>
</secondary>
</match>
## match tag=system.** and forward to another fluent server
#<match system.**>
# @type forward
# @id forward_output
#
# <server>
# host 192.168.0.11
# </server>
# <secondary>
# <server>
# host 192.168.0.12
# </server>
# </secondary>
#</match>

## match tag=myapp.** and forward and write to file
#<match myapp.**>
Expand Down

0 comments on commit a91c9c8

Please sign in to comment.