|
|
|
|
@@ -659,21 +659,21 @@
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"LOG_AGGREGATOR_MAX_DISK_USAGE_GB": {
|
|
|
|
|
"LOG_AGGREGATOR_ACTION_QUEUE_SIZE": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"required": false,
|
|
|
|
|
"label": "Maximum disk persistence for external log aggregation (in GB)",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) during an outage of the external log aggregator (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting for main_queue. Notably, this is used for the rsyslogd main queue (for input messages).",
|
|
|
|
|
"label": "Maximum number of messages that can be stored in the log action queue",
|
|
|
|
|
"help_text": "Defines how large the rsyslog action queue can grow in number of messages stored. This can have an impact on memory utilization. When the queue reaches 75% of this number, the queue will start writing to disk (queue.highWatermark in rsyslog). When it reaches 90%, NOTICE, INFO, and DEBUG messages will start to be discarded (queue.discardMark with queue.discardSeverity=5).",
|
|
|
|
|
"min_value": 1,
|
|
|
|
|
"category": "Logging",
|
|
|
|
|
"category_slug": "logging",
|
|
|
|
|
"default": 1
|
|
|
|
|
"default": 131072
|
|
|
|
|
},
|
|
|
|
|
"LOG_AGGREGATOR_ACTION_MAX_DISK_USAGE_GB": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"required": false,
|
|
|
|
|
"label": "Maximum disk persistence for rsyslogd action queuing (in GB)",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) if an rsyslog action takes time to process an incoming message (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting on the action (e.g. omhttp). Like LOG_AGGREGATOR_MAX_DISK_USAGE_GB, it stores files in the directory specified by LOG_AGGREGATOR_MAX_DISK_USAGE_PATH.",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) if an rsyslog action takes time to process an incoming message (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting on the action (e.g. omhttp). It stores files in the directory specified by LOG_AGGREGATOR_MAX_DISK_USAGE_PATH.",
|
|
|
|
|
"min_value": 1,
|
|
|
|
|
"category": "Logging",
|
|
|
|
|
"category_slug": "logging",
|
|
|
|
|
@@ -5016,10 +5016,10 @@
|
|
|
|
|
]
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"LOG_AGGREGATOR_MAX_DISK_USAGE_GB": {
|
|
|
|
|
"LOG_AGGREGATOR_ACTION_QUEUE_SIZE": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"label": "Maximum disk persistence for external log aggregation (in GB)",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) during an outage of the external log aggregator (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting for main_queue. Notably, this is used for the rsyslogd main queue (for input messages).",
|
|
|
|
|
"label": "Maximum number of messages that can be stored in the log action queue",
|
|
|
|
|
"help_text": "Defines how large the rsyslog action queue can grow in number of messages stored. This can have an impact on memory utilization. When the queue reaches 75% of this number, the queue will start writing to disk (queue.highWatermark in rsyslog). When it reaches 90%, NOTICE, INFO, and DEBUG messages will start to be discarded (queue.discardMark with queue.discardSeverity=5).",
|
|
|
|
|
"min_value": 1,
|
|
|
|
|
"category": "Logging",
|
|
|
|
|
"category_slug": "logging",
|
|
|
|
|
@@ -5028,7 +5028,7 @@
|
|
|
|
|
"LOG_AGGREGATOR_ACTION_MAX_DISK_USAGE_GB": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"label": "Maximum disk persistence for rsyslogd action queuing (in GB)",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) if an rsyslog action takes time to process an incoming message (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting on the action (e.g. omhttp). Like LOG_AGGREGATOR_MAX_DISK_USAGE_GB, it stores files in the directory specified by LOG_AGGREGATOR_MAX_DISK_USAGE_PATH.",
|
|
|
|
|
"help_text": "Amount of data to store (in gigabytes) if an rsyslog action takes time to process an incoming message (defaults to 1). Equivalent to the rsyslogd queue.maxdiskspace setting on the action (e.g. omhttp). It stores files in the directory specified by LOG_AGGREGATOR_MAX_DISK_USAGE_PATH.",
|
|
|
|
|
"min_value": 1,
|
|
|
|
|
"category": "Logging",
|
|
|
|
|
"category_slug": "logging",
|
|
|
|
|
|