Skip to content

Commit 53c2aa6

Browse files
authored
[o365] fix resource_timeout description and remove superseded system test (#18957)
The resource_timeout description read "30"s which was ambiguous and did not match the actual default. Change it to "60s". Remove the permanently-skipped test-cel-bad-creds-config.yml system test. The subscription_permission_error.txt script test now covers the same scenario — verifying that a permission error for one content type does not prevent collection from the others.
1 parent 58494e2 commit 53c2aa6

4 files changed

Lines changed: 7 additions & 22 deletions

File tree

packages/o365/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.8.3"
3+
changes:
4+
- description: Fix ambiguity in default value for `resource_timeout` setting.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/18957
27
- version: "3.8.2"
38
changes:
49
- description: Keep numbers as strings through to Elasticsearch.

packages/o365/data_stream/audit/_dev/test/system/test-cel-bad-creds-config.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/o365/data_stream/audit/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ streams:
121121
- name: resource_timeout
122122
type: text
123123
title: Resource Timeout
124-
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h. Default is "30"s.
124+
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h. Default is "60s".
125125
show_user: false
126126
multi: false
127127
required: false

packages/o365/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: o365
22
title: Microsoft Office 365
3-
version: "3.8.2"
3+
version: "3.8.3"
44
description: Collect logs from Microsoft Office 365 with Elastic Agent.
55
type: integration
66
format_version: "3.2.3"

0 commit comments

Comments
 (0)