Publishes metrics to Amazon CloudWatch. Metric can be either a single value, or a StatisticSet comprised of minimum, maximum, sum and sample count.
amazon, aws, cloudwatch, metrics, put, publish
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Namespace | Namespace | The namespace for the metric data for CloudWatch Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Metric Name | MetricName | The name of the metric Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Value | Value | The value for the metric. Must be a double Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Maximum | maximum | The maximum value of the sample set. Must be a double Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Minimum | minimum | The minimum value of the sample set. Must be a double Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Sample Count | sampleCount | The number of samples used for the statistic set. Must be a double Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Sum | sum | The sum of values for the sample set. Must be a double Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Timestamp | Timestamp | A point in time expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. If not specified, the default value is set to the time the metric data was received Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Unit | Unit | The unit of the metric. (e.g Seconds, Bytes, Megabytes, Percent, Count, Kilobytes/Second, Terabits/Second, Count/Second) For details see http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Region | Region | US West (Oregon) |
| The AWS Region to connect to. |
Access Key ID | Access Key | No Description Provided. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
Secret Access Key | Secret Key | No Description Provided. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
Credentials File | Credentials File | Path to a file containing AWS access key and secret key in properties file format. This property requires exactly one file to be provided.. | ||
AWS Credentials Provider Service | AWS Credentials Provider service | Controller Service API: AWSCredentialsProviderService Implementations: AWSCredentialsProviderControllerService AWSIDBrokerCloudCredentialsProviderControllerService | The Controller Service that is used to obtain AWS credentials provider | |
Communications Timeout | Communications Timeout | 30 secs | The amount of time to wait in order to establish a connection to AWS or receive data from AWS before timing out. | |
SSL Context Service | SSL Context Service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | Specifies an optional SSL Context Service that, if provided, will be used to create connections | |
Endpoint Override URL | Endpoint Override URL | Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Host | Proxy Host | Proxy host name or IP Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Host Port | Proxy Host Port | Proxy host port Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Username | proxy-user-name | Proxy username Supports Expression Language: true (undefined scope) | ||
Proxy Password | proxy-user-password | Proxy password Sensitive Property: true Supports Expression Language: true (undefined scope) |
Supports Sensitive Dynamic Properties: No
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|---|---|
Dimension Name | Dimension Value | Allows dimension name/value pairs to be added to the metric. AWS supports a maximum of 10 dimensions. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Name | Description |
---|---|
success | FlowFiles are routed to success relationship |
failure | FlowFiles are routed to failure relationship |