Skip to content

Commit 6bcbaa7

Browse files
committed
Merge branch 'master' into yuting-SUMO-218762-fix-kinesis
2 parents 42d31ad + 72e3f5d commit 6bcbaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/kinesis_log_source.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ __IMPORTANT:__ The AWS credentials are stored in plain-text in the state. This i
6666
In addition to the common properties, the following arguments are supported:
6767

6868
- `content_type` - (Required) The content-type of the collected data. Details can be found in the [Sumologic documentation for hosted sources][1].
69-
- `authentication` - (Optional) Authentication details for connecting to the S3 bucket.
69+
- `authentication` - (Required) Authentication details for connecting to the S3 bucket.
7070
+ `type` - (Required) Must be either `S3BucketAuthentication` or `AWSRoleBasedAuthentication` or `NoAuthentication`
7171
+ `access_key` - (Required) Your AWS access key if using type `S3BucketAuthentication`
7272
+ `secret_key` - (Required) Your AWS secret key if using type `S3BucketAuthentication`
7373
+ `role_arn` - (Required) Your AWS role ARN if using type `AWSRoleBasedAuthentication`
74-
- `path` - (Optional) The location of S3 bucket for failed Kinesis log data.
74+
- `path` - (Required) The location of S3 bucket for failed Kinesis log data.
7575
+ `type` - (Required) Must be either `KinesisLogPath` or `NoPathExpression`
7676
+ `bucket_name` - (Optional) The name of the bucket. This is needed if using type `KinesisLogPath`.
7777
+ `path_expression` - (Optional) The path to the data. This is needed if using type `KinesisLogPath`. For Kinesis log source, it must include `http-endpoint-failed/`.

0 commit comments

Comments
 (0)