Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
23 Oct 2020
Problem
User wants to change type from metricbeat to k8s value. in order to tag the type of the reporter different for systems like ElasticSearch
Solution
add rule to fluentd.conf file ( or if its config map in kubernetes add to the config map configmap-fluentd.yaml) the following code
<filter>
@type record_transformer
<record>
type k8s
</record>
</filter>
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →