Skip to content

Commit fe9abea

Browse files
APM-2884 Correct flow condition
1 parent e070473 commit fe9abea

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

proxies/live/apiproxy/proxies/default.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
<Name>AssignMessage.HandleSplunkHec</Name>
3535
</Step>
3636
</Response>
37-
<Condition>((proxy.pathsuffix MatchesPath "/status") and (request.verb = "GET")) or
38-
((proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")))
37+
<Condition>((proxy.pathsuffix MatchesPath "/status") and (request.verb = "GET")) or ((proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")))
3938
</Condition>
4039
</Flow>
4140
</Flows>
@@ -65,8 +64,7 @@
6564
<Step>
6665
<Name>AssignMessage.HandleSplunkHec</Name>
6766
</Step>
68-
<Condition>((proxy.pathsuffix MatchesPath "/status") and (request.verb = "GET")) or
69-
((proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")))
67+
<Condition>((proxy.pathsuffix MatchesPath "/status") and (request.verb = "GET")) or ((proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")))
7068
</Condition>
7169
</FaultRule>
7270
</FaultRules>

0 commit comments

Comments
 (0)