| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLogAnomalyDetectorResult> |
AbstractAWSLogsAsync.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest request,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler) |
Future<CreateLogAnomalyDetectorResult> |
AWSLogsAsyncClient.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest request,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler) |
Future<CreateLogAnomalyDetectorResult> |
AWSLogsAsync.createLogAnomalyDetectorAsync(CreateLogAnomalyDetectorRequest createLogAnomalyDetectorRequest,
AsyncHandler<CreateLogAnomalyDetectorRequest,CreateLogAnomalyDetectorResult> asyncHandler)
Creates an anomaly detector that regularly scans one or more log groups and look for patterns and
anomalies in the logs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.clone() |
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withAnomalyVisibilityTime(Long anomalyVisibilityTime)
The number of days to have visibility on an anomaly.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withDetectorName(String detectorName)
A name for this anomaly detector.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withEvaluationFrequency(EvaluationFrequency evaluationFrequency)
Specifies how often the anomaly detector is to run and look for anomalies.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withEvaluationFrequency(String evaluationFrequency)
Specifies how often the anomaly detector is to run and look for anomalies.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withFilterPattern(String filterPattern)
You can use this parameter to limit the anomaly detection model to examine only log events that match the pattern
you specify here.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withKmsKeyId(String kmsKeyId)
Optionally assigns a KMS key to secure this anomaly detector and its findings.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withLogGroupArnList(Collection<String> logGroupArnList)
An array containing the ARN of the log group that this anomaly detector will watch.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withLogGroupArnList(String... logGroupArnList)
An array containing the ARN of the log group that this anomaly detector will watch.
|
CreateLogAnomalyDetectorRequest |
CreateLogAnomalyDetectorRequest.withTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
|
Copyright © 2024. All rights reserved.