Marquel Waites
Marquel Waites
Thanks for your feedback. Do you have a PR that shows how VictoriaLogs is working with dockprom. Looking forward to your screenshots, if anyone has some alternatives besides Loki, please...
``` # Updated dockprom/docker-compose.yml with Dockprom, Vector and VictoriaLogs version: '3.8' Networks: monitor-net: driver: bridge volumes: prometheus_data: {} grafana_data: {} # Added volumes for VictoriaLogs and Vector victorialogs_data: {} vector_data:...
``` # vector/vector.yaml # Global settings (optional) # global: # data_dir: /vector-data # Ensure this matches the volume mount in docker-compose.yml # Sources: Define where logs are collected from #...
I successfully got vector and victoriaLogs working with Dockprom. I will share my code soon. However dockprom just got updated so I will have to test with version 9.0.0 and...