Skip to content

Commit eff22fa

Browse files
authored
all: document valid time duration units (#6992)
Also harmonise docs and clean up some copy/paste errors.
1 parent 56b0935 commit eff22fa

File tree

191 files changed

+495
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+495
-232
lines changed

packages/1password/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: "1.16.0"
3+
changes:
4+
- description: Document duration units.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6992
27
- version: "1.15.0"
38
changes:
49
- description: Convert dashboard to lens.

packages/1password/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 2.7.0
22
name: 1password
33
title: "1Password"
4-
version: "1.15.0"
4+
version: "1.16.0"
55
description: Collect logs from 1Password with Elastic Agent.
66
type: integration
77
categories:
@@ -57,6 +57,7 @@ policy_templates:
5757
- name: http_client_timeout
5858
type: text
5959
title: HTTP Client Timeout
60+
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h.
6061
multi: false
6162
required: false
6263
show_user: true

packages/akamai/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: "2.13.0"
3+
changes:
4+
- description: Document duration units.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6992
27
- version: "2.12.0"
38
changes:
49
- description: Add event limit parameter to REST endpoint stream.

packages/akamai/data_stream/siem/manifest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ streams:
4646
- name: http_client_timeout
4747
type: text
4848
title: HTTP Client Timeout
49+
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h.
4950
multi: false
5051
required: false
5152
show_user: true
@@ -177,7 +178,7 @@ streams:
177178
required: false
178179
show_user: true
179180
default: 120s
180-
description: Defines the maximum time that the sdk will wait for a bucket api response before timing out.
181+
description: Defines the maximum time that the sdk will wait for a bucket api response before timing out. Valid time units are ns, us, ms, s, m, h.
181182
- name: buckets
182183
type: yaml
183184
title: Buckets

packages/akamai/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: akamai
22
title: Akamai
3-
version: "2.12.0"
3+
version: "2.13.0"
44
description: Collect logs from Akamai with Elastic Agent.
55
type: integration
66
format_version: 2.7.0

packages/atlassian_bitbucket/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: "1.13.0"
3+
changes:
4+
- description: Document duration units.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6992
27
- version: "1.12.0"
38
changes:
49
- description: Document valid duration units.

packages/atlassian_bitbucket/data_stream/audit/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ streams:
8383
- name: http_client_timeout
8484
type: text
8585
title: HTTP Client Timeout
86+
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h.
8687
multi: false
8788
required: false
8889
show_user: true

packages/atlassian_bitbucket/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 2.7.0
22
name: atlassian_bitbucket
33
title: Atlassian Bitbucket
4-
version: "1.12.0"
4+
version: "1.13.0"
55
description: Collect logs from Atlassian Bitbucket with Elastic Agent.
66
type: integration
77
categories:

packages/atlassian_confluence/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: "1.14.0"
3+
changes:
4+
- description: Document duration units.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/6992
27
- version: "1.13.0"
38
changes:
49
- description: Document valid duration units.

packages/atlassian_confluence/data_stream/audit/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ streams:
9191
- name: http_client_timeout
9292
type: text
9393
title: HTTP Client Timeout
94+
description: Duration before declaring that the HTTP client connection has timed out. Valid time units are ns, us, ms, s, m, h.
9495
multi: false
9596
required: false
9697
show_user: true

0 commit comments

Comments
 (0)