Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lint fix for winstat input plugin doc fix.
Signed-off-by: Eric D. Schabell <[email protected]>
  • Loading branch information
eschabell committed Nov 24, 2025
commit 2bdfa9a414523e8b9e71df7c719f3fa71d838189
4 changes: 2 additions & 2 deletions pipeline/inputs/windows-system-statistics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Windows System Statistics (winstat)
# Windows system statistics (winstat)

Check warning on line 1 in pipeline/inputs/windows-system-statistics.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [FluentBit.Spelling] Spelling check: 'winstat'? Raw Output: {"message": "[FluentBit.Spelling] Spelling check: 'winstat'?", "location": {"path": "pipeline/inputs/windows-system-statistics.md", "range": {"start": {"line": 1, "column": 30}}}, "severity": "INFO"}

The _Windows System Statistics_ (`winstat`) input plugin collects system-level statistics from Windows environments, including CPU usage, memory consumption, disk I/O, and network activity. This plugin uses Windows Performance Counters to gather real-time system metrics.

Expand Down Expand Up @@ -95,5 +95,5 @@
## Notes

- The `winstat` plugin requires Windows Performance Counters access. Ensure Fluent Bit is running with appropriate permissions.
- This plugin is Windows-only and will not work on Linux, macOS, or other operating systems.
- This plugin is Windows-only and won't work on Linux, macOS, or other operating systems.
- For Prometheus-based metrics collection on Windows, consider using the [Windows Exporter Metrics](windows-exporter-metrics.md) input plugin instead.
Loading