blob: 86d9fa93a1b4cd443752ffd794dbb6a9c0a0a6c6 [file] [log] [blame]
######################################
# Decanter MQTT Appender Configuration
######################################
# Location of the MQTT server
server=tcp://localhost:9300
# MQTT client ID for the appender
clientId=decanter
# MQTT topic where to send the collected events
topic=decanter
# Marshaller to use
marshaller.target=(dataFormat=json)