Bladeren bron

HPCC-27284 Treat hpcc.log.timestamp as kibana TS

- converts hpcc.log.timestamp to TS

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
Rodrigo Pastrana 3 jaren geleden
bovenliggende
commit
0b532f2a3b

+ 1 - 1
helm/managed/logging/elastic/Chart.yaml

@@ -5,7 +5,7 @@ type: application
 
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
-version: 1.2.4
+version: 1.2.6
 
 # Elastic Stack version
 appVersion: 7.16.3

+ 9 - 1
helm/managed/logging/elastic/README.md

@@ -84,12 +84,20 @@ PUT _ingest/pipeline/hpccpipeline
             "HPCC_LOG_AUDIENCE" : "OPR|USR|PRG|AUD|UNK"
           }
         }
+      },
+      {
+        "date": {
+        "field": "hpcc.log.timestamp",
+        "formats": [
+          "yyyy-MM-dd' 'HH:mm:ss.SSS"
+          ]
+        }
       }
     ],
     "on_failure" : [
       {
         "set" : {
-          "field" : "error.message",
+          "field" : "hpccpipeline.error.message",
           "value" : "{{ _ingest.on_failure_message }}"
         }
       }

File diff suppressed because it is too large
+ 1 - 1
helm/managed/logging/elastic/values.yaml