From 20a5d67d342b0c2784624d9d750ebed656570778 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Mon, 10 Mar 2025 22:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B2=A1=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/fluentd.yaml | 78 ----------------------------------------- fluentd-deployment.yaml | 8 ----- fluentd.conf | 61 -------------------------------- 3 files changed, 147 deletions(-) delete mode 100644 config/fluentd.yaml delete mode 100644 fluentd-deployment.yaml delete mode 100644 fluentd.conf diff --git a/config/fluentd.yaml b/config/fluentd.yaml deleted file mode 100644 index d785d51..0000000 --- a/config/fluentd.yaml +++ /dev/null @@ -1,78 +0,0 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: fluentd-config - namespace: efk -data: - fluent.conf: | - - @type http - @id input_http - port 8888 - tag sardine.log # 初始 tag,客户端需指定完整 tag 如 sardine.log.candle.BTC-USDT.15M - @label @main - - @type json - - - - - - - @type stdout - @id output_stdout_all - diff --git a/fluentd-deployment.yaml b/fluentd-deployment.yaml deleted file mode 100644 index a187c17..0000000 --- a/fluentd-deployment.yaml +++ /dev/null @@ -1,8 +0,0 @@ - - initContainers: - - name: install-rewrite-tag-filter - image: your-fluentd-image:version - command: ["fluent-gem", "install", "fluent-plugin-rewrite-tag-filter"] - containers: - - name: fluentd - image: your-fluentd-image:version diff --git a/fluentd.conf b/fluentd.conf deleted file mode 100644 index 290ecea..0000000 --- a/fluentd.conf +++ /dev/null @@ -1,61 +0,0 @@ - - @type http - @id input_http - port 8888 - @label @main - - - - - - @type stdout - @id output_stdout_all -