diff --git a/app/views/fluentd/settings/out_forward/_form.html.haml b/app/views/fluentd/settings/out_forward/_form.html.haml
index abe8feb..398f4ef 100644
--- a/app/views/fluentd/settings/out_forward/_form.html.haml
+++ b/app/views/fluentd/settings/out_forward/_form.html.haml
@@ -4,6 +4,7 @@
= field(f, :match)
= field(f, :server)
= field(f, :secondary)
+ %p= t('fluentd.settings.out_forward.secondary_note')
.well.well-sm
%h4{"data-toggle" => "collapse", "href" => "#advanced-setting"}
diff --git a/config/locales/translation_en.yml b/config/locales/translation_en.yml
index f7719ef..ae72251 100644
--- a/config/locales/translation_en.yml
+++ b/config/locales/translation_en.yml
@@ -135,8 +135,11 @@ en:
<<: *fluentd_common
out_forward:
option_guide: |
+ See also out_forward plugin page.
+ secondary_note: |
+ All servers are unavailable, store data as a file to specified path.
show:
- page_title: out_forward(TODO)
+ page_title: Forward setting
out_s3:
option_guide: |
fluent-plugin-s3 install is required.
diff --git a/config/locales/translation_ja.yml b/config/locales/translation_ja.yml
index deef2a1..0e3dc1f 100644
--- a/config/locales/translation_ja.yml
+++ b/config/locales/translation_ja.yml
@@ -134,8 +134,11 @@ ja:
<<: *fluentd_common
out_forward:
option_guide: |
+ out_forwardプラグインの解説もご参照ください。
+ secondary_note: |
+ ※どのserverにも転送できなかった場合、上記のパスにファイルとしてデータが保存されます。
show:
- page_title: out_forward(TODO)
+ page_title: フォワード設定
out_s3:
option_guide: |
fluent-plugin-s3プラグインのインストールが必要です。