This is an automated email from the ASF dual-hosted git repository. apucher pushed a commit to branch thirdeye-temp in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 6b579867f50470fbbf438730d314f5125a96b52f Author: Alexander Pucher <a...@alexpucher.com> AuthorDate: Thu Jul 23 20:30:41 2020 -0700 request log --- docker/images/pinot-thirdeye/config/ephemeral/dashboard.yml | 2 ++ docker/images/pinot-thirdeye/config/ephemeral/detector.yml | 2 ++ docker/images/pinot-thirdeye/config/pinot-quickstart/dashboard.yml | 2 ++ docker/images/pinot-thirdeye/config/pinot-quickstart/detector.yml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docker/images/pinot-thirdeye/config/ephemeral/dashboard.yml b/docker/images/pinot-thirdeye/config/ephemeral/dashboard.yml index 53d956c..c5298b1 100644 --- a/docker/images/pinot-thirdeye/config/ephemeral/dashboard.yml +++ b/docker/images/pinot-thirdeye/config/ephemeral/dashboard.yml @@ -26,6 +26,8 @@ alerterConfiguration: smtpHost: localhost smtpPort: 25 server: + requestLog: + type: external type: default applicationConnectors: - type: http diff --git a/docker/images/pinot-thirdeye/config/ephemeral/detector.yml b/docker/images/pinot-thirdeye/config/ephemeral/detector.yml index 9feaa33..a8516ec 100644 --- a/docker/images/pinot-thirdeye/config/ephemeral/detector.yml +++ b/docker/images/pinot-thirdeye/config/ephemeral/detector.yml @@ -1,6 +1,8 @@ logging: type: external server: + requestLog: + type: external type: default rootPath: '/api/*' applicationContextPath: / diff --git a/docker/images/pinot-thirdeye/config/pinot-quickstart/dashboard.yml b/docker/images/pinot-thirdeye/config/pinot-quickstart/dashboard.yml index a31d77c..b039b8d 100644 --- a/docker/images/pinot-thirdeye/config/pinot-quickstart/dashboard.yml +++ b/docker/images/pinot-thirdeye/config/pinot-quickstart/dashboard.yml @@ -26,6 +26,8 @@ alerterConfiguration: smtpHost: localhost smtpPort: 25 server: + requestLog: + type: external type: default applicationConnectors: - type: http diff --git a/docker/images/pinot-thirdeye/config/pinot-quickstart/detector.yml b/docker/images/pinot-thirdeye/config/pinot-quickstart/detector.yml index a13b517..1ad3312 100644 --- a/docker/images/pinot-thirdeye/config/pinot-quickstart/detector.yml +++ b/docker/images/pinot-thirdeye/config/pinot-quickstart/detector.yml @@ -1,6 +1,8 @@ logging: type: external server: + requestLog: + type: external type: default rootPath: '/api/*' applicationContextPath: / --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org