Skip to content

Commit

Permalink
o365: Additional context around the max_retention (#19037)
Browse files Browse the repository at this point in the history
I think it would be good to get some extra information around the max_retention setting, to make it clear that unless the tenant itself has a longer retention period, then 7 days is going to be all that you can fetch.

Follow-on from investigation behind #18948
  • Loading branch information
AndyHunt66 committed Jun 9, 2020
1 parent d7d5634 commit 05935ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion filebeat/docs/modules/o365.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ endpoints.

The maximum data retention period to support. `168h` by default. {beatname_uc}
will fetch all retained data for a tenant when run for the first time. The
default is 7 days. Adjust it if your tenant has a different retention period.
default is 7 days, which matches the standard period that Microsoft will keep the
logs before deleting them. Only increase it if your tenant has a longer retention period.

*`var.api.poll_interval`*::

Expand Down
3 changes: 2 additions & 1 deletion x-pack/filebeat/module/o365/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ endpoints.

The maximum data retention period to support. `168h` by default. {beatname_uc}
will fetch all retained data for a tenant when run for the first time. The
default is 7 days. Adjust it if your tenant has a different retention period.
default is 7 days, which matches the standard period that Microsoft will keep the
logs before deleting them. Only increase it if your tenant has a longer retention period.

*`var.api.poll_interval`*::

Expand Down

0 comments on commit 05935ee

Please sign in to comment.