LogAnalyticsSourcePattern

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

Bases: object

Methods

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

Attributes

alias Gets the alias of this LogAnalyticsSourcePattern.
converted_text Gets the converted_text of this LogAnalyticsSourcePattern.
db_parser_id Gets the db_parser_id of this LogAnalyticsSourcePattern.
db_pattern_date_time_columns Gets the db_pattern_date_time_columns of this LogAnalyticsSourcePattern.
db_pattern_date_time_field Gets the db_pattern_date_time_field of this LogAnalyticsSourcePattern.
db_pattern_sequence_column Gets the db_pattern_sequence_column of this LogAnalyticsSourcePattern.
description Gets the description of this LogAnalyticsSourcePattern.
entity_type Gets the entity_type of this LogAnalyticsSourcePattern.
fields Gets the fields of this LogAnalyticsSourcePattern.
is_agent_warning_suppressed Gets the is_agent_warning_suppressed of this LogAnalyticsSourcePattern.
is_default Gets the is_default of this LogAnalyticsSourcePattern.
is_enabled Gets the is_enabled of this LogAnalyticsSourcePattern.
is_include Gets the is_include of this LogAnalyticsSourcePattern.
is_system Gets the is_system of this LogAnalyticsSourcePattern.
pattern_filter Gets the pattern_filter of this LogAnalyticsSourcePattern.
pattern_id Gets the pattern_id of this LogAnalyticsSourcePattern.
pattern_properties Gets the pattern_properties of this LogAnalyticsSourcePattern.
pattern_text Gets the pattern_text of this LogAnalyticsSourcePattern.
pattern_type Gets the pattern_type of this LogAnalyticsSourcePattern.
source_id Gets the source_id of this LogAnalyticsSourcePattern.
__init__(**kwargs)

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

Parameters:
  • converted_text (str) – The value to assign to the converted_text property of this LogAnalyticsSourcePattern.
  • db_parser_id (int) – The value to assign to the db_parser_id property of this LogAnalyticsSourcePattern.
  • db_pattern_date_time_columns (str) – The value to assign to the db_pattern_date_time_columns property of this LogAnalyticsSourcePattern.
  • db_pattern_date_time_field (str) – The value to assign to the db_pattern_date_time_field property of this LogAnalyticsSourcePattern.
  • db_pattern_sequence_column (str) – The value to assign to the db_pattern_sequence_column property of this LogAnalyticsSourcePattern.
  • fields (list[oci.log_analytics.models.LogAnalyticsParserField]) – The value to assign to the fields property of this LogAnalyticsSourcePattern.
  • is_include (bool) – The value to assign to the is_include property of this LogAnalyticsSourcePattern.
  • is_default (bool) – The value to assign to the is_default property of this LogAnalyticsSourcePattern.
  • pattern_filter (oci.log_analytics.models.LogAnalyticsPatternFilter) – The value to assign to the pattern_filter property of this LogAnalyticsSourcePattern.
  • alias (str) – The value to assign to the alias property of this LogAnalyticsSourcePattern.
  • description (str) – The value to assign to the description property of this LogAnalyticsSourcePattern.
  • is_enabled (bool) – The value to assign to the is_enabled property of this LogAnalyticsSourcePattern.
  • pattern_id (int) – The value to assign to the pattern_id property of this LogAnalyticsSourcePattern.
  • is_system (bool) – The value to assign to the is_system property of this LogAnalyticsSourcePattern.
  • source_id (int) – The value to assign to the source_id property of this LogAnalyticsSourcePattern.
  • is_agent_warning_suppressed (bool) – The value to assign to the is_agent_warning_suppressed property of this LogAnalyticsSourcePattern.
  • pattern_text (str) – The value to assign to the pattern_text property of this LogAnalyticsSourcePattern.
  • pattern_type (int) – The value to assign to the pattern_type property of this LogAnalyticsSourcePattern.
  • entity_type (list[str]) – The value to assign to the entity_type property of this LogAnalyticsSourcePattern.
  • pattern_properties (list[oci.log_analytics.models.LogAnalyticsProperty]) – The value to assign to the pattern_properties property of this LogAnalyticsSourcePattern.
alias

Gets the alias of this LogAnalyticsSourcePattern. The source pattern alias.

Returns:The alias of this LogAnalyticsSourcePattern.
Return type:str
converted_text

Gets the converted_text of this LogAnalyticsSourcePattern. The converted text.

Returns:The converted_text of this LogAnalyticsSourcePattern.
Return type:str
db_parser_id

Gets the db_parser_id of this LogAnalyticsSourcePattern. The parser unique identifier.

Returns:The db_parser_id of this LogAnalyticsSourcePattern.
Return type:int
db_pattern_date_time_columns

Gets the db_pattern_date_time_columns of this LogAnalyticsSourcePattern. The date time columns.

Returns:The db_pattern_date_time_columns of this LogAnalyticsSourcePattern.
Return type:str
db_pattern_date_time_field

Gets the db_pattern_date_time_field of this LogAnalyticsSourcePattern. The date time field.

Returns:The db_pattern_date_time_field of this LogAnalyticsSourcePattern.
Return type:str
db_pattern_sequence_column

Gets the db_pattern_sequence_column of this LogAnalyticsSourcePattern. The sequence column.

Returns:The db_pattern_sequence_column of this LogAnalyticsSourcePattern.
Return type:str
description

Gets the description of this LogAnalyticsSourcePattern. The source pattern description.

Returns:The description of this LogAnalyticsSourcePattern.
Return type:str
entity_type

Gets the entity_type of this LogAnalyticsSourcePattern. The source entity type.

Returns:The entity_type of this LogAnalyticsSourcePattern.
Return type:list[str]
fields

Gets the fields of this LogAnalyticsSourcePattern. The parser field list.

Returns:The fields of this LogAnalyticsSourcePattern.
Return type:list[oci.log_analytics.models.LogAnalyticsParserField]
is_agent_warning_suppressed

Gets the is_agent_warning_suppressed of this LogAnalyticsSourcePattern. A flag indicating whether or not agent warnings are suppressed for this source pattern.

Returns:The is_agent_warning_suppressed of this LogAnalyticsSourcePattern.
Return type:bool
is_default

Gets the is_default of this LogAnalyticsSourcePattern. A flag indicating if this is the default source pattern.

Returns:The is_default of this LogAnalyticsSourcePattern.
Return type:bool
is_enabled

Gets the is_enabled of this LogAnalyticsSourcePattern. A flag inidcating whether or not the source pattern is enabled.

Returns:The is_enabled of this LogAnalyticsSourcePattern.
Return type:bool
is_include

Gets the is_include of this LogAnalyticsSourcePattern. A flag indicating if this is source pattern is included.

Returns:The is_include of this LogAnalyticsSourcePattern.
Return type:bool
is_system

Gets the is_system of this LogAnalyticsSourcePattern. 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 LogAnalyticsSourcePattern.
Return type:bool
pattern_filter

Gets the pattern_filter of this LogAnalyticsSourcePattern.

Returns:The pattern_filter of this LogAnalyticsSourcePattern.
Return type:oci.log_analytics.models.LogAnalyticsPatternFilter
pattern_id

Gets the pattern_id of this LogAnalyticsSourcePattern. The source pattern unique identifier.

Returns:The pattern_id of this LogAnalyticsSourcePattern.
Return type:int
pattern_properties

Gets the pattern_properties of this LogAnalyticsSourcePattern. A list of pattern properties.

Returns:The pattern_properties of this LogAnalyticsSourcePattern.
Return type:list[oci.log_analytics.models.LogAnalyticsProperty]
pattern_text

Gets the pattern_text of this LogAnalyticsSourcePattern. The pattern text.

Returns:The pattern_text of this LogAnalyticsSourcePattern.
Return type:str
pattern_type

Gets the pattern_type of this LogAnalyticsSourcePattern. The pattern type.

Returns:The pattern_type of this LogAnalyticsSourcePattern.
Return type:int
source_id

Gets the source_id of this LogAnalyticsSourcePattern. The source unique identifier.

Returns:The source_id of this LogAnalyticsSourcePattern.
Return type:int