Skip to content

Commit 5388dc6

Browse files
committed
update path
1 parent e4c3cba commit 5388dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dashboard/prep/promtail.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ scrape_configs:
2525
- localhost
2626
labels:
2727
systest_job: test-results
28-
__path__: /var/log/**/result.json
28+
__path__: /var/log/test-results/**/result.json
2929
pipeline_stages:
3030
- json:
3131
expressions:
@@ -82,7 +82,7 @@ scrape_configs:
8282
- localhost
8383
labels:
8484
systest_job: test-logs
85-
__path__: /var/log/**/test.log
85+
__path__: /var/log/test-logs/**/test.log
8686
pipeline_stages:
8787
- json:
8888
expressions:

0 commit comments

Comments
 (0)