modbus-plugin/README.md

18 lines
544 B
Markdown
Raw Normal View History

2025-02-18 18:44:07 +08:00
将libmodbus_plugin.so放入/opt/arkime/plugins中
2025-02-18 18:45:26 +08:00
2025-02-18 18:44:07 +08:00
编辑/opt/arkime/etc/config.ini
2025-02-18 18:45:26 +08:00
2025-02-18 18:44:07 +08:00
加上
2025-02-18 18:45:26 +08:00
```
2025-02-18 18:44:07 +08:00
[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
# specified for each Arkime node to help spread load on high volume clusters. For user/password
# use https://user:pass@host:port OR elasticsearchBasicAuth
elasticsearch=http://localhost:9200
# elasticsearchBasicAuth=
plugins=libmodbus_plugin.so
2025-02-18 18:45:26 +08:00
```
2025-02-18 18:44:07 +08:00