io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-logging-cloudwatch Show documentation
Show all versions of quarkus-logging-cloudwatch Show documentation
Send your application logs to AWS CloudWatch
The newest version!
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.accessKeyId=CW access key ID
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.accessKeySecret=CW access key secret
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.apiCallTimeout=Amount of time to allow the CloudWatch client to complete the execution of an API call. This timeout covers the\nentire client execution except for marshalling. This includes request handler execution, all HTTP requests\nincluding retries, unmarshalling, etc. This value should always be positive, if present.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.batchPeriod=Period between two batch executions.\nDefaults to 5 seconds.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.batchSize=Number of log events sent to CloudWatch per batch.\nDefaults to 10,000 which is the maximum number of log events per batch allowed by CloudWatch.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.defaultCredentialsProviderEnabled=Default credentials provider enabled added as a {@code quarkus.log.cloudwatch.default-credentials-provider.enabled}
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.enabled=Determine whether to enable the Cloudwatch logging extension.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.endpointOverride=Endpoint override added as {@code endpoint-override}
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.level=The CW log level.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.logGroup=CW log group
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.logStreamName=CW log stream
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.maxQueueSize=Maximum size of the log events queue.\nIf this is not set, the queue will have a capacity of {@link Integer\#MAX_VALUE}.
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.region=Region of deployment
io.quarkiverse.logging.cloudwatch.LoggingCloudWatchConfig.serviceEnvironment=Service environment added as a {@code service.environment} field to each log record when available.