Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8s fixes2 #605

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/_include/general-shipping/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="log-data" label="Logs" default>


## Logs
## Send your Logs

To send your logs, our chart`logzio-monitoring` offers two methods:

Expand Down 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