LogAnalyticsParserSummary

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

Bases: object

Attributes

TYPE_DELIMITED A constant which can be used with the type property of a LogAnalyticsParserSummary.
TYPE_JSON A constant which can be used with the type property of a LogAnalyticsParserSummary.
TYPE_ODL A constant which can be used with the type property of a LogAnalyticsParserSummary.
TYPE_REGEX A constant which can be used with the type property of a LogAnalyticsParserSummary.
TYPE_XML A constant which can be used with the type property of a LogAnalyticsParserSummary.
content Gets the content of this LogAnalyticsParserSummary.
description Gets the description of this LogAnalyticsParserSummary.
display_name Gets the display_name of this LogAnalyticsParserSummary.
edit_version Gets the edit_version of this LogAnalyticsParserSummary.
encoding Gets the encoding of this LogAnalyticsParserSummary.
example_content Gets the example_content of this LogAnalyticsParserSummary.
field_delimiter Gets the field_delimiter of this LogAnalyticsParserSummary.
field_maps Gets the field_maps of this LogAnalyticsParserSummary.
field_qualifier Gets the field_qualifier of this LogAnalyticsParserSummary.
footer_content Gets the footer_content of this LogAnalyticsParserSummary.
header_content Gets the header_content of this LogAnalyticsParserSummary.
is_default Gets the is_default of this LogAnalyticsParserSummary.
is_hidden Gets the is_hidden of this LogAnalyticsParserSummary.
is_namespace_aware Gets the is_namespace_aware of this LogAnalyticsParserSummary.
is_parser_written_once Gets the is_parser_written_once of this LogAnalyticsParserSummary.
is_position_aware Gets the is_position_aware of this LogAnalyticsParserSummary.
is_single_line_content Gets the is_single_line_content of this LogAnalyticsParserSummary.
is_system Gets the is_system of this LogAnalyticsParserSummary.
is_user_deleted Gets the is_user_deleted of this LogAnalyticsParserSummary.
language Gets the language of this LogAnalyticsParserSummary.
log_type_test_request_version Gets the log_type_test_request_version of this LogAnalyticsParserSummary.
mapped_parsers Gets the mapped_parsers of this LogAnalyticsParserSummary.
name Gets the name of this LogAnalyticsParserSummary.
parser_filter Gets the parser_filter of this LogAnalyticsParserSummary.
parser_functions Gets the parser_functions of this LogAnalyticsParserSummary.
parser_ignoreline_characters Gets the parser_ignoreline_characters of this LogAnalyticsParserSummary.
parser_sequence Gets the parser_sequence of this LogAnalyticsParserSummary.
parser_timezone Gets the parser_timezone of this LogAnalyticsParserSummary.
should_tokenize_original_text Gets the should_tokenize_original_text of this LogAnalyticsParserSummary.
sources Gets the sources of this LogAnalyticsParserSummary.
sources_count Gets the sources_count of this LogAnalyticsParserSummary.
time_updated Gets the time_updated of this LogAnalyticsParserSummary.
type Gets the type of this LogAnalyticsParserSummary.

Methods

__init__(**kwargs) Initializes a new LogAnalyticsParserSummary object with values from keyword arguments.
TYPE_DELIMITED = 'DELIMITED'

A constant which can be used with the type property of a LogAnalyticsParserSummary. This constant has a value of “DELIMITED”

TYPE_JSON = 'JSON'

A constant which can be used with the type property of a LogAnalyticsParserSummary. This constant has a value of “JSON”

TYPE_ODL = 'ODL'

A constant which can be used with the type property of a LogAnalyticsParserSummary. This constant has a value of “ODL”

TYPE_REGEX = 'REGEX'

A constant which can be used with the type property of a LogAnalyticsParserSummary. This constant has a value of “REGEX”

TYPE_XML = 'XML'

A constant which can be used with the type property of a LogAnalyticsParserSummary. This constant has a value of “XML”

__init__(**kwargs)

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

Parameters:
  • content (str) – The value to assign to the content property of this LogAnalyticsParserSummary.
  • description (str) – The value to assign to the description property of this LogAnalyticsParserSummary.
  • display_name (str) – The value to assign to the display_name property of this LogAnalyticsParserSummary.
  • edit_version (int) – The value to assign to the edit_version property of this LogAnalyticsParserSummary.
  • encoding (str) – The value to assign to the encoding property of this LogAnalyticsParserSummary.
  • example_content (str) – The value to assign to the example_content property of this LogAnalyticsParserSummary.
  • field_maps (list[oci.log_analytics.models.LogAnalyticsParserField]) – The value to assign to the field_maps property of this LogAnalyticsParserSummary.
  • footer_content (str) – The value to assign to the footer_content property of this LogAnalyticsParserSummary.
  • header_content (str) – The value to assign to the header_content property of this LogAnalyticsParserSummary.
  • name (str) – The value to assign to the name property of this LogAnalyticsParserSummary.
  • is_default (bool) – The value to assign to the is_default property of this LogAnalyticsParserSummary.
  • is_single_line_content (bool) – The value to assign to the is_single_line_content property of this LogAnalyticsParserSummary.
  • is_system (bool) – The value to assign to the is_system property of this LogAnalyticsParserSummary.
  • language (str) – The value to assign to the language property of this LogAnalyticsParserSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this LogAnalyticsParserSummary.
  • log_type_test_request_version (int) – The value to assign to the log_type_test_request_version property of this LogAnalyticsParserSummary.
  • mapped_parsers (list[oci.log_analytics.models.LogAnalyticsParser]) – The value to assign to the mapped_parsers property of this LogAnalyticsParserSummary.
  • parser_ignoreline_characters (str) – The value to assign to the parser_ignoreline_characters property of this LogAnalyticsParserSummary.
  • is_hidden (bool) – The value to assign to the is_hidden property of this LogAnalyticsParserSummary.
  • parser_sequence (int) – The value to assign to the parser_sequence property of this LogAnalyticsParserSummary.
  • parser_timezone (str) – The value to assign to the parser_timezone property of this LogAnalyticsParserSummary.
  • parser_filter (oci.log_analytics.models.LogAnalyticsParserFilter) – The value to assign to the parser_filter property of this LogAnalyticsParserSummary.
  • is_parser_written_once (bool) – The value to assign to the is_parser_written_once property of this LogAnalyticsParserSummary.
  • parser_functions (list[oci.log_analytics.models.LogAnalyticsParserFunction]) – The value to assign to the parser_functions property of this LogAnalyticsParserSummary.
  • sources_count (int) – The value to assign to the sources_count property of this LogAnalyticsParserSummary.
  • sources (list[oci.log_analytics.models.LogAnalyticsSource]) – The value to assign to the sources property of this LogAnalyticsParserSummary.
  • should_tokenize_original_text (bool) – The value to assign to the should_tokenize_original_text property of this LogAnalyticsParserSummary.
  • field_delimiter (str) – The value to assign to the field_delimiter property of this LogAnalyticsParserSummary.
  • field_qualifier (str) – The value to assign to the field_qualifier property of this LogAnalyticsParserSummary.
  • type (str) – The value to assign to the type property of this LogAnalyticsParserSummary. Allowed values for this property are: “XML”, “JSON”, “REGEX”, “ODL”, “DELIMITED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • is_user_deleted (bool) – The value to assign to the is_user_deleted property of this LogAnalyticsParserSummary.
  • is_namespace_aware (bool) – The value to assign to the is_namespace_aware property of this LogAnalyticsParserSummary.
  • is_position_aware (bool) – The value to assign to the is_position_aware property of this LogAnalyticsParserSummary.
content

Gets the content of this LogAnalyticsParserSummary. The content.

Returns:The content of this LogAnalyticsParserSummary.
Return type:str
description

Gets the description of this LogAnalyticsParserSummary. The parser description.

Returns:The description of this LogAnalyticsParserSummary.
Return type:str
display_name

Gets the display_name of this LogAnalyticsParserSummary. The parser display name.

Returns:The display_name of this LogAnalyticsParserSummary.
Return type:str
edit_version

Gets the edit_version of this LogAnalyticsParserSummary. The parser edit version.

Returns:The edit_version of this LogAnalyticsParserSummary.
Return type:int
encoding

Gets the encoding of this LogAnalyticsParserSummary. The encoding.

Returns:The encoding of this LogAnalyticsParserSummary.
Return type:str
example_content

Gets the example_content of this LogAnalyticsParserSummary. The example content.

Returns:The example_content of this LogAnalyticsParserSummary.
Return type:str
field_delimiter

Gets the field_delimiter of this LogAnalyticsParserSummary. The parser field delimiter.

Returns:The field_delimiter of this LogAnalyticsParserSummary.
Return type:str
field_maps

Gets the field_maps of this LogAnalyticsParserSummary. The parser fields.

Returns:The field_maps of this LogAnalyticsParserSummary.
Return type:list[oci.log_analytics.models.LogAnalyticsParserField]
field_qualifier

Gets the field_qualifier of this LogAnalyticsParserSummary. The parser field qualifier.

Returns:The field_qualifier of this LogAnalyticsParserSummary.
Return type:str
footer_content

Gets the footer_content of this LogAnalyticsParserSummary. The footer regular expression.

Returns:The footer_content of this LogAnalyticsParserSummary.
Return type:str
header_content

Gets the header_content of this LogAnalyticsParserSummary. The header content.

Returns:The header_content of this LogAnalyticsParserSummary.
Return type:str
is_default

Gets the is_default of this LogAnalyticsParserSummary. A flag indicating if this is a default parser.

Returns:The is_default of this LogAnalyticsParserSummary.
Return type:bool
is_hidden

Gets the is_hidden of this LogAnalyticsParserSummary. A flag indicating if the parser is hidden or not.

Returns:The is_hidden of this LogAnalyticsParserSummary.
Return type:bool
is_namespace_aware

Gets the is_namespace_aware of this LogAnalyticsParserSummary. A flag indicating whether the XML parser should consider the namespace(s) while processing the log data.

Returns:The is_namespace_aware of this LogAnalyticsParserSummary.
Return type:bool
is_parser_written_once

Gets the is_parser_written_once of this LogAnalyticsParserSummary. A flag indicating whther or not the parser is write once.

Returns:The is_parser_written_once of this LogAnalyticsParserSummary.
Return type:bool
is_position_aware

Gets the is_position_aware of this LogAnalyticsParserSummary. A flag indicating whether the parser is positionally aware.

Returns:The is_position_aware of this LogAnalyticsParserSummary.
Return type:bool
is_single_line_content

Gets the is_single_line_content of this LogAnalyticsParserSummary. A flag indicating if this is a single line content parser.

Returns:The is_single_line_content of this LogAnalyticsParserSummary.
Return type:bool
is_system

Gets the is_system of this LogAnalyticsParserSummary. The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.

Returns:The is_system of this LogAnalyticsParserSummary.
Return type:bool
is_user_deleted

Gets the is_user_deleted of this LogAnalyticsParserSummary. A flag indicating whether or not the parser has been deleted.

Returns:The is_user_deleted of this LogAnalyticsParserSummary.
Return type:bool
language

Gets the language of this LogAnalyticsParserSummary. The language.

Returns:The language of this LogAnalyticsParserSummary.
Return type:str
log_type_test_request_version

Gets the log_type_test_request_version of this LogAnalyticsParserSummary. The log type test request version.

Returns:The log_type_test_request_version of this LogAnalyticsParserSummary.
Return type:int
mapped_parsers

Gets the mapped_parsers of this LogAnalyticsParserSummary. The mapped parser list.

Returns:The mapped_parsers of this LogAnalyticsParserSummary.
Return type:list[oci.log_analytics.models.LogAnalyticsParser]
name

Gets the name of this LogAnalyticsParserSummary. The parser name.

Returns:The name of this LogAnalyticsParserSummary.
Return type:str
parser_filter

Gets the parser_filter of this LogAnalyticsParserSummary.

Returns:The parser_filter of this LogAnalyticsParserSummary.
Return type:oci.log_analytics.models.LogAnalyticsParserFilter
parser_functions

Gets the parser_functions of this LogAnalyticsParserSummary. The parser function list.

Returns:The parser_functions of this LogAnalyticsParserSummary.
Return type:list[oci.log_analytics.models.LogAnalyticsParserFunction]
parser_ignoreline_characters

Gets the parser_ignoreline_characters of this LogAnalyticsParserSummary. The line characters for the parser to ignore.

Returns:The parser_ignoreline_characters of this LogAnalyticsParserSummary.
Return type:str
parser_sequence

Gets the parser_sequence of this LogAnalyticsParserSummary. The parser sequence.

Returns:The parser_sequence of this LogAnalyticsParserSummary.
Return type:int
parser_timezone

Gets the parser_timezone of this LogAnalyticsParserSummary. The time zone.

Returns:The parser_timezone of this LogAnalyticsParserSummary.
Return type:str
should_tokenize_original_text

Gets the should_tokenize_original_text of this LogAnalyticsParserSummary. A flag indicating whether or not to tokenize the original text.

Returns:The should_tokenize_original_text of this LogAnalyticsParserSummary.
Return type:bool
sources

Gets the sources of this LogAnalyticsParserSummary. The list of sources using this parser.

Returns:The sources of this LogAnalyticsParserSummary.
Return type:list[oci.log_analytics.models.LogAnalyticsSource]
sources_count

Gets the sources_count of this LogAnalyticsParserSummary. The number of sources using this parser.

Returns:The sources_count of this LogAnalyticsParserSummary.
Return type:int
time_updated

Gets the time_updated of this LogAnalyticsParserSummary. The last updated date.

Returns:The time_updated of this LogAnalyticsParserSummary.
Return type:datetime
type

Gets the type of this LogAnalyticsParserSummary. The parser type. Default value is REGEX.

Allowed values for this property are: “XML”, “JSON”, “REGEX”, “ODL”, “DELIMITED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this LogAnalyticsParserSummary.
Return type:str