Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions docs/ecosystem/observability/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Using the Logstash Doris output plugin mainly involves three steps:
You can download the plugin from the official website or compile it from the source code yourself.

- Download from the official website
- Installation package without dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem)
- Installation package with dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip)

```shell
# Installation package with dependencies
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- Compile from source code

Expand Down Expand Up @@ -57,12 +58,12 @@ The standard installation mode will automatically install the ruby modules that

- Offline Installation

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../../data-operate/impor
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -56,12 +57,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../data-operate/import/i
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -55,12 +56,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../data-operate/import/s
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -55,12 +56,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../../data-operate/impor
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -56,12 +57,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../../data-operate/impor
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -56,12 +57,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Logstash Doris output plugin 调用 [Doris Stream Load](../../data-operate/impor
可以从官网下载或者自行从源码编译 Logstash Doris output plugin。

- 从官网下载
- 不包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem
- 包含依赖的安装包
https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip

```shell
# 包含依赖的安装包
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- 从源码编译

Expand All @@ -56,12 +57,12 @@ Installation successful

- 离线安装

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## 参数配置
Expand Down
19 changes: 10 additions & 9 deletions versioned_docs/version-1.2/ecosystem/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Using the Logstash Doris output plugin mainly involves three steps:
You can download the plugin from the official website or compile it from the source code yourself.

- Download from the official website
- Installation package without dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem)
- Installation package with dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip)

```shell
# Installation package with dependencies
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- Compile from source code

Expand Down Expand Up @@ -56,12 +57,12 @@ The standard installation mode will automatically install the ruby modules that

- Offline Installation

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## Configuration
Expand Down
19 changes: 10 additions & 9 deletions versioned_docs/version-2.0/ecosystem/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ Using the Logstash Doris output plugin mainly involves three steps:
You can download the plugin from the official website or compile it from the source code yourself.

- Download from the official website
- Installation package without dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem)
- Installation package with dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip)

```shell
# Installation package with dependencies
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- Compile from source code

Expand Down Expand Up @@ -56,12 +57,12 @@ The standard installation mode will automatically install the ruby modules that

- Offline Installation

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## Configuration
Expand Down
19 changes: 10 additions & 9 deletions versioned_docs/version-2.1/ecosystem/observability/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Using the Logstash Doris output plugin mainly involves three steps:
You can download the plugin from the official website or compile it from the source code yourself.

- Download from the official website
- Installation package without dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem)
- Installation package with dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip)

```shell
# Installation package with dependencies
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- Compile from source code

Expand Down Expand Up @@ -57,12 +58,12 @@ The standard installation mode will automatically install the ruby modules that

- Offline Installation

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## Configuration
Expand Down
19 changes: 10 additions & 9 deletions versioned_docs/version-3.x/ecosystem/observability/logstash.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ Using the Logstash Doris output plugin mainly involves three steps:
You can download the plugin from the official website or compile it from the source code yourself.

- Download from the official website
- Installation package without dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.gem)
- Installation package with dependencies
[https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip](https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip)

```shell
# Installation package with dependencies
wget https://apache-doris-releases.oss-accelerate.aliyuncs.com/extension/logstash-output-doris-1.2.0.zip
```

- Compile from source code

Expand Down Expand Up @@ -57,12 +58,12 @@ The standard installation mode will automatically install the ruby modules that

- Offline Installation

```
${LOGSTASH_HOME}/bin/logstash-plugin install file:///tmp/logstash-output-doris-1.2.0.zip
```shell

export JARS_SKIP="true"

${LOGSTASH_HOME}/bin/logstash-plugin install logstash-output-doris-1.2.0.gem

Installing file: logstash-output-doris-1.2.0.zip
Resolving dependencies.........................
Install successful
```

## Configuration
Expand Down
Loading
Loading