Skip to content

Commit 52b0ff7

Browse files
committed
Fix cloudtrail
1 parent 9b4314a commit 52b0ff7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

‎packages/aws/data_stream/cloudtrail/manifest.yml‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,14 @@ streams:
147147
description: The maximum number of SQS messages that can be inflight at any time.
148148
default: 5
149149
required: false
150-
show_user: false
151-
- name: custom_configurations
150+
- name: custom
152151
type: yaml
153152
title: Custom configurations
154153
multi: false
155154
required: false
156155
show_user: false
157-
description: Custom settings for the underlying inputs
156+
description: >
157+
Additional settings to be added to the configuration. Be careful using this as it might break the input as those settings are not validated and can override the settings specified above. See [`aws-s3` input settings docs](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-aws-s3.html) for details.
158158
- input: httpjson
159159
title: AWS CloudTrail Logs via Splunk Enterprise REST API
160160
description: Collect AWS CloudTrail logs via Splunk Enterprise REST API
@@ -382,12 +382,4 @@ streams:
382382
type: bool
383383
multi: false
384384
default: false
385-
- name: custom
386-
type: yaml
387-
title: Custom configurations
388-
multi: false
389-
required: false
390-
show_user: false
391-
description: >
392-
Additional settings to be added to the configuration. Be careful using this as it might break the input as those settings are not validated and can override the settings specified above. See [`aws-s3` input settings docs](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-input-aws-s3.html) for details.
393385

0 commit comments

Comments
 (0)