Log collector of flavor loki_s3 implementation
The following variables are related to the installation and configuration of various components of the Loki distributed log system using Helm charts:
Name | Description | Datatype | Required | Supported Version |
---|---|---|---|---|
loki.loki.values | Helm values as per the chart https://artifacthub.io/packages/helm/grafana/loki-distributed Note: By default loki.structuredConfig.storage_config is configured to use minio storage backend |
map< string, any > | no | 0.1, 0.2 |
loki.minio.values | Helm values as per the chart https://artifacthub.io/packages/helm/bitnami/minio | map< string, any > | no | 0.1, 0.2 |
loki.promtail.values | Helm values as per the chart https://artifacthub.io/packages/helm/grafana/promtail Note: By default, loki push endpoint will be configured automatically to send log entries to Loki |
map< string, any > | no | 0.1, 0.2 |
loki.loki_canary.values | Helm values as per the chart https://artifacthub.io/packages/helm/grafana/loki-canary Note: By default, lokiAddress will be set with loki endpoint and serviceMonitor is enabled |
map< string, any > | no | 0.1, 0.2 |
loki.loki_canary.enable_loki_canary | Whether to enable loki canary or not | boolean | no | 0.1, 0.2 |
loki.loki.ingester_pvc_size | Expand volume size of ingester PVC | string | no | 0.2 |
loki.loki.querier_pvc_size | Expand volume size of querier PVC | string | no | 0.2 |
loki.query_timeout | Update the query timeout of loki as grafana datasource | string | no | 0.2 |
"advanced": {
"loki": {
"loki": {
"values": {}
},
"minio": {},
"promtail": {},
"loki_canary": {},
"query_timeout": 90
}
}