oapLogAnalyzer:${SW_STORAGE_ES_OAP_LOG_ANALYZER:"{\"analyzer\":{\"oap_log_analyzer\":{\"type\":\"standard\"}}}"}# the oap log analyzer. It could be customized by the ES analyzer configuration to support more language log formats, such as Chinese log, Japanese log and etc.
fetchTaskLogMaxSize:${SW_STORAGE_INFLUXDB_FETCH_TASK_LOG_MAX_SIZE:5000}# the max number of fetch task log in a request
connectionResponseFormat:${SW_STORAGE_INFLUXDB_CONNECTION_RESPONSE_FORMAT:MSGPACK}# the response format of connection to influxDB, cannot be anything but MSGPACK or JSON.