0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-02 20:48:06 +00:00

Add the Windows event logs integration to the meta ()

* 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>
This commit is contained in:
Fotis Voutsas 2024-10-21 12:23:42 +03:00 committed by GitHub
parent 99c82c846a
commit f0297a58cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 38 additions and 1 deletions
integrations/logs
src/collectors/windows-events.plugin

View file

@ -36,3 +36,40 @@
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

View file

@ -31,7 +31,7 @@ For more information check [this discussion](https://github.com/netdata/netdata/
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 systems view of all events.
By default, it aggregates events from all event channels, providing a unified view of all events.
> To improve query performance, we recommend selecting the relevant event channels, before doing more
> analysis on the events.