Skip to content

Commit

Permalink
(vecotr) pick up some of the unknown labels
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Aug 6, 2023
1 parent 10c12fd commit 7d110d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ transforms:
- kubernetes_logs
source: |
# Standardize 'app' index
.custom_app_name = .pod_labels."app.kubernetes.io/name" || .pod_labels.app || .pod_labels."k8s-app" || "unknown"
.custom_app_name = .pod_labels."app.kubernetes.io/name" || .pod_labels.app || .pod_labels."k8s-app" || .pod_labels."app.kubernetes.io/part-of" || "unknown"
udm_logs_xform:
type: "remap"
inputs:
Expand Down

0 comments on commit 7d110d6

Please sign in to comment.