UnifiedAgentParser¶
-
class
oci.logging.models.
UnifiedAgentParser
(**kwargs)¶ Bases:
object
Source parser object.
Attributes
PARSER_TYPE_APACHE2
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_APACHE_ERROR
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_AUDITD
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_CRI
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_CSV
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_GROK
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_JSON
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_MSGPACK
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_MULTILINE
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_MULTILINE_GROK
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_NONE
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_OPENMETRICS
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_REGEXP
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_SYSLOG
A constant which can be used with the parser_type property of a UnifiedAgentParser. PARSER_TYPE_TSV
A constant which can be used with the parser_type property of a UnifiedAgentParser. field_time_key
Gets the field_time_key of this UnifiedAgentParser. is_estimate_current_event
Gets the is_estimate_current_event of this UnifiedAgentParser. is_keep_time_key
Gets the is_keep_time_key of this UnifiedAgentParser. is_null_empty_string
Gets the is_null_empty_string of this UnifiedAgentParser. null_value_pattern
Gets the null_value_pattern of this UnifiedAgentParser. parser_type
[Required] Gets the parser_type of this UnifiedAgentParser. timeout_in_milliseconds
Gets the timeout_in_milliseconds of this UnifiedAgentParser. types
Gets the types of this UnifiedAgentParser. Methods
__init__
(**kwargs)Initializes a new UnifiedAgentParser object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
PARSER_TYPE_APACHE2
= 'APACHE2'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “APACHE2”
-
PARSER_TYPE_APACHE_ERROR
= 'APACHE_ERROR'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “APACHE_ERROR”
-
PARSER_TYPE_AUDITD
= 'AUDITD'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “AUDITD”
-
PARSER_TYPE_CRI
= 'CRI'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “CRI”
-
PARSER_TYPE_CSV
= 'CSV'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “CSV”
-
PARSER_TYPE_GROK
= 'GROK'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “GROK”
-
PARSER_TYPE_JSON
= 'JSON'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “JSON”
-
PARSER_TYPE_MSGPACK
= 'MSGPACK'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “MSGPACK”
-
PARSER_TYPE_MULTILINE
= 'MULTILINE'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “MULTILINE”
-
PARSER_TYPE_MULTILINE_GROK
= 'MULTILINE_GROK'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “MULTILINE_GROK”
-
PARSER_TYPE_NONE
= 'NONE'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “NONE”
-
PARSER_TYPE_OPENMETRICS
= 'OPENMETRICS'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “OPENMETRICS”
-
PARSER_TYPE_REGEXP
= 'REGEXP'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “REGEXP”
-
PARSER_TYPE_SYSLOG
= 'SYSLOG'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “SYSLOG”
-
PARSER_TYPE_TSV
= 'TSV'¶ A constant which can be used with the parser_type property of a UnifiedAgentParser. This constant has a value of “TSV”
-
__init__
(**kwargs)¶ Initializes a new UnifiedAgentParser object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
UnifiedAgentMultilineGrokParser
UnifiedJSONParser
UnifiedAgentGrokParser
UnifiedAgentNoneParser
UnifiedAgentSyslogParser
UnifiedAgentOpenmetricsParser
UnifiedAgentAuditdParser
UnifiedAgentApache2Parser
UnifiedAgentRegexParser
UnifiedAgentMultilineParser
UnifiedAgentTsvParser
UnifiedAgentCriParser
UnifiedAgentApacheErrorParser
UnifiedAgentMsgpackParser
UnifiedAgentCsvParser
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - parser_type (str) – The value to assign to the parser_type property of this UnifiedAgentParser. Allowed values for this property are: “AUDITD”, “CRI”, “JSON”, “TSV”, “CSV”, “NONE”, “SYSLOG”, “APACHE2”, “APACHE_ERROR”, “MSGPACK”, “REGEXP”, “MULTILINE”, “GROK”, “MULTILINE_GROK”, “OPENMETRICS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- field_time_key (str) – The value to assign to the field_time_key property of this UnifiedAgentParser.
- types (dict(str, str)) – The value to assign to the types property of this UnifiedAgentParser.
- null_value_pattern (str) – The value to assign to the null_value_pattern property of this UnifiedAgentParser.
- is_null_empty_string (bool) – The value to assign to the is_null_empty_string property of this UnifiedAgentParser.
- is_estimate_current_event (bool) – The value to assign to the is_estimate_current_event property of this UnifiedAgentParser.
- is_keep_time_key (bool) – The value to assign to the is_keep_time_key property of this UnifiedAgentParser.
- timeout_in_milliseconds (int) – The value to assign to the timeout_in_milliseconds property of this UnifiedAgentParser.
-
field_time_key
¶ Gets the field_time_key of this UnifiedAgentParser. Specifies the time field for the event time. If the event doesn’t have this field, the current time is used.
Returns: The field_time_key of this UnifiedAgentParser. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
is_estimate_current_event
¶ Gets the is_estimate_current_event of this UnifiedAgentParser. If true, use Fluent::EventTime.now(current time) as a timestamp when the time_key is specified.
Returns: The is_estimate_current_event of this UnifiedAgentParser. Return type: bool
-
is_keep_time_key
¶ Gets the is_keep_time_key of this UnifiedAgentParser. If true, keep the time field in the record.
Returns: The is_keep_time_key of this UnifiedAgentParser. Return type: bool
-
is_null_empty_string
¶ Gets the is_null_empty_string of this UnifiedAgentParser. If true, an empty string field is replaced with a null value.
Returns: The is_null_empty_string of this UnifiedAgentParser. Return type: bool
-
null_value_pattern
¶ Gets the null_value_pattern of this UnifiedAgentParser. Specify the null value pattern.
Returns: The null_value_pattern of this UnifiedAgentParser. Return type: str
-
parser_type
¶ [Required] Gets the parser_type of this UnifiedAgentParser. Type of fluent parser.
Allowed values for this property are: “AUDITD”, “CRI”, “JSON”, “TSV”, “CSV”, “NONE”, “SYSLOG”, “APACHE2”, “APACHE_ERROR”, “MSGPACK”, “REGEXP”, “MULTILINE”, “GROK”, “MULTILINE_GROK”, “OPENMETRICS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The parser_type of this UnifiedAgentParser. Return type: str
-
timeout_in_milliseconds
¶ Gets the timeout_in_milliseconds of this UnifiedAgentParser. Specify the timeout for parse processing. This is mainly for detecting an incorrect regexp pattern.
Returns: The timeout_in_milliseconds of this UnifiedAgentParser. Return type: int
-
types
¶ Gets the types of this UnifiedAgentParser. Specify types for converting a field into another type. For example,
- With this configuration:
- <parse>
- @type csv keys time,host,req_id,user time_key time
</parse>
- This incoming event:
- “2013/02/28 12:00:00,192.168.0.1,111,-”
- is parsed as:
1362020400 (2013/02/28/ 12:00:00)
record: {
“host” : “192.168.0.1”, “req_id” : “111”, “user” : “-”}
Returns: The types of this UnifiedAgentParser. Return type: dict(str, str)
-