Skip to content

Commit

Permalink
k8s logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Simplychee committed Nov 7, 2024
1 parent 8bf0c6a commit bcecbb8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/user-guide/k8s-360/kubernetes-360-pre.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,21 @@ Kubernetes 360 application provides an overview of your Kubernetes data, providi

If you already have Kubernetes 360 data in your Logz.io account or prefer connecting Kubernetes [manually](https://app.logz.io/#/dashboard/integrations/collectors?tags=Tracing), you'll need an active **[Infrastructure Monitoring](https://app.logz.io/#/dashboard/metrics)** account, and ensure that your Kubernetes data is [connected to Logz.io](https://app.logz.io/#/dashboard/integrations/collectors?tags=Quick%20Setup).

In addition, you'll need to ship your cluster metrics from the following sources:
### Send Kubernetes logs

To ensure your Kubernetes 360 dashboard is up and running, you'll need to ensure the following fields are properly propagated:

| **Object** | **Field** |
| -- | -- |
| Pod | `kubernetes.pod_name` / `k8s_pod_name` |
| namespace | `kubernetes.namespace_name` / `k8s_namespace_name` |
| Nod | `k8s_nod_name` / `kubernetes.host` |
| Cluster | `env_id` |


### Send Kubernetes metrics

Ship your cluster metrics from the following sources:

* Node exporter (should be installed on every node).
* CAdvisor.
Expand Down

0 comments on commit bcecbb8

Please sign in to comment.