Skip to content

Commit 1320d17

Browse files
authored
Replace LOG_AGGREGATOR_MAX_DISK_USAGE (#2343)
* Replace LOG_AGGREGATOR_MAX_DISK_USAGE [Doc Bug] : API setting LOG_AGGREGATOR_MAX_DISK_USAGE_GB misses ACTION. https://issues.redhat.com/browse/AAP-32937 * Replace LOG_AGGREGATOR_MAX_DISK_USAGE Correction [Doc Bug] : API setting LOG_AGGREGATOR_MAX_DISK_USAGE_GB misses ACTION. https://issues.redhat.com/browse/AAP-32937 * Replace LOG_AGGREGATOR_MAX_DISK_USAGE Correction [Doc Bug] : API setting LOG_AGGREGATOR_MAX_DISK_USAGE_GB misses ACTION. https://issues.redhat.com/browse/AAP-32937
1 parent 2a9bd60 commit 1320d17

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

downstream/assemblies/platform/assembly-controller-logging-aggregation.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,20 @@ If you already use `rsyslog` for logging system logs on the {ControllerName} ins
2020

2121
Use the `/api/v2/settings/logging/` endpoint to configure how the {ControllerName} `rsyslog` process handles messages that have not yet been sent in the event that your external logger goes offline:
2222

23-
* `LOG_AGGREGATOR_ACTION_QUEUE_SIZE`: Defines how large the rsyslog action queue can grow in number of messages stored.
23+
* `LOG_AGGREGATOR_ACTION_MAX_DISK_USAGE_GB`: Maximum disk persistence for rsyslogd action queuing in GB.
24+
+
25+
Specifies the amount of data to store (in gigabytes) during an outage of the external log aggregator (defaults to 1).
26+
+
27+
Equivalent to the `rsyslogd queue.maxDiskSpace` setting.
28+
29+
* `LOG_AGGREGATOR_ACTION_QUEUE_SIZE`: Maximum number of messages that can be stored in the log action queue.
30+
+
31+
Defines how large the rsyslog action queue can grow in number of messages stored.
2432
This can have an impact on memory use.
2533
When the queue reaches 75% of this number, the queue starts writing to disk (`queue.highWatermark` in `rsyslog`).
2634
When it reaches 90%, `NOTICE`, `INFO`, and `DEBUG` messages start to be discarded (`queue.discardMark` with 'queue.discardSeverity=5`).
27-
28-
Equivalent to the `rsyslogd queue.maxdiskspace` setting on the action.
35+
+
36+
Equivalent to the `rsyslogd queue.maxDiskSpace` setting on the action.
2937

3038
It stores files in the directory specified by `LOG_AGGREGATOR_MAX_DISK_USAGE_PATH`.
3139
* `LOG_AGGREGATOR_MAX_DISK_USAGE_PATH`: Specifies the location to store logs that should be retried after an outage of the external log aggregator (defaults to `/var/lib/awx`).

0 commit comments

Comments
 (0)