summaryrefslogtreecommitdiffstats
path: root/docs/category-overview-pages/working-with-logs.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/category-overview-pages/working-with-logs.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/category-overview-pages/working-with-logs.md b/docs/category-overview-pages/working-with-logs.md
new file mode 100644
index 000000000..e1f027529
--- /dev/null
+++ b/docs/category-overview-pages/working-with-logs.md
@@ -0,0 +1,9 @@
+# Working with Logs
+
+This section talks about ways Netdata collects and visualizes logs.
+
+The [systemd journal plugin](/src/collectors/systemd-journal.plugin/) is the core Netdata component for reading systemd journal logs.
+
+For structured logs, Netdata provides tools like [log2journal](/src/collectors/log2journal/README.md) and [systemd-cat-native](/src/libnetdata/log/systemd-cat-native.md) to convert them into compatible systemd journal entries.
+
+You can also find useful guides on how to set up log centralization points in the [Observability Cetralization Points](/docs/observability-centralization-points/README.md) section of our docs.