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 572d82e  .kaoto hidden files are needed for the data-mapper graphical 
configuration
572d82e is described below

commit 572d82eacf05b12850faab7a987394ed470bfebb
Author: Croway <[email protected]>
AuthorDate: Fri Feb 13 14:35:37 2026 +0100

    .kaoto hidden files are needed for the data-mapper graphical configuration
---
 .gitignore                                         |  3 +-
 smart-log-analyzer/.kaoto                          | 52 ++++++++++++++++++++++
 .../correlator/traces-mapper.camel.yaml            |  2 +-
 3 files changed, 54 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7bda6c8..b9fad1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,5 +5,4 @@ target/
 .idea/
 camel-runner.jar
 *.i??
-.citrus-jbang/
-.kaoto
\ No newline at end of file
+.citrus-jbang/
\ No newline at end of file
diff --git a/smart-log-analyzer/.kaoto b/smart-log-analyzer/.kaoto
new file mode 100644
index 0000000..57cbd2f
--- /dev/null
+++ b/smart-log-analyzer/.kaoto
@@ -0,0 +1,52 @@
+{
+       "kaoto-datamapper-4a94acc3": {
+               "sourceBody": {
+                       "type": "Primitive",
+                       "filePath": [],
+                       "fieldTypeOverrides": []
+               },
+               "sourceParameters": {
+                       "logs": {
+                               "type": "JSON Schema",
+                               "filePath": [
+                                       "correlator/otel-log-record-schema.json"
+                               ],
+                               "fieldTypeOverrides": []
+                       }
+               },
+               "targetBody": {
+                       "type": "JSON Schema",
+                       "filePath": [
+                               "correlator/correlated-log-schema.json"
+                       ],
+                       "fieldTypeOverrides": []
+               },
+               "xsltPath": "kaoto-datamapper-4a94acc3.xsl",
+               "namespaceMap": {}
+       },
+       "kaoto-datamapper-8f5bb2dd": {
+               "sourceBody": {
+                       "type": "Primitive",
+                       "filePath": [],
+                       "fieldTypeOverrides": []
+               },
+               "sourceParameters": {
+                       "traces": {
+                               "type": "JSON Schema",
+                               "filePath": [
+                                       "correlator/otel-span-schema.json"
+                               ],
+                               "fieldTypeOverrides": []
+                       }
+               },
+               "targetBody": {
+                       "type": "JSON Schema",
+                       "filePath": [
+                               "correlator/correlated-trace-schema.json"
+                       ],
+                       "fieldTypeOverrides": []
+               },
+               "xsltPath": "kaoto-datamapper-8f5bb2dd.xsl",
+               "namespaceMap": {}
+       }
+}
\ No newline at end of file
diff --git a/smart-log-analyzer/correlator/traces-mapper.camel.yaml 
b/smart-log-analyzer/correlator/traces-mapper.camel.yaml
index c75721a..27c6f67 100644
--- a/smart-log-analyzer/correlator/traces-mapper.camel.yaml
+++ b/smart-log-analyzer/correlator/traces-mapper.camel.yaml
@@ -8,7 +8,7 @@
       steps:
         - log:
             loggingLevel: DEBUG
-            message: Received trace from Kafka
+            message: Received trace from Kafka\n${body}
         - split:
             id: split-spans
             expression:

Reply via email to