From 4686ed155ca5348dec2d3b2b802d0432ff5d64ed Mon Sep 17 00:00:00 2001 From: wangziyi <371291729@qq.com> Date: Tue, 18 Feb 2025 18:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 278adeb..f3a2edc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ 将libmodbus_plugin.so放入/opt/arkime/plugins中 + 编辑/opt/arkime/etc/config.ini + 加上 + +``` [default] # Comma seperated list of OpenSearch/Elasticsearch host:port combinations. If not using a # Elasticsearch load balancer, a different OpenSearch/Elasticsearch node in the cluster can be @@ -9,4 +13,5 @@ elasticsearch=http://localhost:9200 # elasticsearchBasicAuth= plugins=libmodbus_plugin.so +```