Configuration
The Bizgo Agent keeps message processing settings, DB connection settings, and log settings separate in operation.
MESSAGE configuration file
- API endpoints (token, send, report, file upload).
- Account and credential information (values linked to the API KEY).
- Processing interval (polling interval), session, TPS.
- Scheduler run interval and clean-up policy.
DB configuration file
- JDBC URL and driver per DB type.
- Account, password, connection pool.
- timeout, transaction, and character set policy.
LOG configuration file
- Log level (
INFO,WARN,ERROR,DEBUG). - appender, log format, rolling policy.
- Retention period, compression, disk check criteria.
Configuration operating principles
- Keep your production and test configuration files separate.
- Manage sensitive information with encryption or a secure secret store.
- After a configuration change, verify with a single send and then roll out gradually.
- Always record the change history (version, date and time, owner).