您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

influxdb.md 1.1KB

Overview

Jitsi Meet supports logging to an InfluxDB database.

Configuration

The following needs to be done to enable this functionality.

Install InfluxDB

The details are outside the scope of the document, see http://influxdb.com/download/ .

Enable logging on 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.

Enable logging for Jitsi Meet itself

Change “logStats” to “true” in /etc/jitsi/meet/you-domain.config.js or the config.js file used in your installation.

User interface

You can explore the database using the Jiloin web interface.