Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Update windows.rst #1183

Open
wants to merge 1 commit into
base: 4.1
Choose a base branch
from
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion pages/sending/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The collector can be configured manually, with any software configuration utilit

To be able to ingest the messages to Graylog, one input is needed. That input needs to match the collector. For NXLog, it is much likely the GELF input, and for winlogbeat, it needs to be the :ref:`beats input <beats_input>`.

One example winlogbeat configuration that reduce the noise. But still give enough insides::
One example winlogbeat configuration that reduce the noise. But still give enough insights::

fields_under_root: true
fields.collector_node_id: ${sidecar.nodeName}
Expand Down