Skip to content

Commit 78f12db

Browse files
committed
document cloudwatch lastsync configuration
Signed-off-by: Kavindu Dodanduwa <kavindu.dodanduwa@elastic.co>
1 parent 7f1bc5b commit 78f12db

File tree

25 files changed

+41
-21
lines changed

25 files changed

+41
-21
lines changed

packages/aws/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.13.3"
3+
changes:
4+
- description: Add description on lastSync start_position configuration for CloudWatch.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/14733
27
- version: "3.13.2"
38
changes:
49
- description: Remove Include Linked Accounts config option from AWS Health.

packages/aws/data_stream/apigateway_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ streams:
216216
required: false
217217
default: beginning
218218
show_user: true
219-
description: Allows user to specify if this input should read log files from the beginning or from the end.
219+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
220220
- name: scan_frequency
221221
type: text
222222
title: Scan Frequency

packages/aws/data_stream/cloudtrail/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ streams:
275275
required: false
276276
default: beginning
277277
show_user: true
278-
description: Allows user to specify if this input should read log files from the beginning or from the end.
278+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
279279
- name: scan_frequency
280280
type: text
281281
title: Scan Frequency

packages/aws/data_stream/cloudwatch_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ streams:
6363
required: false
6464
default: beginning
6565
show_user: true
66-
description: Allows user to specify if this input should read log files from the beginning or from the end.
66+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
6767
- name: scan_frequency
6868
type: text
6969
title: Scan Frequency

packages/aws/data_stream/ec2_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ streams:
216216
required: false
217217
default: beginning
218218
show_user: true
219-
description: Allows user to specify if this input should read log files from the beginning or from the end.
219+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
220220
- name: scan_frequency
221221
type: text
222222
title: Scan Frequency

packages/aws/data_stream/elb_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ streams:
216216
required: false
217217
default: beginning
218218
show_user: true
219-
description: Allows user to specify if this input should read log files from the beginning or from the end.
219+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
220220
- name: scan_frequency
221221
type: text
222222
title: Scan Frequency

packages/aws/data_stream/emr_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ streams:
218218
required: false
219219
default: beginning
220220
show_user: true
221-
description: Allows user to specify if this input should read log files from the beginning or from the end.
221+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
222222
- name: scan_frequency
223223
type: text
224224
title: Scan Frequency

packages/aws/data_stream/firewall_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ streams:
216216
required: false
217217
default: beginning
218218
show_user: true
219-
description: Allows user to specify if this input should read log files from the beginning or from the end.
219+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
220220
- name: scan_frequency
221221
type: text
222222
title: Scan Frequency

packages/aws/data_stream/lambda_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ streams:
6363
required: false
6464
default: beginning
6565
show_user: true
66-
description: Allows user to specify if this input should read log files from the beginning or from the end.
66+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
6767
- name: scan_frequency
6868
type: text
6969
title: Scan Frequency

packages/aws/data_stream/route53_public_logs/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ streams:
5858
- name: start_position
5959
type: text
6060
title: Start Position
61-
description: Allows user to specify if this input should read log files from the beginning or from the end.
61+
description: Specify if the input should start reading logs from from the `beginning` (oldest log entry), `end` (newest log entry), or `lastSync` (last successful read timestamp if input ran before).
6262
multi: false
6363
show_user: false
6464
required: true

0 commit comments

Comments
 (0)