From 82a2136755c30f2abef76531e91a8472bd86e991 Mon Sep 17 00:00:00 2001 From: 18209 Date: Fri, 7 Nov 2025 09:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...fig_安心云测点数据_最新同步.yaml | 18 ------------------ ...fig_安心云设备数据_最新同步.json | 0 2 files changed, 18 deletions(-) delete mode 100644 configFiles/config_安心云测点数据_最新同步.yaml rename configFiles/{ => 弃用备份}/config_安心云设备数据_最新同步.json (100%) diff --git a/configFiles/config_安心云测点数据_最新同步.yaml b/configFiles/config_安心云测点数据_最新同步.yaml deleted file mode 100644 index 730ade0..0000000 --- a/configFiles/config_安心云测点数据_最新同步.yaml +++ /dev/null @@ -1,18 +0,0 @@ -consumer: consumerAXYThemeToES -ioConfig: - in: - kafka: - brokers: - - 10.8.30.160:30992 - groupId: axysavoir_last - topics: - - anxinyun_theme #监听数据的的主题 - out: - es: - address: - - "http://10.8.30.150:30847" - index: "anxincloud_last_theme" #es存测点最后一条数据的新索引 - auth: - userName: post - password: 123 - interval: 30 #多久写一次es(秒) diff --git a/configFiles/config_安心云设备数据_最新同步.json b/configFiles/弃用备份/config_安心云设备数据_最新同步.json similarity index 100% rename from configFiles/config_安心云设备数据_最新同步.json rename to configFiles/弃用备份/config_安心云设备数据_最新同步.json