Data are replicated almost instantaneously with the db_replic service. See also the Replication schema.
To see replication status open /var/log/xivo-db-replication/xivo-db-replication.log on XiVO.
The information about the last replicated id is lost when the Logstash container is recreated
(e.g. when upgrading to another LTS). In this case Logstash re-replicates the last 7 days of data.
Note that as the data are already stored in Elasticsearch, no progress will be visible and no new data will appear
for few minutes.
Since Helios, Elasticsearch’s default memory is set to 1.5 GB (but it actually uses more memory, something around 500 MB up to the limit).
You are able to override this value by setting the ES_JAVA_OPTS variable in the /etc/docker/compose/custom.env file on XiVO CC.
You can choose your values as shown below (Xms and Xmx must be the same):
ES_JAVA_OPTS=-Xms3g-Xmx3g or
ES_JAVA_OPTS=-Xms2500m-Xmx2500m
Warning
To apply the configuration you must run xivocc-dcompup-d.
Warning: This will recreate the elasticsearch container. Therefore you will loose all data (kibana dashboard included).
So you MUSTbackup your Kibana configuration beforehand.