Fix out_forward texts

This commit is contained in:
uu59 2014-07-22 14:55:00 +09:00
parent 5403234974
commit 667b97c720
3 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,7 @@
= field(f, :match) = field(f, :match)
= field(f, :server) = field(f, :server)
= field(f, :secondary) = field(f, :secondary)
%p= t('fluentd.settings.out_forward.secondary_note')
.well.well-sm .well.well-sm
%h4{"data-toggle" => "collapse", "href" => "#advanced-setting"} %h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}

View File

@ -135,8 +135,11 @@ en:
<<: *fluentd_common <<: *fluentd_common
out_forward: out_forward:
option_guide: | option_guide: |
See also <a target="_blank" href="http://docs.fluentd.org/articles/out_forward">out_forward plugin</a> page.
secondary_note: |
All servers are unavailable, store data as a file to specified path.
show: show:
page_title: out_forward(TODO) page_title: Forward setting
out_s3: out_s3:
option_guide: | option_guide: |
fluent-plugin-s3 install is required. fluent-plugin-s3 install is required.

View File

@ -134,8 +134,11 @@ ja:
<<: *fluentd_common <<: *fluentd_common
out_forward: out_forward:
option_guide: | option_guide: |
<a target="_blank" href="http://docs.fluentd.org/ja/articles/out_forward">out_forwardプラグインの解説</a>もご参照ください。
secondary_note: |
※どのserverにも転送できなかった場合、上記のパスにファイルとしてデータが保存されます。
show: show:
page_title: out_forward(TODO) page_title: フォワード設定
out_s3: out_s3:
option_guide: | option_guide: |
fluent-plugin-s3プラグインのインストールが必要です。<br /> fluent-plugin-s3プラグインのインストールが必要です。<br />