From 9b34a2a9a28fc9a3cd745c594c6da3da17306f61 Mon Sep 17 00:00:00 2001 From: sakisv Date: Fri, 14 May 2021 11:17:03 +0300 Subject: [PATCH] Add splunk service This will allow shipping app and router logs to splunk[1] This will is only bound on the API because we're only interested in paas router logs for the time being 1: https://github.com/alphagov/paas-csls-splunk-broker/blob/main/docs/user-guide.md --- manifest.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 42f052ead..f17d065e8 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -103,6 +103,7 @@ applications: - logit-ssl-syslog-drain {% if CF_APP == 'notify-api' %} - notify-prometheus + - notify-splunk {% endif %} env: