luzhijing commented on code in PR #868: URL: https://github.com/apache/doris-website/pull/868#discussion_r1681466226
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/ecosystem/beats.md: ########## @@ -24,259 +24,353 @@ specific language governing permissions and limitations under the License. --> -# Beats output plugin +# Beats Doris output plugin Review Comment: ## ########## docs/ecosystem/beats.md: ########## @@ -24,257 +24,353 @@ specific language governing permissions and limitations under the License. --> -# Beats output plugin +# Beats Doris output plugin Review Comment: ## ########## docs/ecosystem/beats.md: ########## @@ -24,257 +24,353 @@ specific language governing permissions and limitations under the License. --> -# Beats output plugin +# Beats Doris output plugin -This is an output implementation of [elastic beats](https://github.com/elastic/beats) for support [Filebeat](https://github.com/elastic/beats/tree/master/filebeat), [Metricbeat](https://github.com/elastic/beats/tree/master/metricbeat), [Packetbeat](https://github.com/elastic/beats/tree/master/packetbeat), [Winlogbeat](https://github.com/elastic/beats/tree/master/winlogbeat), [Auditbeat](https://github.com/elastic/beats/tree/master/auditbeat), [Heartbeat](https://github.com/elastic/beats/tree/master/heartbeat) to [Apache Doris](https://github.com/apache/doris). +[Beats](https://github.com/elastic/beats) is a data collection agent that supports custom output plugins to write data into storage systems, with the Beats Doris output plugin being the one for outputting to Doris. -This module is used to output data to Doris for elastic beats, use the HTTP protocol to interact with the Doris FE Http interface, and import data through Doris's stream load. +The Beats Doris output plugin supports [Filebeat](https://github.com/elastic/beats/tree/master/filebeat), [Metricbeat](https://github.com/elastic/beats/tree/master/metricbeat), [Packetbeat](https://github.com/elastic/beats/tree/master/packetbeat), [Winlogbeat](https://github.com/elastic/beats/tree/master/winlogbeat), [Auditbeat](https://github.com/elastic/beats/tree/master/auditbeat), and [Heartbeat](https://github.com/elastic/beats/tree/master/heartbeat). -[Learn more about Doris Stream Load ](../data-operate/import/stream-load-manual.md) +By invoking the [Doris Stream Load](../data-operate/import/stream-load-manual.md) HTTP interface, the Beats Doris output plugin writes data into Doris in real-time, offering capabilities such as multi-threaded concurrency, failure retries, custom Stream Load formats and parameters, and output write speed. -[Learn more about Doris](/) +To use the Beats Doris output plugin, there are three main steps: +1. Download or compile the Beats binary program that includes the Doris output plugin. +2. Configure the Beats output address and other parameters. +3. Start Beats to write data into Doris in real-time. -## Compatibility +## Installation -This output is developed and tested using Beats 7.3.1 +### Download from the Official Website -## Install +[https://apache-doris-releases.oss-accelerate.aliyuncs.com/filebeat-doris-2.0.0](https://apache-doris-releases.oss-accelerate.aliyuncs.com/filebeat-doris-2.0.0) Review Comment: [Click to download](xxxxxx) ########## docs/ecosystem/beats.md: ########## @@ -1,7 +1,7 @@ --- { "title": "Beats Doris Output Plugin", -"language": "en" +"language": "zh-CN" Review Comment: en -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org