diff --git a/doc/influxdb.md b/doc/influxdb.md index b9719c3c7..493d9b36a 100644 --- a/doc/influxdb.md +++ b/doc/influxdb.md @@ -10,13 +10,11 @@ The details are outside the scope of the document, see http://influxdb.com/downl ## Enable logging for Jitsi Videobridge Add the following properties to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties. - +- org.jitsi.videobridge.log.INFLUX_DB_ENABLED=true +- org.jitsi.videobridge.log.INFLUX_URL_BASE=http://influxdb.example.com:8086 +- org.jitsi.videobridge.log.INFLUX_DATABASE=jitsi_database +- org.jitsi.videobridge.log.INFLUX_USER=user +- org.jitsi.videobridge.log.INFLUX_PASS=pass ## Enable logging for Jicofo Add the same properties as above to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties.