This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 6c031e9 Automated deployment: Fri Aug 27 03:27:26 UTC 2021 961a1ea04fbea73a3243090452720576d4df08de 6c031e9 is described below commit 6c031e979849f6d8173a79deb6bdf503d37f16c8 Author: dockerzhang <dockerzh...@users.noreply.github.com> AuthorDate: Fri Aug 27 03:27:26 2021 +0000 Automated deployment: Fri Aug 27 03:27:26 UTC 2021 961a1ea04fbea73a3243090452720576d4df08de --- docs/en-us/modules/agent/quick_start.md | 4 ++-- docs/zh-cn/modules/agent/quick_start.md | 6 +++--- en-us/docs/modules/agent/quick_start.html | 4 ++-- en-us/docs/modules/agent/quick_start.json | 2 +- en-us/docs/modules/agent/quick_start.md | 4 ++-- zh-cn/docs/modules/agent/quick_start.html | 9 +++++---- zh-cn/docs/modules/agent/quick_start.json | 2 +- zh-cn/docs/modules/agent/quick_start.md | 6 +++--- 8 files changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/en-us/modules/agent/quick_start.md b/docs/en-us/modules/agent/quick_start.md index d64fde1..e015889 100644 --- a/docs/en-us/modules/agent/quick_start.md +++ b/docs/en-us/modules/agent/quick_start.md @@ -79,8 +79,8 @@ agent.http.port=Available ports - job.trigger: Trigger name, the default is DirectoryTrigger, the function is to monitor the files under the folder to generate events - job.source: The type of data source used, the default is TextFileSource, which reads text files - job.sink:The type of writer used, the default is ProxySink, which sends messages to the proxy - - proxy.bid: The bid type used when writing proxy - - proxy.tid: The tid type used when writing proxy + - proxy.bid: The bid type used when writing proxy, bid is business id showed on data access in inlong-manager, not the topic name. + - proxy.tid: The tid type used when writing proxy, tid is the data flow id showed on data flow window in inlong-manager ## 4、eg for directory config diff --git a/docs/zh-cn/modules/agent/quick_start.md b/docs/zh-cn/modules/agent/quick_start.md index bcd027b..8fb71fe 100644 --- a/docs/zh-cn/modules/agent/quick_start.md +++ b/docs/zh-cn/modules/agent/quick_start.md @@ -17,7 +17,7 @@ agent.manager.vip.http.port=manager web port ### 1.2 DataProxy 相关设置 在agent目录下新建.inlong文件夹,内部新建bid+.local文件,例如设置的发送bid为a, 则新建a.local文件 - +bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 内部将写入: ```ini {"cluster_id":1,"isInterVisit":1,"size":1,"address": [{"port":写入proxy port,"host":"写入proxy ip"}], "switch":0} @@ -75,8 +75,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \ - job.trigger: 触发器名称,默认为DirectoryTrigger,功能为监听文件夹下的文件产生事件,任务运行时已有的文件不会读取 - job.source: 使用的数据源类型,默认为TextFileSource,读取文本文件 - job.sink:使用的写入器类型,默认为ProxySink,发送消息到dataproxy中 - - proxy.bid: 写入proxy时使用的bid类型 - - proxy.tid: 写入proxy时使用的tid类型 + - proxy.bid: 写入proxy时使用的bid,bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 + - proxy.tid: 写入proxy时使用的tid,tid是指manager界面中,数据接入中数据流的数据流ID ## 4、可支持的路径配置方案 diff --git a/en-us/docs/modules/agent/quick_start.html b/en-us/docs/modules/agent/quick_start.html index 39fd95b..5506a4b 100644 --- a/en-us/docs/modules/agent/quick_start.html +++ b/en-us/docs/modules/agent/quick_start.html @@ -74,8 +74,8 @@ Among them, cluster_id, isInterVisit, and switch are reserved fields, please fil - job.trigger: Trigger name, the default is DirectoryTrigger, the function is to monitor the files under the folder to generate events - job.source: The type of data source used, the default is TextFileSource, which reads text files - job.sink:The type of writer used, the default is ProxySink, which sends messages to the proxy -- proxy.bid: The bid type used when writing proxy -- proxy.tid: The tid type used when writing proxy +- proxy.bid: The bid type used when writing proxy, bid is business id showed on data access in inlong-manager, not the topic name. +- proxy.tid: The tid type used when writing proxy, tid is the data flow id showed on data flow window in inlong-manager </code></pre> <h2>4、eg for directory config</h2> <pre><code>E.g: diff --git a/en-us/docs/modules/agent/quick_start.json b/en-us/docs/modules/agent/quick_start.json index 950d8e7..1733c8f 100644 --- a/en-us/docs/modules/agent/quick_start.json +++ b/en-us/docs/modules/agent/quick_start.json @@ -1,6 +1,6 @@ { "filename": "quick_start.md", - "__html": "<h2>1、Configuration</h2>\n<pre><code>cd inlong-agent\n</code></pre>\n<p>The agent supports two modes of operation: local operation and online operation</p>\n<h3>1.1 Agent configuration</h3>\n<p>Online operation needs to pull the configuration from inlong-manager, the configuration conf/agent.properties is as follows:</p>\n<pre><code class=\"language-ini\"><span class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher (the class [...] + "__html": "<h2>1、Configuration</h2>\n<pre><code>cd inlong-agent\n</code></pre>\n<p>The agent supports two modes of operation: local operation and online operation</p>\n<h3>1.1 Agent configuration</h3>\n<p>Online operation needs to pull the configuration from inlong-manager, the configuration conf/agent.properties is as follows:</p>\n<pre><code class=\"language-ini\"><span class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher (the class [...] "link": "/en-us/docs/modules/agent/quick_start.html", "meta": {} } \ No newline at end of file diff --git a/en-us/docs/modules/agent/quick_start.md b/en-us/docs/modules/agent/quick_start.md index d64fde1..e015889 100644 --- a/en-us/docs/modules/agent/quick_start.md +++ b/en-us/docs/modules/agent/quick_start.md @@ -79,8 +79,8 @@ agent.http.port=Available ports - job.trigger: Trigger name, the default is DirectoryTrigger, the function is to monitor the files under the folder to generate events - job.source: The type of data source used, the default is TextFileSource, which reads text files - job.sink:The type of writer used, the default is ProxySink, which sends messages to the proxy - - proxy.bid: The bid type used when writing proxy - - proxy.tid: The tid type used when writing proxy + - proxy.bid: The bid type used when writing proxy, bid is business id showed on data access in inlong-manager, not the topic name. + - proxy.tid: The tid type used when writing proxy, tid is the data flow id showed on data flow window in inlong-manager ## 4、eg for directory config diff --git a/zh-cn/docs/modules/agent/quick_start.html b/zh-cn/docs/modules/agent/quick_start.html index 082f292..00dd1d6 100644 --- a/zh-cn/docs/modules/agent/quick_start.html +++ b/zh-cn/docs/modules/agent/quick_start.html @@ -24,8 +24,9 @@ <span class="hljs-attr">agent.manager.vip.http.port</span>=manager web port </code></pre> <h3>1.2 DataProxy 相关设置</h3> -<p>在agent目录下新建.inlong文件夹,内部新建bid+.local文件,例如设置的发送bid为a, 则新建a.local文件</p> -<p>内部将写入:</p> +<p>在agent目录下新建.inlong文件夹,内部新建bid+.local文件,例如设置的发送bid为a, 则新建a.local文件 +bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 +内部将写入:</p> <pre><code class="language-ini">{"cluster_id":1,"isInterVisit":1,"size":1,"address": [{"port":写入proxy port,"host":"写入proxy ip"}], "switch":0} 其中cluster_id, isInterVisit,switch为预留字段,请填写默认值 </code></pre> @@ -73,8 +74,8 @@ - job.trigger: 触发器名称,默认为DirectoryTrigger,功能为监听文件夹下的文件产生事件,任务运行时已有的文件不会读取 - job.source: 使用的数据源类型,默认为TextFileSource,读取文本文件 - job.sink:使用的写入器类型,默认为ProxySink,发送消息到dataproxy中 -- proxy.bid: 写入proxy时使用的bid类型 -- proxy.tid: 写入proxy时使用的tid类型 +- proxy.bid: 写入proxy时使用的bid,bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 +- proxy.tid: 写入proxy时使用的tid,tid是指manager界面中,数据接入中数据流的数据流ID </code></pre> <h2>4、可支持的路径配置方案</h2> <pre><code>例如: diff --git a/zh-cn/docs/modules/agent/quick_start.json b/zh-cn/docs/modules/agent/quick_start.json index ea6f5b0..0c57210 100644 --- a/zh-cn/docs/modules/agent/quick_start.json +++ b/zh-cn/docs/modules/agent/quick_start.json @@ -1,6 +1,6 @@ { "filename": "quick_start.md", - "__html": "<h2>1、配置</h2>\n<pre><code>cd inlong-agent\n</code></pre>\n<p>agent 支持本地运行以及线上运行,其中线上运行从inlong manager拉取任务,本地运行可使用http请求提交任务</p>\n<h3>1.1 Agent 线上运行相关设置</h3>\n<p>线上运行需要从inlong-manager拉取配置,配置conf/agent.properties如下:</p>\n<pre><code class=\"language-ini\"><span class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher (设置任务获取的类名,默认为ManagerFetcher)\n<span class=\"hljs-attr\">agent.local.ip</span>=写入本机ip\n<span class=\"hljs-attr\">ag [...] + "__html": "<h2>1、配置</h2>\n<pre><code>cd inlong-agent\n</code></pre>\n<p>agent 支持本地运行以及线上运行,其中线上运行从inlong manager拉取任务,本地运行可使用http请求提交任务</p>\n<h3>1.1 Agent 线上运行相关设置</h3>\n<p>线上运行需要从inlong-manager拉取配置,配置conf/agent.properties如下:</p>\n<pre><code class=\"language-ini\"><span class=\"hljs-attr\">agent.fetcher.classname</span>=org.apache.inlong.agent.plugin.fetcher.ManagerFetcher (设置任务获取的类名,默认为ManagerFetcher)\n<span class=\"hljs-attr\">agent.local.ip</span>=写入本机ip\n<span class=\"hljs-attr\">ag [...] "link": "/zh-cn/docs/modules/agent/quick_start.html", "meta": {} } \ No newline at end of file diff --git a/zh-cn/docs/modules/agent/quick_start.md b/zh-cn/docs/modules/agent/quick_start.md index bcd027b..8fb71fe 100644 --- a/zh-cn/docs/modules/agent/quick_start.md +++ b/zh-cn/docs/modules/agent/quick_start.md @@ -17,7 +17,7 @@ agent.manager.vip.http.port=manager web port ### 1.2 DataProxy 相关设置 在agent目录下新建.inlong文件夹,内部新建bid+.local文件,例如设置的发送bid为a, 则新建a.local文件 - +bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 内部将写入: ```ini {"cluster_id":1,"isInterVisit":1,"size":1,"address": [{"port":写入proxy port,"host":"写入proxy ip"}], "switch":0} @@ -75,8 +75,8 @@ curl --location --request POST 'http://localhost:8008/config/job' \ - job.trigger: 触发器名称,默认为DirectoryTrigger,功能为监听文件夹下的文件产生事件,任务运行时已有的文件不会读取 - job.source: 使用的数据源类型,默认为TextFileSource,读取文本文件 - job.sink:使用的写入器类型,默认为ProxySink,发送消息到dataproxy中 - - proxy.bid: 写入proxy时使用的bid类型 - - proxy.tid: 写入proxy时使用的tid类型 + - proxy.bid: 写入proxy时使用的bid,bid是指manager界面中,数据接入中业务信息的业务ID,此处不是创建的tube topic名称 + - proxy.tid: 写入proxy时使用的tid,tid是指manager界面中,数据接入中数据流的数据流ID ## 4、可支持的路径配置方案