summaryrefslogtreecommitdiffstats
path: root/integrations/logs
diff options
context:
space:
mode:
Diffstat (limited to 'integrations/logs')
-rw-r--r--integrations/logs/integrations/systemd_journal_logs.md53
-rw-r--r--integrations/logs/integrations/windows_event_logs.md53
-rw-r--r--integrations/logs/metadata.yaml75
3 files changed, 181 insertions, 0 deletions
diff --git a/integrations/logs/integrations/systemd_journal_logs.md b/integrations/logs/integrations/systemd_journal_logs.md
new file mode 100644
index 000000000..c61e6d6cb
--- /dev/null
+++ b/integrations/logs/integrations/systemd_journal_logs.md
@@ -0,0 +1,53 @@
+<!--startmeta
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/integrations/logs/integrations/systemd_journal_logs.md"
+meta_yaml: "https://github.com/netdata/netdata/edit/master/integrations/logs/metadata.yaml"
+sidebar_label: "Systemd Journal Logs"
+learn_status: "Published"
+learn_rel_path: "Logs"
+message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE LOGS' metadata.yaml FILE"
+endmeta-->
+
+# Systemd Journal Logs
+
+
+<img src="https://netdata.cloud/img/netdata.png" width="150"/>
+
+
+The `systemd` journal plugin by Netdata makes viewing, exploring and analyzing `systemd` journal logs simple and efficient.
+
+It automatically discovers available journal sources, allows advanced filtering, offers interactive visual representations and supports exploring the logs of both individual servers and the logs on infrastructure wide journal centralization servers.
+
+The plugin automatically detects the available journal sources, based on the journal files available in `/var/log/journal` (persistent logs) and `/run/log/journal` (volatile logs).
+
+
+<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
+
+## Visualization
+
+You can start exploring `systemd` journal logs on the "Logs" tab of the Netdata UI.
+
+
+## Key features
+
+- Works on both **individual servers** and **journal centralization servers**.
+- Supports `persistent` and `volatile` journals.
+- Supports `system`, `user`, `namespaces` and `remote` journals.
+- Allows filtering on **any journal field** or **field value**, for any time-frame.
+- Allows **full text search** (`grep`) on all journal fields, for any time-frame.
+- Provides a **histogram** for log entries over time, with a break down per field-value, for any field and any time-frame.
+- Works directly on journal files, without any other third-party components.
+- Supports coloring log entries, the same way `journalctl` does.
+- In PLAY mode provides the same experience as `journalctl -f`, showing new log entries immediately after they are received.
+
+
+## Setup
+
+## Prerequisites
+
+- A Netdata Cloud account
+
+
+## Configuration
+
+There is no configuration needed for this integration.
+
diff --git a/integrations/logs/integrations/windows_event_logs.md b/integrations/logs/integrations/windows_event_logs.md
new file mode 100644
index 000000000..486f5d7fe
--- /dev/null
+++ b/integrations/logs/integrations/windows_event_logs.md
@@ -0,0 +1,53 @@
+<!--startmeta
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/integrations/logs/integrations/windows_event_logs.md"
+meta_yaml: "https://github.com/netdata/netdata/edit/master/integrations/logs/metadata.yaml"
+sidebar_label: "Windows Event Logs"
+learn_status: "Published"
+learn_rel_path: "Logs"
+message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE LOGS' metadata.yaml FILE"
+endmeta-->
+
+# Windows Event Logs
+
+
+<img src="https://netdata.cloud/img/windows.svg" width="150"/>
+
+
+The Windows Events plugin by Netdata makes viewing, exploring and analyzing Windows Events simple and
+efficient.
+
+The plugin automatically detects all the available channels and offers a list of "Event Channels".
+
+By default, it aggregates events from all event channels, providing a unified view of all events.
+
+
+<img src="https://img.shields.io/badge/maintained%20by-Netdata-%2300ab44" />
+
+## Visualization
+
+You can start exploring Windows event logs on the "Logs" tab of the Netdata UI.
+
+
+## Key features
+
+- Supports **Windows Event Logs (WEL)**.
+- Supports **Event Tracing for Windows (ETW)** and **TraceLogging (TL)**, when events are routed to Event Log.
+- Allows filtering on all System Events fields.
+- Allows **full text search** (`grep`) on all System and User fields.
+- Provides a **histogram** for log entries over time, with a break down per field-value, for any System Event field and any
+ time-frame.
+- Supports coloring log entries based on severity.
+- In PLAY mode it "tails" all the Events, showing new log entries immediately after they are received.
+
+
+## Setup
+
+## Prerequisites
+
+- Netdata Cloud paid subscription
+
+
+## Configuration
+
+There is no configuration needed for this integration.
+
diff --git a/integrations/logs/metadata.yaml b/integrations/logs/metadata.yaml
new file mode 100644
index 000000000..42c313171
--- /dev/null
+++ b/integrations/logs/metadata.yaml
@@ -0,0 +1,75 @@
+# yamllint disable rule:line-length
+---
+- id: "logs-systemd-journal"
+ meta:
+ name: "Systemd Journal Logs"
+ link: "https://github.com/netdata/netdata/blob/master/src/collectors/systemd-journal.plugin/README.md"
+ categories:
+ - logs
+ icon_filename: "netdata.png"
+ keywords:
+ - systemd
+ - journal
+ - logs
+ overview:
+ description: |
+ The `systemd` journal plugin by Netdata makes viewing, exploring and analyzing `systemd` journal logs simple and efficient.
+
+ It automatically discovers available journal sources, allows advanced filtering, offers interactive visual representations and supports exploring the logs of both individual servers and the logs on infrastructure wide journal centralization servers.
+
+ The plugin automatically detects the available journal sources, based on the journal files available in `/var/log/journal` (persistent logs) and `/run/log/journal` (volatile logs).
+ visualization:
+ description: |
+ You can start exploring `systemd` journal logs on the "Logs" tab of the Netdata UI.
+ key_features:
+ description: |
+ - Works on both **individual servers** and **journal centralization servers**.
+ - Supports `persistent` and `volatile` journals.
+ - Supports `system`, `user`, `namespaces` and `remote` journals.
+ - Allows filtering on **any journal field** or **field value**, for any time-frame.
+ - Allows **full text search** (`grep`) on all journal fields, for any time-frame.
+ - Provides a **histogram** for log entries over time, with a break down per field-value, for any field and any time-frame.
+ - Works directly on journal files, without any other third-party components.
+ - Supports coloring log entries, the same way `journalctl` does.
+ - In PLAY mode provides the same experience as `journalctl -f`, showing new log entries immediately after they are received.
+ setup:
+ prerequisites:
+ description: |
+ - A Netdata Cloud account
+- id: "windows-event-logs"
+ meta:
+ name: "Windows Event Logs"
+ link: "https://github.com/netdata/netdata/blob/master/src/collectors/windows-events.plugin/README.md"
+ categories:
+ - logs
+ - data-collection.windows-systems
+ icon_filename: "windows.svg"
+ keywords:
+ - windows
+ - windows events
+ - logs
+ overview:
+ description: |
+ The Windows Events plugin by Netdata makes viewing, exploring and analyzing Windows Events simple and
+ efficient.
+
+ The plugin automatically detects all the available channels and offers a list of "Event Channels".
+
+ By default, it aggregates events from all event channels, providing a unified view of all events.
+ visualization:
+ description: |
+ You can start exploring Windows event logs on the "Logs" tab of the Netdata UI.
+ key_features:
+ description: |
+ - Supports **Windows Event Logs (WEL)**.
+ - Supports **Event Tracing for Windows (ETW)** and **TraceLogging (TL)**, when events are routed to Event Log.
+ - Allows filtering on all System Events fields.
+ - Allows **full text search** (`grep`) on all System and User fields.
+ - Provides a **histogram** for log entries over time, with a break down per field-value, for any System Event field and any
+ time-frame.
+ - Supports coloring log entries based on severity.
+ - In PLAY mode it "tails" all the Events, showing new log entries immediately after they are received.
+ setup:
+ prerequisites:
+ description: |
+ - Netdata Cloud paid subscription