File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Logging using log aggregation
2
2
3
3
There are two ways that I am playing with to perform logging to an
4
- external logging service: Google Cloud stackdriver lgging and Grafana
4
+ external logging service: Google Cloud stackdriver logging and Grafana
5
5
Cloud Loki. I do like to check all my logs at a central location for all
6
6
my various linux servers. Logging at one central location also has the
7
7
advantage that I can centrally manage any alerting based on strings in
@@ -112,7 +112,7 @@ pipeline:
112
112
```
113
113
114
114
The biggest part in the above config is mapping journald priorities to
115
- stackdriver severities. Please not the use of the Google Cloud
115
+ stackdriver severities. Please note the use of the Google Cloud
116
116
credentials file and the addition of standard instance_id and zone
117
117
resource labels. The directory /var/lib/fluent-bit for journald
118
118
synchronization needs to be created once.
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ due to the fact that docker virtual mounts will not notice if the
205
205
underlying file is recreated upon restarting the listening daemon. For
206
206
the docker socket this does not matter, because if docker is restarted
207
207
all containers will be restarted as well. As a further complication,
208
- the tailscaled.service files not specify the option to preserve the
208
+ the tailscaled.service files do not specify the option to preserve the
209
209
directory /var/run/tailscale at daemon restart, making a mount of
210
210
/var/run/tailscale instead of the socket not work. But there is an
211
211
option in systemd to make that work, create a directory named
You can’t perform that action at this time.
0 commit comments