You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/aws/data_stream/cloudtrail/manifest.yml
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -147,14 +147,14 @@ streams:
147
147
description: The maximum number of SQS messages that can be inflight at any time.
148
148
default: 5
149
149
required: false
150
-
show_user: false
151
-
- name: custom_configurations
150
+
- name: custom
152
151
type: yaml
153
152
title: Custom configurations
154
153
multi: false
155
154
required: false
156
155
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.
158
158
- input: httpjson
159
159
title: AWS CloudTrail Logs via Splunk Enterprise REST API
160
160
description: Collect AWS CloudTrail logs via Splunk Enterprise REST API
@@ -382,12 +382,4 @@ streams:
382
382
type: bool
383
383
multi: false
384
384
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.
0 commit comments