Skip to content

Commit

Permalink
try fix send your data issues
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Aug 7, 2024
1 parent e81621d commit 6d8beda
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/_include/general-shipping/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::


Expand All @@ -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
Expand Down Expand Up @@ -137,9 +141,10 @@ metadata:
Commit URL structure: `https://github.com/<account>/<repository>/commit/<commit-hash>`
- 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/).

:::


Expand Down Expand Up @@ -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).

:::


Expand Down

0 comments on commit 6d8beda

Please sign in to comment.