Skip to main content
When using the Mezmo Logging Agent within a Kubernetes cluster, the configuration is a bit different than the standard v2 agent configuration. The only editable file is the environmental variables section of the daemonset configurations.

To configure the agent

Find the effective config at beginning of agent pod log. It should look like this:
Copy this config file and put it in a new text file, use vim <name of file> for example (depending on what text editor you use) Then to this file, you’ll add the below params.
Apply this config file to your Kubernetes cluster. Then modify the envs section of the DaemonSet you deployed with the env. variable LOGDNACONFIGFILE = <full_path_to_config_yaml>