Difference between revisions of "No data in Statistics pages"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: Line 5:
  service elasticsearch restart
  service elasticsearch restart
  elasticsearch resync
  elasticsearch resync
<br>
ES (ElasticSearch) is a tool that we use to show statistics in MOR.<br>
ES Sync Status shows how accurate is ES data compared to MySQL data.<br>
ES periodically fetches data from MySQL.<br>
Since this action is not in real time, some miss match is possible when you have active calls.<br>
This miss match should be only noticeable when checking newest calls.<br>
Eventually all calls should be synchronized between ES and MySQL. Small percentage miss match is normal.<br>

Revision as of 13:06, 27 April 2017

This applies since MOR X7.

Run following commands to fix it:

service elasticsearch restart
elasticsearch resync


ES (ElasticSearch) is a tool that we use to show statistics in MOR.
ES Sync Status shows how accurate is ES data compared to MySQL data.
ES periodically fetches data from MySQL.
Since this action is not in real time, some miss match is possible when you have active calls.
This miss match should be only noticeable when checking newest calls.
Eventually all calls should be synchronized between ES and MySQL. Small percentage miss match is normal.