How do I change the field names which are shown up i splunk #510
-
How do I change the field names which are shown up in splunk I want to have custom field names like I want to rename k8s.cluster.name to cluster_name so that I can match earlier splunk connect configs How can I do that using otel |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can use the |
Beta Was this translation helpful? Give feedback.
-
keepOtelConvention: true
Cause I tried this and I see changes in config map as below but still I dont see the fields reflecting in splunk |
Beta Was this translation helpful? Give feedback.
-
If you would like to keep the fields OTel provides you can set it to true and you get both, as far as I know. |
Beta Was this translation helpful? Give feedback.
You can use the
renameFieldsSck
setting, set totrue
to have the collector send field names that were used in SCKsplunk-otel-collector-chart/helm-charts/splunk-otel-collector/values.yaml
Lines 72 to 76 in 75cfd0b