类 LogConfigModel


  • public class LogConfigModel
    extends Object
    The model for log config.
    • 构造器详细资料

      • LogConfigModel

        public LogConfigModel()
    • 方法详细资料

      • setLogsTags

        public void setLogsTags​(Map<String,​String> logsTags)
      • getLogsOutputType

        public String getLogsOutputType()
      • setLogsOutputType

        public void setLogsOutputType​(String logsOutputType)
      • getExcludePath

        public String getExcludePath()
      • setExcludePath

        public void setExcludePath​(String excludePath)
      • setLogFileFilter

        public void setLogFileFilter​(DataSourceModel logFileFilter)
      • setIsLogParserEnabled

        public void setIsLogParserEnabled​(boolean isLogParserEnabled)
      • getIsLogParserEnabled

        public boolean getIsLogParserEnabled()
      • getParserType

        public String getParserType()
      • setParserType

        public void setParserType​(String parserType)
      • getParserLogFormat

        public String getParserLogFormat()
      • setParserLogFormat

        public void setParserLogFormat​(String parserLogFormat)
      • getTimeKey

        public String getTimeKey()
      • setTimeKey

        public void setTimeKey​(String timeKey)
      • getTimeFormat

        public String getTimeFormat()
      • setTimeFormat

        public void setTimeFormat​(String timeFormat)
      • getPluginInsID

        public String getPluginInsID()
      • setPluginInsID

        public void setPluginInsID​(String pluginInsID)
      • getHost

        public String getHost()
      • setHost

        public void setHost​(String host)
      • getIndex

        public String getIndex()
      • setIndex

        public void setIndex​(String index)
      • getLogstashFormat

        public boolean getLogstashFormat()
      • setLogstashFormat

        public void setLogstashFormat​(boolean logstashFormat)
      • getLogstashPrefix

        public String getLogstashPrefix()
      • setLogstashPrefix

        public void setLogstashPrefix​(String logstashPrefix)
      • getLogstashDateFormat

        public String getLogstashDateFormat()
      • setLogstashDateFormat

        public void setLogstashDateFormat​(String logstashDateFormat)
      • getAuth

        public String getAuth()
      • setAuth

        public void setAuth​(String auth)
      • getUserName

        public String getUserName()
      • setUserName

        public void setUserName​(String userName)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getPid

        public String getPid()
      • setPid

        public void setPid​(String pid)
      • withIsLogParserEnabled

        public LogConfigModel withIsLogParserEnabled​(boolean isLogParserEnabled)
      • withLogstashFormat

        public LogConfigModel withLogstashFormat​(boolean logstashFormat)
      • withLogstashDateFormat

        public LogConfigModel withLogstashDateFormat​(String logstashDateFormat)