Open thoward27 opened 3 weeks ago
I can't tell if the solution here is to add the backend target or update the default config to disable things that require the backend service to be running?
The backend target should be added, or you'll be missing several components that were moved to the backend target.
Describe the bug The nomad example for simple scalable mode does not include the backend target. This nomad job fails as written, with errors about not being able to find the compactor service.
To Reproduce Steps to reproduce the behavior:
Expected behavior Loki to start successfully.
Environment:
Screenshots, Promtail config, or terminal output
I can't tell if the solution here is to add the backend target or update the default config to disable things that require the backend service to be running? Any insights are greatly appreciated.