Skip to content

Commit

Permalink
adding doc and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbBoi committed Mar 4, 2025
1 parent 64c9617 commit bd44f14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
- Add metrics for number of events and pages published by HTTPJSON input. {issue}42340[42340] {pull}42442[42442]
- Add `etw` input fallback to attach an already existing session. {pull}42847[42847]
- Update CEL mito extensions to v1.17.0. {pull}42851[42851]
- Add Initial Interval for Microsoft Filesets (ATP, Defender) {pull}42309[42309]

*Auditbeat*

Expand Down
8 changes: 8 additions & 0 deletions x-pack/filebeat/module/microsoft/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ A predefined URL towards the Oauth2 service for Microsoft. The URL should always

A list of included scopes, should use .default unless different is specified.

*`var.initial_interval`*::

An initial interval can be defined. The first time the module starts, will fetch events from the current moment minus the initial interval value. Following restarts will fetch events starting from the last event read. It defaults to `55m`.

[float]
==== 365 Defender ECS fields

Expand Down Expand Up @@ -153,6 +157,10 @@ The secret related to the client ID.

A predefined URL towards the Oauth2 service for Microsoft. The URL should always be the same with the exception of the Tenant ID that needs to be added to the full URL.

*`var.initial_interval`*::

An initial interval can be defined. The first time the module starts, will fetch events from the current moment minus the initial interval value. Following restarts will fetch events starting from the last event read. It defaults to `5m`.

[float]
==== Defender ATP ECS fields

Expand Down

0 comments on commit bd44f14

Please sign in to comment.