Variable | LOCAL_STORAGE_PERCENTAGE | |
Description | Sets a limit to the percentage of disk full |
This is used to set a limit to the percentage of disk full. This is not enabled by default.
ini files
LOCAL_STORAGE_PERCENTAGE=80
LOCAL_STORAGE_MIN_AGE_DAYS=0
These settings only take effect when S3/GCP storage is enabled. Note, this allows LogScale to delete files from the local storage in using the assumption that it can fetch the file from S3/GCP if it needs it at some point. Fetching the file from S3/GCP is much slower than using local storage. Segment files will be deleted in a least recently used order, in order to hit the configured fill target.