Server IP : 103.119.228.120 / Your IP : 18.219.253.199 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/ssl/lib/mysqlsh/lib/python3.9/site-packages/oci/logging/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200531 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class UnifiedAgentParser(object): """ Source parser object. """ #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "AUDITD" PARSER_TYPE_AUDITD = "AUDITD" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "CRI" PARSER_TYPE_CRI = "CRI" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "JSON" PARSER_TYPE_JSON = "JSON" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "TSV" PARSER_TYPE_TSV = "TSV" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "CSV" PARSER_TYPE_CSV = "CSV" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "NONE" PARSER_TYPE_NONE = "NONE" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "SYSLOG" PARSER_TYPE_SYSLOG = "SYSLOG" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "APACHE2" PARSER_TYPE_APACHE2 = "APACHE2" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "APACHE_ERROR" 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 "MSGPACK" PARSER_TYPE_MSGPACK = "MSGPACK" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "REGEXP" PARSER_TYPE_REGEXP = "REGEXP" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "MULTILINE" PARSER_TYPE_MULTILINE = "MULTILINE" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "GROK" PARSER_TYPE_GROK = "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_MULTILINE_GROK = "MULTILINE_GROK" #: A constant which can be used with the parser_type property of a UnifiedAgentParser. #: This constant has a value of "OPENMETRICS" PARSER_TYPE_OPENMETRICS = "OPENMETRICS" def __init__(self, **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: * :class:`~oci.logging.models.UnifiedAgentMultilineGrokParser` * :class:`~oci.logging.models.UnifiedJSONParser` * :class:`~oci.logging.models.UnifiedAgentGrokParser` * :class:`~oci.logging.models.UnifiedAgentNoneParser` * :class:`~oci.logging.models.UnifiedAgentSyslogParser` * :class:`~oci.logging.models.UnifiedAgentOpenmetricsParser` * :class:`~oci.logging.models.UnifiedAgentAuditdParser` * :class:`~oci.logging.models.UnifiedAgentApache2Parser` * :class:`~oci.logging.models.UnifiedAgentRegexParser` * :class:`~oci.logging.models.UnifiedAgentMultilineParser` * :class:`~oci.logging.models.UnifiedAgentTsvParser` * :class:`~oci.logging.models.UnifiedAgentCriParser` * :class:`~oci.logging.models.UnifiedAgentApacheErrorParser` * :class:`~oci.logging.models.UnifiedAgentMsgpackParser` * :class:`~oci.logging.models.UnifiedAgentCsvParser` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parser_type: 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'. :type parser_type: str :param field_time_key: The value to assign to the field_time_key property of this UnifiedAgentParser. :type field_time_key: str :param types: The value to assign to the types property of this UnifiedAgentParser. :type types: dict(str, str) :param null_value_pattern: The value to assign to the null_value_pattern property of this UnifiedAgentParser. :type null_value_pattern: str :param is_null_empty_string: The value to assign to the is_null_empty_string property of this UnifiedAgentParser. :type is_null_empty_string: bool :param is_estimate_current_event: The value to assign to the is_estimate_current_event property of this UnifiedAgentParser. :type is_estimate_current_event: bool :param is_keep_time_key: The value to assign to the is_keep_time_key property of this UnifiedAgentParser. :type is_keep_time_key: bool :param timeout_in_milliseconds: The value to assign to the timeout_in_milliseconds property of this UnifiedAgentParser. :type timeout_in_milliseconds: int """ self.swagger_types = { 'parser_type': 'str', 'field_time_key': 'str', 'types': 'dict(str, str)', 'null_value_pattern': 'str', 'is_null_empty_string': 'bool', 'is_estimate_current_event': 'bool', 'is_keep_time_key': 'bool', 'timeout_in_milliseconds': 'int' } self.attribute_map = { 'parser_type': 'parserType', 'field_time_key': 'fieldTimeKey', 'types': 'types', 'null_value_pattern': 'nullValuePattern', 'is_null_empty_string': 'isNullEmptyString', 'is_estimate_current_event': 'isEstimateCurrentEvent', 'is_keep_time_key': 'isKeepTimeKey', 'timeout_in_milliseconds': 'timeoutInMilliseconds' } self._parser_type = None self._field_time_key = None self._types = None self._null_value_pattern = None self._is_null_empty_string = None self._is_estimate_current_event = None self._is_keep_time_key = None self._timeout_in_milliseconds = None @staticmethod def 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. """ type = object_dictionary['parserType'] if type == 'MULTILINE_GROK': return 'UnifiedAgentMultilineGrokParser' if type == 'JSON': return 'UnifiedJSONParser' if type == 'GROK': return 'UnifiedAgentGrokParser' if type == 'NONE': return 'UnifiedAgentNoneParser' if type == 'SYSLOG': return 'UnifiedAgentSyslogParser' if type == 'OPENMETRICS': return 'UnifiedAgentOpenmetricsParser' if type == 'AUDITD': return 'UnifiedAgentAuditdParser' if type == 'APACHE2': return 'UnifiedAgentApache2Parser' if type == 'REGEXP': return 'UnifiedAgentRegexParser' if type == 'MULTILINE': return 'UnifiedAgentMultilineParser' if type == 'TSV': return 'UnifiedAgentTsvParser' if type == 'CRI': return 'UnifiedAgentCriParser' if type == 'APACHE_ERROR': return 'UnifiedAgentApacheErrorParser' if type == 'MSGPACK': return 'UnifiedAgentMsgpackParser' if type == 'CSV': return 'UnifiedAgentCsvParser' else: return 'UnifiedAgentParser' @property def parser_type(self): """ **[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'. :return: The parser_type of this UnifiedAgentParser. :rtype: str """ return self._parser_type @parser_type.setter def parser_type(self, parser_type): """ Sets the parser_type of this UnifiedAgentParser. Type of fluent parser. :param parser_type: The parser_type of this UnifiedAgentParser. :type: str """ allowed_values = ["AUDITD", "CRI", "JSON", "TSV", "CSV", "NONE", "SYSLOG", "APACHE2", "APACHE_ERROR", "MSGPACK", "REGEXP", "MULTILINE", "GROK", "MULTILINE_GROK", "OPENMETRICS"] if not value_allowed_none_or_none_sentinel(parser_type, allowed_values): parser_type = 'UNKNOWN_ENUM_VALUE' self._parser_type = parser_type @property def field_time_key(self): """ 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. :return: The field_time_key of this UnifiedAgentParser. :rtype: str """ return self._field_time_key @field_time_key.setter def field_time_key(self, field_time_key): """ Sets 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. :param field_time_key: The field_time_key of this UnifiedAgentParser. :type: str """ self._field_time_key = field_time_key @property def types(self): """ 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\" : \"-\" } :return: The types of this UnifiedAgentParser. :rtype: dict(str, str) """ return self._types @types.setter def types(self, types): """ Sets 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\" : \"-\" } :param types: The types of this UnifiedAgentParser. :type: dict(str, str) """ self._types = types @property def null_value_pattern(self): """ Gets the null_value_pattern of this UnifiedAgentParser. Specify the null value pattern. :return: The null_value_pattern of this UnifiedAgentParser. :rtype: str """ return self._null_value_pattern @null_value_pattern.setter def null_value_pattern(self, null_value_pattern): """ Sets the null_value_pattern of this UnifiedAgentParser. Specify the null value pattern. :param null_value_pattern: The null_value_pattern of this UnifiedAgentParser. :type: str """ self._null_value_pattern = null_value_pattern @property def is_null_empty_string(self): """ Gets the is_null_empty_string of this UnifiedAgentParser. If true, an empty string field is replaced with a null value. :return: The is_null_empty_string of this UnifiedAgentParser. :rtype: bool """ return self._is_null_empty_string @is_null_empty_string.setter def is_null_empty_string(self, is_null_empty_string): """ Sets the is_null_empty_string of this UnifiedAgentParser. If true, an empty string field is replaced with a null value. :param is_null_empty_string: The is_null_empty_string of this UnifiedAgentParser. :type: bool """ self._is_null_empty_string = is_null_empty_string @property def is_estimate_current_event(self): """ 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. :return: The is_estimate_current_event of this UnifiedAgentParser. :rtype: bool """ return self._is_estimate_current_event @is_estimate_current_event.setter def is_estimate_current_event(self, is_estimate_current_event): """ Sets 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. :param is_estimate_current_event: The is_estimate_current_event of this UnifiedAgentParser. :type: bool """ self._is_estimate_current_event = is_estimate_current_event @property def is_keep_time_key(self): """ Gets the is_keep_time_key of this UnifiedAgentParser. If true, keep the time field in the record. :return: The is_keep_time_key of this UnifiedAgentParser. :rtype: bool """ return self._is_keep_time_key @is_keep_time_key.setter def is_keep_time_key(self, is_keep_time_key): """ Sets the is_keep_time_key of this UnifiedAgentParser. If true, keep the time field in the record. :param is_keep_time_key: The is_keep_time_key of this UnifiedAgentParser. :type: bool """ self._is_keep_time_key = is_keep_time_key @property def timeout_in_milliseconds(self): """ Gets the timeout_in_milliseconds of this UnifiedAgentParser. Specify the timeout for parse processing. This is mainly for detecting an incorrect regexp pattern. :return: The timeout_in_milliseconds of this UnifiedAgentParser. :rtype: int """ return self._timeout_in_milliseconds @timeout_in_milliseconds.setter def timeout_in_milliseconds(self, timeout_in_milliseconds): """ Sets the timeout_in_milliseconds of this UnifiedAgentParser. Specify the timeout for parse processing. This is mainly for detecting an incorrect regexp pattern. :param timeout_in_milliseconds: The timeout_in_milliseconds of this UnifiedAgentParser. :type: int """ self._timeout_in_milliseconds = timeout_in_milliseconds def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other