Skip to content

Commit d80a99a

Browse files
Merge pull request #87 from NHSDigital/feature/ERSSUP-54802_MR
[ERSSUP-54802]-[]-[xAPI APIM logging to Splunk]-[NM]
2 parents f92d337 + 245c683 commit d80a99a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<FlowCallout async="false" continueOnError="false" enabled="true" name="FlowCallout.LogToSplunk">
3+
<SharedFlowBundle>LogToSplunk</SharedFlowBundle>
4+
</FlowCallout>

proxies/live/apiproxy/proxies/default.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
</Flows>
4444

4545
<PreFlow/>
46+
47+
<PostClientFlow>
48+
<Response>
49+
<Step>
50+
<Name>FlowCallout.LogToSplunk</Name>
51+
</Step>
52+
</Response>
53+
</PostClientFlow>
54+
4655
<HTTPProxyConnection>
4756
<BasePath>{{ SERVICE_BASE_PATH }}</BasePath>
4857
<VirtualHost>secure</VirtualHost>

0 commit comments

Comments
 (0)