Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/cmd/docker-driver/config.json

31 lines
808 B

{
"description": "Loki Logging Driver",
"documentation": "https://github.com/grafana/loki",
"entrypoint": ["/bin/docker-driver"],
"network": {
"type": "host"
},
"interface": {
"types": ["docker.logdriver/1.0"],
"socket": "loki.sock"
},
"env": [
{
"name": "LOG_LEVEL",
"description": "Set log level to output for plugin logs",
"value": "info",
"settable": ["value"]
}
],
"mounts": [
{
"name": "data",
"description": "Optional external pipeline files",
"source": "",
"destination": "/data",
"type": "none",
"options": ["bind", "ro"],
"settable": ["source", "destination"]
}
]
}