Class: Aws::DevOpsGuru::Types::LogAnomalyClass

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/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

Instance Attribute Details

#explanationString

The explanation for why the log event is considered an anomaly.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_tokenString

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.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_typeString

The type of log anomaly that has been detected.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_idString

The ID of the log event.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_timestampTime

The time of the first occurrence of the anomalous log event.

Returns:

  • (Time)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_nameString

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.

Returns:

  • (String)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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_occurrencesInteger

The number of log lines where this anomalous log event occurs.

Returns:

  • (Integer)


2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-devopsguru/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