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: receiver/awscloudwatchreceiver/README.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ This receiver uses the [AWS SDK](https://docs.aws.amazon.com/sdk-for-go/v1/devel
29
29
|`profile`|*optional*| string | The AWS profile used to authenticate, if none is specified the default is chosen from the list of profiles |
30
30
|`imds_endpoint`|*optional*| string | A way of specifying a custom URL to be used by the EC2 IMDS client to validate the session. If unset, and the environment variable `AWS_EC2_METADATA_SERVICE_ENDPOINT` has a value the client will use the value of the environment variable as the endpoint for operation calls. |
31
31
|`logs`|*optional*|`Logs`| Configuration for Logs ingestion of this receiver |
32
+
|`storage`|*optional*| string | The ID of a storage extension to be used for state persistence. |
|`start_from`| String | Read all available logs from the beginning | Timestamp in `RFC3339` format (e.g., 2006-01-02T15:04:05Z07:00) indicating where to start reading logs |
39
+
|`poll_interval`| Duration | 1 minute | Time to wait between log requests |
40
+
|`max_events_per_request`| Integer | 1,000 | The maximum number of events to process per request to Cloudwatch |
41
+
|`groups`| Optional | All Log Groups and Streams | Configuration for Log Groups, by default all Log Groups and Log Streams will be collected. |
40
42
41
43
### Group Parameters
42
44
@@ -114,4 +116,3 @@ This receiver has a number of sample configs for reference.
114
116
- Specifies the names of the log groups to collect
115
117
- Does not attempt autodiscovery
116
118
- Only collects from log streams matching a prefix
0 commit comments