mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-18 21:11:28 +02:00
Add learn_more section for detail input plugin
This commit is contained in:
parent
fc36a941fa
commit
220ec73402
@ -24,3 +24,8 @@
|
||||
</span></pre>
|
||||
</div>
|
||||
<!-- /vue.js -->
|
||||
|
||||
<p>
|
||||
<%= raw t ".learn_more" %>
|
||||
</p>
|
||||
|
||||
|
@ -119,6 +119,9 @@ en:
|
||||
page_title: "Tutorial | Receive data via in_http"
|
||||
reload_log: Reload fluend log
|
||||
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
|
||||
|
||||
messages:
|
||||
|
@ -119,6 +119,9 @@ ja:
|
||||
page_title: "チュートリアル | in_httpでデータを受け取る"
|
||||
reload_log: fluentdのログを更新
|
||||
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: 送信
|
||||
|
||||
messages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user