From 6d8bedae033e53b81da1e0b77a440b067571c6af Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 7 Aug 2024 11:59:05 +0300 Subject: [PATCH 1/2] try fix send your data issues --- docs/_include/general-shipping/k8s.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/_include/general-shipping/k8s.md b/docs/_include/general-shipping/k8s.md index bf444ff2..5a0fd44f 100644 --- a/docs/_include/general-shipping/k8s.md +++ b/docs/_include/general-shipping/k8s.md @@ -88,7 +88,9 @@ For a parameter called `someField` in the `logzio-logs-collector`'s `values.yaml ``` :::info + Adding `log_type` annotation with a custom value will be parsed into a `log_type` field with the same value. + ::: @@ -101,7 +103,9 @@ Adding `log_type` annotation with a custom value will be parsed into a `log_type Send data about deployment events in the cluster, and how they affect its resources. :::info + Supported resource kinds are `Deployment`, `Daemonset`, `Statefulset`, `ConfigMap`, `Secret`, `Service Account`, `Cluster Role` and `Cluster Role Binding`. + ::: ```shell @@ -137,9 +141,10 @@ metadata: Commit URL structure: `https://github.com///commit/` - Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2` - :::note + If you encounter an issue, see our [troubleshooting guide](https://docs.logz.io/docs/user-guide/log-management/troubleshooting/troubleshooting-fluentd-for-kubernetes-logs/). + ::: @@ -398,7 +403,9 @@ To parse JSON Logs using the fluentd chart, configure the following processor us ``` :::info + Instructions of using `configmap.extraConfig` can be found [here](https://github.com/logzio/logzio-helm/tree/master/charts/fluentd#configuration). + ::: From 0a5399e22621c96bd8c788339830605babb1e5d3 Mon Sep 17 00:00:00 2001 From: 8naama Date: Wed, 7 Aug 2024 11:59:37 +0300 Subject: [PATCH 2/2] send your data --- docs/_include/general-shipping/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_include/general-shipping/k8s.md b/docs/_include/general-shipping/k8s.md index 5a0fd44f..4aaa4fab 100644 --- a/docs/_include/general-shipping/k8s.md +++ b/docs/_include/general-shipping/k8s.md @@ -24,7 +24,7 @@ import TabItem from '@theme/TabItem'; -## Logs +## Send your Logs To send your logs, our chart`logzio-monitoring` offers two methods: