From 6140e11d11a64225fd39ec860ad4c8ebb1510a36 Mon Sep 17 00:00:00 2001 From: michaere Date: Mon, 1 Oct 2018 11:45:50 +0100 Subject: Update data-router to use HTTPS DMaaP Updates to camel route and beans xml to use HTTPS DMaaP, and also add filebeat sidecar Issue-ID: AAI-1562 Change-Id: I26e30ba01b0552d7e26c99f9039927accacdcb58 Signed-off-by: michaere --- .../resources/config/auth/tomcat_keystore | Bin 2214 -> 3429 bytes .../resources/config/log/logback.xml | 193 +++++++++++++++++++++ .../resources/dynamic/conf/entity-event-policy.xml | 8 +- 3 files changed, 198 insertions(+), 3 deletions(-) create mode 100644 charts/aai-data-router/resources/config/log/logback.xml (limited to 'charts/aai-data-router/resources') diff --git a/charts/aai-data-router/resources/config/auth/tomcat_keystore b/charts/aai-data-router/resources/config/auth/tomcat_keystore index 9eec841..de5325b 100644 Binary files a/charts/aai-data-router/resources/config/auth/tomcat_keystore and b/charts/aai-data-router/resources/config/auth/tomcat_keystore differ diff --git a/charts/aai-data-router/resources/config/log/logback.xml b/charts/aai-data-router/resources/config/log/logback.xml new file mode 100644 index 0000000..d7ff014 --- /dev/null +++ b/charts/aai-data-router/resources/config/log/logback.xml @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + + + + + + ${errorLogPattern} + + + + + + + + + + + ${logDirectory}/${generalLogName}.log + + ${logDirectory}/${generalLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${errorLogPattern} + + + + + + INFO + + 256 + + + + + + + ${logDirectory}/${auditLogName}.log + + ${logDirectory}/${auditLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${auditMetricPattern} + + + + 256 + + + + + ${logDirectory}/${metricsLogName}.log + + ${logDirectory}/${metricsLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + + ${auditMetricPattern} + + + + + 256 + + + + + ${logDirectory}/${debugLogName}.log + + ${logDirectory}/${debugLogName}.%d{yyyy-MM-dd}.log.zip + + 60 + + + ${errorLogPattern} + + + + + 256 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml b/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml index acfe0a5..60e71ec 100644 --- a/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml +++ b/charts/aai-data-router/resources/dynamic/conf/entity-event-policy.xml @@ -34,9 +34,9 @@ - - - + + + @@ -44,6 +44,8 @@ + + -- cgit 1.2.3-korg