Skip to content

Commit

Permalink
fix typo and revert k8s changhes or diff pr
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Aug 7, 2024
1 parent f8ae687 commit ddf5730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
11 changes: 2 additions & 9 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>


## Send your Logs
## Logs

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

Expand Down Expand Up @@ -87,9 +87,7 @@ 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 @@ -102,9 +100,7 @@ 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 @@ -140,10 +136,9 @@ metadata:
Commit URL structure: `https://github.com/<account>/<repository>/commit/<commit-hash>`
- Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2`

:::note

:::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 @@ -402,9 +397,7 @@ 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
5 changes: 2 additions & 3 deletions docs/shipping/Other/vercel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: Vercel-data
title: Vecrcel
title: Vercel
overview: Vercel is a Cloud Platform that enables developers to deploy, manage, and scale modern web applications. Use this integration to send logs from your Vercel applications to your Logz.io account.
product: ['logs']
os: ['windows', 'linux']
Expand Down Expand Up @@ -29,10 +29,9 @@ Vercel is a Cloud Platform that enables developers to deploy, manage, and scale
- (Optional) Change the sampling rate if you don't want 100% of the logs to be sent
- Set Endpoint to `https://listener.logz.io:8071?token=<<LOG-SHIPPING-TOKEN>>&type=vercel`


:::note
- `<<LOG-SHIPPING-TOKEN>>` can be found [here](https://app.logz.io/#/dashboard/settings/manage-tokens/data-shipping?product=logs).
- You can change the type from vercel (`&type=<<LOG-TYPE>>`) at the endpoint URL to any type name that you prefer.
- You can change the type from vercel at the endpoint URL to any type name that you prefer (`&type=<<LOG-TYPE>>`).
:::


Expand Down

0 comments on commit ddf5730

Please sign in to comment.