Troubleshoot the GSuite Beat
This guide provides solutions for common issues with the GSuite Beat.
Data Missing Issue
If the system is experiencing a data loss issue for the Gsuite Beat, try the following:
Run the following command:
./lrctl gsbeat config export --outfile gsbeatconfig.yml
Run the following command to open the GSuite configuration file:
vim gsbeatconfig.yml
Increase the "delayedTimeMin:" value and save the updated configuration file.
Run the following commands:
cat gsbeatconfig.yml
./lrctl gsbeat config import
Run the following command to complete importing the updated configuration file:
rm gsbeatconfig.yml
Restart the GSuite Beat:
./lrctl gsbeat restart
Check the logs to see if the issue has been resolved:
./lrctl gsbeat logs