* Updated the promtail install example to both fix the Daemonset yaml file and provide a more concrete example for deploying to kubernetes
* Removed the sidecar documentation for promtail install as it was both broken and didn't do what it said it did
* Updated the simple scalable chart docs to include an example of using a overrides values file and to point to a working example of deploying promtail in a k8s cluster
* Updated promtail and loki SSD install docs based on PR feedback
* Update docs/sources/clients/promtail/installation.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
* Update docs/sources/installation/simple-scalable-helm.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
* Update docs/sources/installation/simple-scalable-helm.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
* Update docs/sources/installation/simple-scalable-helm.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
* Update docs/sources/installation/simple-scalable-helm.md
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
Co-authored-by: Karen Miller <84039272+KMiller-Grafana@users.noreply.github.com>
Find deployment examples at [https://github.com/grafana/helm-charts/tree/main/charts/loki-simple-scalable/docs/examples](https://github.com/grafana/helm-charts/tree/main/charts/loki-simple-scalable/docs/examples).
## Deploy Grafana to your Kubernetes cluster
Install Grafana on your Kubernetes cluster with Helm:
@ -112,6 +120,10 @@ spec:
- {{ .Values.ingress.host }}
```
## Run Promtail within Kubernetes as a Daemonset
In order to run Promtail within Kubernetes to gather logs from each node, start with the [Promtail installation](../../clients/promtail/installation/#daemonset-recommended) documentation example.
## Run Promtail with syslog support
In order to receive and process syslog messages in Promtail, the following changes will be necessary: