summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2024-03-17 23:21:02 +0200
committerGitHub <noreply@github.com>2024-03-17 23:21:02 +0200
commit79c6731ff08c41c1a9a9f3cc800157a4060cacc7 (patch)
treebfe9191c0835178d0edab365856de7974f281071
parentf05f47bcbdfe012a630fd39f1a9b6878ec89c1c8 (diff)
Update README.md
-rw-r--r--docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md b/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md
index d2c22c1a28..e40396a7ec 100644
--- a/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md
+++ b/docs/observability-centralization-points/logs-centralization-points-with-systemd-journald/README.md
@@ -2,9 +2,9 @@
```mermaid
stateDiagram-v2
- classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
- classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:yellow
- classDef thirdparty fill:#333,color:#aaa,font-weight:normal,stroke-width:1px,stroke:#fff
+ classDef userFeature fill:#f00,color:white,font-weight:bold,stroke-width:2px,stroke:orange
+ classDef usedByNC fill:#090,color:white,font-weight:bold,stroke-width:2px,stroke:orange
+ classDef log2journal fill:#040,color:white,font-weight:bold,stroke-width:2px,stroke:orange
logsQuery:::usedByNC
logsDashboard:::userFeature
@@ -14,6 +14,7 @@ stateDiagram-v2
journalFiles:::thirdparty
logSources:::thirdparty
textFiles:::thirdparty
+ log2journal:::log2journal
journalRemote: systemd-journal-remote
journalUpload: systemd-journal-upload