ParsedField

class oci.log_analytics.models.ParsedField(**kwargs)

Bases: object

Parsed field response.

Methods

__init__(**kwargs) Initializes a new ParsedField object with values from keyword arguments.

Attributes

field_values Gets the field_values of this ParsedField.
log_content Gets the log_content of this ParsedField.
__init__(**kwargs)

Initializes a new ParsedField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • log_content (str) – The value to assign to the log_content property of this ParsedField.
  • field_values (list[str]) – The value to assign to the field_values property of this ParsedField.
field_values

Gets the field_values of this ParsedField. List of field Values.

Returns:The field_values of this ParsedField.
Return type:list[str]
log_content

Gets the log_content of this ParsedField. Sample log entries picked up from the given file for validation.

Returns:The log_content of this ParsedField.
Return type:str