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: src/content/docs/logs/logpush/logpush-job/enable-destinations/kinesis.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Logpush supports [Amazon Kinesis](https://aws.amazon.com/kinesis/) as a destinat
28
28
}
29
29
```
30
30
31
-
2. Ensure that the IAM role has permissions to perform the `PutRecord` action on your Kinesis stream. Replace `<AWS_REGION>`, `<YOUR_AWS_ACCOUNT_ID>` and `<STREAM_NAME>` with your own values.
31
+
2. Ensure that the IAM role has permissions to perform the `PutRecord` action on your Kinesis stream. Replace `<AWS_REGION>`, `<YOUR_AWS_ACCOUNT_ID>` and `<STREAM_NAME>` with your own values:
32
32
33
33
```java
34
34
{
@@ -43,7 +43,7 @@ Logpush supports [Amazon Kinesis](https://aws.amazon.com/kinesis/) as a destinat
43
43
}
44
44
```
45
45
46
-
3. Create a Logpush job, using the following format for the `destination_conf` field.
46
+
3. Create a Logpush job, using the following format for the `destination_conf` field:
When configuring your Logpush job using IAM Access Keys, ensure that the IAM user has permission to perform the `PutRecord` action on your Kinesis stream.
73
+
When configuring your Logpush job using IAM Access Keys, ensure that the IAM user has permission to perform the `PutRecord` action on your Kinesis stream:
0 commit comments