Skip to content

Commit

Permalink
[filebeat] Document winlog input and make config on par with winlogbe…
Browse files Browse the repository at this point in the history
…at (#40462)

* Document winlog input

* Preallocate sources

* Change to use a single event_log config per input

* Remove changelog entry

* Fix input doc links
  • Loading branch information
marc-gr authored Aug 28, 2024
1 parent 0c3c9c6 commit 7960af6
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Update CEL mito extensions to v1.15.0. {pull}40294[40294]
- Allow cross-region bucket configuration in s3 input. {issue}22161[22161] {pull}40309[40309]
- Improve logging in Okta Entity Analytics provider. {issue}40106[40106] {pull}40347[40347]
- Document `winlog` input. {issue}40074[40074] {pull}40462[40462]
- Added retry logic to websocket connections in the streaming input. {issue}40271[40271] {pull}40601[40601]

*Auditbeat*
Expand Down
4 changes: 4 additions & 0 deletions filebeat/docs/filebeat-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ You can configure {beatname_uc} to use the following inputs:
* <<{beatname_lc}-input-syslog>>
* <<{beatname_lc}-input-tcp>>
* <<{beatname_lc}-input-udp>>
* <<{beatname_lc}-input-unix>>
* <<{beatname_lc}-input-winlog>>

include::multiline.asciidoc[]

Expand Down Expand Up @@ -157,3 +159,5 @@ include::inputs/input-tcp.asciidoc[]
include::inputs/input-udp.asciidoc[]

include::inputs/input-unix.asciidoc[]

include::inputs/input-winlog.asciidoc[]
Loading

0 comments on commit 7960af6

Please sign in to comment.