This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-jbang-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 2496507  Check error status
2496507 is described below

commit 24965070993adba8911117dbd9c14fad4315ae1b
Author: Croway <[email protected]>
AuthorDate: Fri Feb 13 18:14:38 2026 +0100

    Check error status
---
 smart-log-analyzer/correlator/infinispan.camel.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smart-log-analyzer/correlator/infinispan.camel.yaml 
b/smart-log-analyzer/correlator/infinispan.camel.yaml
index c4e0cde..29a400d 100644
--- a/smart-log-analyzer/correlator/infinispan.camel.yaml
+++ b/smart-log-analyzer/correlator/infinispan.camel.yaml
@@ -88,7 +88,7 @@
                             parameters:
                               operation: PUTIFABSENT
                       jq:
-                        expression: .severityText == "ERROR"
+                        expression: (.severityText // "" | ascii_downcase) == 
"error" or .status == "2"
 - route:
     id: route-expired-events
     from:

Reply via email to