This action will delete the specified attributes from all telemetry signals that are specified in the signals
field, regardless of the source, or any other condition.
Before enabling delete attribute, please note the following:
http.request.body
attribute, this action can be used to delete the attribute but not a key from the JSON object.Security
Cost Reduction
Usability
host.name
and k8s.node.name
which are the same value.actionName
actionName string
: Allows you to attach a meaningful name to the action for convenience.
notes
notes string
: Allows you to attach notes regarding the action for convenience.
disabled
disabled boolean
: Allows you to temporarily disable the action, but keep it saved for future use.
false
signals *
signals string[]
: An array with the signals that the processor will act on.
TRACES
, METRICS
, LOGS
attributeNamesToDelete *
attributeNamesToDelete string[]
: An array of strings representing the names of the attributes to be deleted from the telemetry signals.
The following example demonstrates how to delete the host.name
attribute from all telemetry signals.
Create a YAML file with the following content:
Apply the action to the cluster:
This action will delete the specified attributes from all telemetry signals that are specified in the signals
field, regardless of the source, or any other condition.
Before enabling delete attribute, please note the following:
http.request.body
attribute, this action can be used to delete the attribute but not a key from the JSON object.Security
Cost Reduction
Usability
host.name
and k8s.node.name
which are the same value.actionName
actionName string
: Allows you to attach a meaningful name to the action for convenience.
notes
notes string
: Allows you to attach notes regarding the action for convenience.
disabled
disabled boolean
: Allows you to temporarily disable the action, but keep it saved for future use.
false
signals *
signals string[]
: An array with the signals that the processor will act on.
TRACES
, METRICS
, LOGS
attributeNamesToDelete *
attributeNamesToDelete string[]
: An array of strings representing the names of the attributes to be deleted from the telemetry signals.
The following example demonstrates how to delete the host.name
attribute from all telemetry signals.
Create a YAML file with the following content:
Apply the action to the cluster: