소스 검색

Update promtail_config.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 년 전
부모
커밋
26ac748894
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      control_plane/roles/control_plane_monitoring/files/promtail_config.yml

+ 2 - 2
control_plane/roles/control_plane_monitoring/files/promtail_config.yml

@@ -9,12 +9,12 @@ clients:
   - url: http://localhost:3100/loki/api/v1/push
 
 scrape_configs:
-- job_name: System
+- job_name: varlogs
   static_configs:
   - targets:
       - localhost
     labels:
-      job: System
+      job: varlogs
       __path__: /var/log/*log
 
 - job_name: Directory Server Utilization