22 lines
417 B
JSON
22 lines
417 B
JSON
{
|
|
"mqtt": {
|
|
"broker": "mqtt://emqx01-anonymous-cluster-internal.broker.svc.cluster.local:1883",
|
|
"username": "archiver",
|
|
"tlsEnable": "false"
|
|
},
|
|
"includeTopics": [
|
|
"#"
|
|
],
|
|
"excludeTopics": [
|
|
"IoT/Watchdog"
|
|
],
|
|
"syslog": {
|
|
"enable": "true",
|
|
"network": "udp",
|
|
"server": "172.20.0.10:514",
|
|
"facility": "local0",
|
|
"severity": "info",
|
|
"tag": "mqtt-archiver"
|
|
}
|
|
}
|