@cryptotaxi247 / netdata-1 / commits / f0297a58c

Add the Windows event logs integration to the meta (#18829)

* add the windows event logs integration to the meta * remove extra word * Apply suggestions from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>

Fotis Voutsas committed Oct 21, 2024 at 12:23 UTC f0297a58cbc628c8f3911ca19421bb7b2ce5682a
2 files changed +38 -1
integrations/logs/metadata.yaml
+37
@@ -36,3 +36,40 @@
36 prerequisites:
37 description: |
38 - A Netdata Cloud account
39 +- id: "windows-event-logs"
40 + meta:
41 + name: "Windows Event Logs"
42 + link: "https://github.com/netdata/netdata/blob/master/src/collectors/windows-events.plugin/README.md"
43 + categories:
44 + - logs
45 + - data-collection.windows-systems
46 + icon_filename: "windows.svg"
47 + keywords:
48 + - windows
49 + - windows events
50 + - logs
51 + overview:
52 + description: |
53 + The Windows Events plugin by Netdata makes viewing, exploring and analyzing Windows Events simple and
54 + efficient.
55 +
56 + The plugin automatically detects all the available channels and offers a list of "Event Channels".
57 +
58 + By default, it aggregates events from all event channels, providing a unified view of all events.
59 + visualization:
60 + description: |
61 + You can start exploring Windows event logs on the "Logs" tab of the Netdata UI.
62 + key_features:
63 + description: |
64 + - Supports **Windows Event Logs (WEL)**.
65 + - Supports **Event Tracing for Windows (ETW)** and **TraceLogging (TL)**, when events are routed to Event Log.
66 + - Allows filtering on all System Events fields.
67 + - Allows **full text search** (`grep`) on all System and User fields.
68 + - Provides a **histogram** for log entries over time, with a break down per field-value, for any System Event field and any
69 + time-frame.
70 + - Supports coloring log entries based on severity.
71 + - In PLAY mode it "tails" all the Events, showing new log entries immediately after they are received.
72 + setup:
73 + prerequisites:
74 + description: |
75 + - Netdata Cloud paid subscription
src/collectors/windows-events.plugin/README.md
+1 -1
@@ -31,7 +31,7 @@ For more information check [this discussion](https://github.com/netdata/netdata/
31
32 The plugin automatically detects all the available channels and offers a list of "Event Channels".
33
34 -By default, it aggregates events from all event channels, providing a unified systems view of all events.
34 +By default, it aggregates events from all event channels, providing a unified view of all events.
35
36 > To improve query performance, we recommend selecting the relevant event channels, before doing more
37 > analysis on the events.