From 09944e00a95a61b2a091087ccb49f8b6a66f0604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 21 Jun 2021 10:36:37 +0800 Subject: [PATCH] Update log-analyzer.md (#7141) --- docs/en/setup/backend/log-analyzer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/setup/backend/log-analyzer.md b/docs/en/setup/backend/log-analyzer.md index 0f74467fa..34d494711 100644 --- a/docs/en/setup/backend/log-analyzer.md +++ b/docs/en/setup/backend/log-analyzer.md @@ -21,14 +21,14 @@ Take the following filebeat config yaml as an example to set up Filebeat Fluentd supports using Kafka to transport logs, you need to open [kafka-fetcher](backend-fetcher.md#kafka-fetcher) and enable configs `enableNativeJsonLog`. -Take the following filebeat config yaml as an example to set up Fluentd +Take the following fluentd config file as an example to set up Fluentd - [fluentd.conf](../../../../test/e2e/e2e-test/docker/kafka/fluentd.conf) #### Fluent-bit Fluent-bit sends logs to OAP through HTTP(rest port) directly. Point the output address to `restHost`:`restPort` of `receiver-sharing-server` or `core`(if `receiver-sharing-server` inactivated) -Take the following filebeat config yaml as an example to set up Fluent-bit +Take the following fluent-bit config files as an example to set up Fluent-bit - [fluent-bit.conf](../../../../test/e2e/e2e-test/docker/log/fluent-bit) ### Java agent's toolkits