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:
./lrctlgenericbeat configexport-f <fullyqualifiedbeatname> --outfile config.yml
-
Edit the period and save the file.
-
Re-import the config file using the following command:
catconfig.yml | ./lrctlgenericbeat configimport
-
Restart the beat to load the new changes.