Add learn_more section for detail input plugin

This commit is contained in:
uu59 2014-06-05 15:30:55 +09:00
parent fc36a941fa
commit 220ec73402
3 changed files with 11 additions and 0 deletions

View File

@ -24,3 +24,8 @@
</span></pre> </span></pre>
</div> </div>
<!-- /vue.js --> <!-- /vue.js -->
<p>
<%= raw t ".learn_more" %>
</p>

View File

@ -119,6 +119,9 @@ en:
page_title: "Tutorial | Receive data via in_http" page_title: "Tutorial | Receive data via in_http"
reload_log: Reload fluend log reload_log: Reload fluend log
description: You can send an arbitrary JSON data via HTTP. URL path will be tag name. description: You can send an arbitrary JSON data via HTTP. URL path will be tag name.
learn_more: |
Other input plugins are available such as in_syslog, in_tail, etc.
<a href="http://docs.fluentd.org/articles/input-plugin-overview">Learn More</a>
send: Send send: Send
messages: messages:

View File

@ -119,6 +119,9 @@ ja:
page_title: "チュートリアル | in_httpでデータを受け取る" page_title: "チュートリアル | in_httpでデータを受け取る"
reload_log: fluentdのログを更新 reload_log: fluentdのログを更新
description: fluentdに任意のデータをJSONで送ることができます。URLのパスがタグの名前になります。 description: fluentdに任意のデータをJSONで送ることができます。URLのパスがタグの名前になります。
learn_more: |
他にもin_tail, in_syslogなどのinputプラグインがあります。
<a href="http://docs.fluentd.org/ja/articles/input-plugin-overview">Learn More</a>
send: 送信 send: 送信
messages: messages: