AbstractParserTestResultLogEntry¶
-
class
oci.log_analytics.models.AbstractParserTestResultLogEntry(**kwargs)¶ Bases:
objectMethods
__init__(**kwargs)Initializes a new AbstractParserTestResultLogEntry object with values from keyword arguments. Attributes
actionGets the action of this AbstractParserTestResultLogEntry. extra_info_attributesGets the extra_info_attributes of this AbstractParserTestResultLogEntry. field_mapGets the field_map of this AbstractParserTestResultLogEntry. field_mappingGets the field_mapping of this AbstractParserTestResultLogEntry. field_name_value_mapGets the field_name_value_map of this AbstractParserTestResultLogEntry. field_position_value_mapGets the field_position_value_map of this AbstractParserTestResultLogEntry. fieldsGets the fields of this AbstractParserTestResultLogEntry. function_namesGets the function_names of this AbstractParserTestResultLogEntry. log_entryGets the log_entry of this AbstractParserTestResultLogEntry. loglinesGets the loglines of this AbstractParserTestResultLogEntry. match_resultGets the match_result of this AbstractParserTestResultLogEntry. match_statusGets the match_status of this AbstractParserTestResultLogEntry. match_status_descriptionGets the match_status_description of this AbstractParserTestResultLogEntry. metadataGets the metadata of this AbstractParserTestResultLogEntry. text_match_infoGets the text_match_info of this AbstractParserTestResultLogEntry. timestamp_end_indexGets the timestamp_end_index of this AbstractParserTestResultLogEntry. timestamp_epoch_millisecGets the timestamp_epoch_millisec of this AbstractParserTestResultLogEntry. timestamp_start_indexGets the timestamp_start_index of this AbstractParserTestResultLogEntry. timestamp_zoneGets the timestamp_zone of this AbstractParserTestResultLogEntry. -
__init__(**kwargs)¶ Initializes a new AbstractParserTestResultLogEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - extra_info_attributes (dict(str, str)) – The value to assign to the extra_info_attributes property of this AbstractParserTestResultLogEntry.
- field_map (dict(str, str)) – The value to assign to the field_map property of this AbstractParserTestResultLogEntry.
- field_name_value_map (dict(str, str)) – The value to assign to the field_name_value_map property of this AbstractParserTestResultLogEntry.
- field_position_value_map (dict(str, str)) – The value to assign to the field_position_value_map property of this AbstractParserTestResultLogEntry.
- fields (dict(str, str)) – The value to assign to the fields property of this AbstractParserTestResultLogEntry.
- log_entry (str) – The value to assign to the log_entry property of this AbstractParserTestResultLogEntry.
- match_status (str) – The value to assign to the match_status property of this AbstractParserTestResultLogEntry.
- match_status_description (str) – The value to assign to the match_status_description property of this AbstractParserTestResultLogEntry.
- field_mapping (list[oci.log_analytics.models.ParserTestResultFieldValue]) – The value to assign to the field_mapping property of this AbstractParserTestResultLogEntry.
- metadata (list[oci.log_analytics.models.ParserTestResultFieldValue]) – The value to assign to the metadata property of this AbstractParserTestResultLogEntry.
- action (str) – The value to assign to the action property of this AbstractParserTestResultLogEntry.
- timestamp_zone (str) – The value to assign to the timestamp_zone property of this AbstractParserTestResultLogEntry.
- timestamp_start_index (int) – The value to assign to the timestamp_start_index property of this AbstractParserTestResultLogEntry.
- timestamp_end_index (int) – The value to assign to the timestamp_end_index property of this AbstractParserTestResultLogEntry.
- timestamp_epoch_millisec (int) – The value to assign to the timestamp_epoch_millisec property of this AbstractParserTestResultLogEntry.
- text_match_info (oci.log_analytics.models.AbstractParserTestResultLogLine) – The value to assign to the text_match_info property of this AbstractParserTestResultLogEntry.
- match_result (oci.log_analytics.models.RegexMatchResult) – The value to assign to the match_result property of this AbstractParserTestResultLogEntry.
- loglines (list[oci.log_analytics.models.AbstractParserTestResultLogLine]) – The value to assign to the loglines property of this AbstractParserTestResultLogEntry.
- function_names (list[str]) – The value to assign to the function_names property of this AbstractParserTestResultLogEntry.
-
action¶ Gets the action of this AbstractParserTestResultLogEntry. The parser action.
Returns: The action of this AbstractParserTestResultLogEntry. Return type: str
-
extra_info_attributes¶ Gets the extra_info_attributes of this AbstractParserTestResultLogEntry. Extra information attributes.
Returns: The extra_info_attributes of this AbstractParserTestResultLogEntry. Return type: dict(str, str)
-
field_map¶ Gets the field_map of this AbstractParserTestResultLogEntry. The field map.
Returns: The field_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str)
-
field_mapping¶ Gets the field_mapping of this AbstractParserTestResultLogEntry. Additional properties on the field map.
Returns: The field_mapping of this AbstractParserTestResultLogEntry. Return type: list[oci.log_analytics.models.ParserTestResultFieldValue]
-
field_name_value_map¶ Gets the field_name_value_map of this AbstractParserTestResultLogEntry. The field name value map.
Returns: The field_name_value_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str)
-
field_position_value_map¶ Gets the field_position_value_map of this AbstractParserTestResultLogEntry. The field position value map.
Returns: The field_position_value_map of this AbstractParserTestResultLogEntry. Return type: dict(str, str)
-
fields¶ Gets the fields of this AbstractParserTestResultLogEntry. The parser fields.
Returns: The fields of this AbstractParserTestResultLogEntry. Return type: dict(str, str)
-
function_names¶ Gets the function_names of this AbstractParserTestResultLogEntry. The parser function names.
Returns: The function_names of this AbstractParserTestResultLogEntry. Return type: list[str]
-
log_entry¶ Gets the log_entry of this AbstractParserTestResultLogEntry. The log entry.
Returns: The log_entry of this AbstractParserTestResultLogEntry. Return type: str
-
loglines¶ Gets the loglines of this AbstractParserTestResultLogEntry. Test result log lines.
Returns: The loglines of this AbstractParserTestResultLogEntry. Return type: list[oci.log_analytics.models.AbstractParserTestResultLogLine]
-
match_result¶ Gets the match_result of this AbstractParserTestResultLogEntry.
Returns: The match_result of this AbstractParserTestResultLogEntry. Return type: oci.log_analytics.models.RegexMatchResult
-
match_status¶ Gets the match_status of this AbstractParserTestResultLogEntry. The match status.
Returns: The match_status of this AbstractParserTestResultLogEntry. Return type: str
-
match_status_description¶ Gets the match_status_description of this AbstractParserTestResultLogEntry. The match status description.
Returns: The match_status_description of this AbstractParserTestResultLogEntry. Return type: str
-
metadata¶ Gets the metadata of this AbstractParserTestResultLogEntry. Additional properties on the field map if sub parser with actions defined.
Returns: The metadata of this AbstractParserTestResultLogEntry. Return type: list[oci.log_analytics.models.ParserTestResultFieldValue]
-
text_match_info¶ Gets the text_match_info of this AbstractParserTestResultLogEntry.
Returns: The text_match_info of this AbstractParserTestResultLogEntry. Return type: oci.log_analytics.models.AbstractParserTestResultLogLine
-
timestamp_end_index¶ Gets the timestamp_end_index of this AbstractParserTestResultLogEntry. In case of regex parser, if there is any timestamp identified in the log entry, this value signifies the index in the log entry at which timestamp ends.
Returns: The timestamp_end_index of this AbstractParserTestResultLogEntry. Return type: int
-
timestamp_epoch_millisec¶ Gets the timestamp_epoch_millisec of this AbstractParserTestResultLogEntry. The timestamp epoch in milliseconds.
Returns: The timestamp_epoch_millisec of this AbstractParserTestResultLogEntry. Return type: int
-
timestamp_start_index¶ Gets the timestamp_start_index of this AbstractParserTestResultLogEntry. In case of regex parser, if there is any timestamp identified in the log entry, this value signifies the index in the log entry from which timestamp starts.
Returns: The timestamp_start_index of this AbstractParserTestResultLogEntry. Return type: int
-
timestamp_zone¶ Gets the timestamp_zone of this AbstractParserTestResultLogEntry. The timezone corresponding to the timestamp detected in the log entry (e.g. GMT).
Returns: The timestamp_zone of this AbstractParserTestResultLogEntry. Return type: str
-