Class: Aws::DevOpsGuru::Types::LogAnomalyClass
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::LogAnomalyClass
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about an anomalous log event found within a log group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#explanation ⇒ String
The explanation for why the log event is considered an anomaly.
-
#log_anomaly_token ⇒ String
The token where the anomaly was detected.
-
#log_anomaly_type ⇒ String
The type of log anomaly that has been detected.
-
#log_event_id ⇒ String
The ID of the log event.
-
#log_event_timestamp ⇒ Time
The time of the first occurrence of the anomalous log event.
-
#log_stream_name ⇒ String
The name of the Amazon CloudWatch log stream that the anomalous log event belongs to.
-
#number_of_log_lines_occurrences ⇒ Integer
The number of log lines where this anomalous log event occurs.
Instance Attribute Details
#explanation ⇒ String
The explanation for why the log event is considered an anomaly.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#log_anomaly_token ⇒ String
The token where the anomaly was detected. This may refer to an exception or another location, or it may be blank for log anomalies such as format anomalies.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#log_anomaly_type ⇒ String
The type of log anomaly that has been detected.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#log_event_id ⇒ String
The ID of the log event.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#log_event_timestamp ⇒ Time
The time of the first occurrence of the anomalous log event.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#log_stream_name ⇒ String
The name of the Amazon CloudWatch log stream that the anomalous log event belongs to. A log stream is a sequence of log events that share the same source.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |
#number_of_log_lines_occurrences ⇒ Integer
The number of log lines where this anomalous log event occurs.
2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2157 class LogAnomalyClass < Struct.new( :log_stream_name, :log_anomaly_type, :log_anomaly_token, :log_event_id, :explanation, :number_of_log_lines_occurrences, :log_event_timestamp) SENSITIVE = [] include Aws::Structure end |