Troubleshoot the Proofpoint Beat
429 Too Many Requests Error
By default, the period value is set to 180 seconds. Proofpoint TAP supports 1800 requests per 24 hour period. Exhausting this limit will resume the log collection on the next day.
Solutions
- When running the single beat instance, try increasing the throttling_interval value in the config file.
- When running the multiple beat instance, try increasing the period value in the config file.
Update the throttling_interval value in the config file
Export the Beat config file using this command –
BASH./lrctl proofpointbeat config export -f <fullyqualifiedbeatname> --outfile proofpointbeat.yml
- Edit the throttling_interval and save the file.
Re-import the config file:
BASHcat proofpointbeat.yml | ./lrctl proofpointbeat config import
Restart the beat to load the new changes.
Update the period value in the config file
Export the Beat config file using this command –
BASH./lrctl proofpointbeat config export -f <fullyqualifiedbeatname> --outfile proofpointbeat.yml
- Edit the period and save the file.
Re-import the config file:
BASHcat proofpointbeat.yml | ./lrctl proofpointbeat config import
Restart the beat to load the new changes.