configs.md 509 B

Dynamic Reload Configs

By dynamically reloading configuration, parameters such as debug and timezone can be updated for running eKuiper without restarting the application.

Reload Basic Configs

PATCH http://localhost:9081/configs

Request demo:

{
  "debug": true,
  "consoleLog": true,
  "fileLog": true,
  "timezone": "UTC"
}

Current supported dynamic reloadable parameters:

  • debug
  • consoleLog
  • fileLog
  • timezone