This website works better with JavaScript.
Home
Explore
Sign In
threefold_public
/
public
Watch
5
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix for loki docker plugin
master
Coesens Bert
1 week ago
parent
ac74db93d9
commit
a0e113f952
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
loki-docker-logs.sh
+ 4
- 0
loki-docker-logs.sh
View File
@@ -13,6 +13,10 @@ cat << EOF > /etc/docker/daemon.json
"log-opts": {
"loki-url": "https://int.loki.grid.tf/loki/api/v1/push",
"loki-batch-size": "400"
"loki-retries": "2",
"loki-max-backoff": "800ms",
"loki-timeout": "1s",
"keep-file": "true"
}
}
EOF
Write
Preview
Loading…
Cancel
Save