Nagesh Rathod
11/06/2024, 4:45 AMSrikanth Chekuri
11/08/2024, 4:10 PMNagesh Rathod
11/09/2024, 12:51 PM# Query Log table configuration
queryLog:
# -- The number of days to keep the data in the query_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the query_log table.
flushInterval: 7500
# Part Log table configuration
partLog:
# -- The number of days to keep the data in the part_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the part_log table.
flushInterval: 7500
# Trace Log table configuration
traceLog:
# -- The number of days to keep the data in the trace_log table.
ttl: 7
# -- Time interval in milliseconds between flushes of the trace_log table.
flushInterval: 7500
asynchronousInsertLog:
# -- The number of days to keep the data in the asynchronous_insert_log table.
ttl: 7
# -- Time interval in milliseconds between flushes of the asynchronous_insert_log table.
flushInterval: 7500
asynchronousMetricLog:
# -- The number of days to keep the data in the asynchronous_metric_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the asynchronous_metric_log table.
flushInterval: 7500
backupLog:
# -- The number of days to keep the data in the backup_log table.
ttl: 7
# -- Time interval in milliseconds between flushes of the backup_log table.
flushInterval: 7500
blobStorageLog:
# -- The number of days to keep the data in the blob_storage_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the blob_storage_log table.
flushInterval: 7500
crashLog:
# -- The number of days to keep the data in the crash_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the crash_log table.
flushInterval: 7500
metricLog:
# -- The number of days to keep the data in the metric_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the metric_log table.
flushInterval: 7500
queryThreadLog:
# -- The number of days to keep the data in the query_thread_log table.
ttl: 7
# -- Time interval in milliseconds between flushes of the query_thread_log table.
flushInterval: 7500
queryViewsLog:
# -- The number of days to keep the data in the query_views_log table.
ttl: 15
# -- Time interval in milliseconds between flushes of the query_views_log table.
flushInterval: 7500
sessionLog:
# -- The number of days to keep the data in the session_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the session_log table.
flushInterval: 7500
zookeeperLog:
# -- The number of days to keep the data in the zookeeper_log table.
ttl: 30
# -- Time interval in milliseconds between flushes of the zookeeper_log table.
flushInterval: 7500
processorsProfileLog:
# -- The number of days to keep the data in the processors_profile_log table.
ttl: 7
# -- Time interval in milliseconds between flushes of the processors_profile_log table.
flushInterval: 7500
Nagesh Rathod
11/09/2024, 12:52 PMNagesh Rathod
11/09/2024, 12:52 PMKieran Pilkington
11/20/2024, 12:18 AM