default bucket in Logging.
Log collection configuration
You can customize log collection by creating avalues.yaml file and updating your Nebius Observability Agent for Kubernetes installation:
Basic log configuration
Configuration options
config.logs.enabled: Enable or disable log collection. Default:true.config.logs.collectAgentLogs: An option to collect logs from the Nebius Observability Agent for Kubernetes itself. Default:false.config.logs.excludedNamespaces: List of namespaces to exclude from log collection.
Excluding namespaces
To avoid collecting logs from infrastructure or monitoring namespaces, exclude specific namespaces from the log collection:Data enrichment
The Nebius Observability Agent for Kubernetes enriches logs with the following metadata:k8s_cluster_id: Cluster IDk8s_node_group_id: Node group IDapp.kubernetes.io/name: Application name labelk8s.namespace.name: Namespace namek8s.deployment.name: Deployment name (if applicable)k8s.statefulset.name: StatefulSet name (if applicable)k8s.daemonset.name: DaemonSet name (if applicable)k8s.cronjob.name: CronJob name (if applicable)k8s.job.name: Job name (if applicable)k8s.node.name: Node namek8s.pod.name: Pod namek8s.pod.start_time: Pod start timecontainer.image.tag: Container image tagk8s.container.restart_count: Number of the container restarts in the Podk8s_pod_uid: Pod unique identifier
Troubleshooting
If you encounter issues with log or metric collection, do the following:-
Verify the agent is running:
-
Check agent logs for errors:
The Grafana Labs Marks are trademarks of Grafana Labs, and are used with Grafana Labs’ permission. We are not affiliated with, endorsed or sponsored by Grafana Labs or its affiliates.