@cryptotaxi247 / netdata-1 / commits / 79c6731ff

Update README.md

Costa Tsaousis committed Mar 17, 2024 at 23:21 UTC 79c6731ff08c41c1a9a9f3cc800157a4060cacc7
1 file changed +4 -3
docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md
+4 -3
@@ -2,9 +2,9 @@
2
3 ```mermaid
4 stateDiagram-v2
5 - classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
6 - classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
7 - classDef thirdparty fill:#333,color:#aaa,font-weight:normal,stroke-width:1px,stroke:#fff
5 + classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:orange
6 + classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:orange
7 + classDef log2journal fill:#040,color:white,font-weight:bold,stroke-width:2px,stroke:orange
8
9 logsQuery:::usedByNC
10 logsDashboard:::userFeature
@@ -14,6 +14,7 @@ stateDiagram-v2
14 journalFiles:::thirdparty
15 logSources:::thirdparty
16 textFiles:::thirdparty
17 + log2journal:::log2journal
18
19 journalRemote: systemd-journal-remote
20 journalUpload: systemd-journal-upload