This is an automated email from the ASF dual-hosted git repository.
apucher pushed a commit to branch thirdeye-docker-log-crash-fix
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/thirdeye-docker-log-crash-fix
by this push:
new 05bb781 request log
05bb781 is described below
commit 05bb781155ec84ba6e729bc577b227a4d9df3227
Author: Alexander Pucher <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]