Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.DevOpsGuru.Types.AnomalousLogGroup
Description
Synopsis
- data AnomalousLogGroup = AnomalousLogGroup' {}
- newAnomalousLogGroup :: AnomalousLogGroup
- anomalousLogGroup_impactEndTime :: Lens' AnomalousLogGroup (Maybe UTCTime)
- anomalousLogGroup_impactStartTime :: Lens' AnomalousLogGroup (Maybe UTCTime)
- anomalousLogGroup_logAnomalyShowcases :: Lens' AnomalousLogGroup (Maybe [LogAnomalyShowcase])
- anomalousLogGroup_logGroupName :: Lens' AnomalousLogGroup (Maybe Text)
- anomalousLogGroup_numberOfLogLinesScanned :: Lens' AnomalousLogGroup (Maybe Int)
Documentation
data AnomalousLogGroup Source #
An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight.
See: newAnomalousLogGroup
smart constructor.
Constructors
AnomalousLogGroup' | |
Fields
|
Instances
newAnomalousLogGroup :: AnomalousLogGroup Source #
Create a value of AnomalousLogGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:impactEndTime:AnomalousLogGroup'
, anomalousLogGroup_impactEndTime
- The time the anomalous log events stopped.
$sel:impactStartTime:AnomalousLogGroup'
, anomalousLogGroup_impactStartTime
- The time the anomalous log events began. The impact start time indicates
the time of the first log anomaly event that occurs.
$sel:logAnomalyShowcases:AnomalousLogGroup'
, anomalousLogGroup_logAnomalyShowcases
- The log anomalies in the log group. Each log anomaly displayed
represents a cluster of similar anomalous log events.
$sel:logGroupName:AnomalousLogGroup'
, anomalousLogGroup_logGroupName
- The name of the CloudWatch log group.
$sel:numberOfLogLinesScanned:AnomalousLogGroup'
, anomalousLogGroup_numberOfLogLinesScanned
- The number of log lines that were scanned for anomalous log events.
anomalousLogGroup_impactEndTime :: Lens' AnomalousLogGroup (Maybe UTCTime) Source #
The time the anomalous log events stopped.
anomalousLogGroup_impactStartTime :: Lens' AnomalousLogGroup (Maybe UTCTime) Source #
The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
anomalousLogGroup_logAnomalyShowcases :: Lens' AnomalousLogGroup (Maybe [LogAnomalyShowcase]) Source #
The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
anomalousLogGroup_logGroupName :: Lens' AnomalousLogGroup (Maybe Text) Source #
The name of the CloudWatch log group.
anomalousLogGroup_numberOfLogLinesScanned :: Lens' AnomalousLogGroup (Maybe Int) Source #
The number of log lines that were scanned for anomalous log events.