templatefile/data/config/loki-stack-helm.json

50 lines
1.0 KiB
JSON

{
"Globals": {
"Vars": {
"PrometheusPort": "9090"
}
},
"Name": "loki-stack",
"Services": {
"Loki-Stack": {
"ConfigFiles": [],
"Daemons": {},
"Users": {},
"Repositories": {
"Grafana": {
"enabled": true,
"name": "grafana",
"type": "helm",
"url": "https://grafana.github.io/helm-charts"
}
},
"Packages": {
"loki": {
"type" : "helm",
"action": "install",
"name": "loki",
"repository": "grafana"
}
},
"Vars": {
"AlertManagerURL": "http://localhost:9092",
"AuthEnabled": false,
"GRPCPort": "9095",
"Group": "grafana",
"HTTPPort": "3099",
"LogLevel": "error",
"ObjectStore": "filesystem",
"S2": {
"APIKey": "",
"APISecretKey": "",
"BucketName": "",
"URL": ""
},
"SharedStore": "filesystem",
"StorageRoot": "/var/loki",
"User": "loki"
}
}
}
}