Troubleshoot the Generic Beat
429 Too Many Requests Error
This error means the allowed request limit has been exhausted.
Solution: Update the Period Value in the Config File
Export the Beat config file using the following command:
.
/lrctl
genericbeat config
export
-f <fullyqualifiedbeatname> --outfile config.yml
- Edit the period and save the file.
Re-import the config file using the following command:
cat
config.yml | .
/lrctl
genericbeat config
import
Restart the beat to load the new changes.