-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
component/packaginggood first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!
Description
This config file configures Loki to write to `/tmp/loki`. Not sure if this is the ideal default location, but I think it's good enough for a first iteration.
Originally posted by @chaudum in #6456 (comment)
loki/cmd/loki/loki-local-config.yaml
Lines 7 to 12 in b4ed595
| common: | |
| path_prefix: /tmp/loki | |
| storage: | |
| filesystem: | |
| chunks_directory: /tmp/loki/chunks | |
| rules_directory: /tmp/loki/rules |
/tmp is usually mounted as tmpfs. All data will be lost after reboot.
Why not use /var/lib/loki like agent, mimir or grafana?
Metadata
Metadata
Assignees
Labels
component/packaginggood first issueThese are great first issues. If you are looking for a place to start, start here!These are great first issues. If you are looking for a place to start, start here!