-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwindows.river
29 lines (26 loc) · 846 Bytes
/
windows.river
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/********************************************
* GENERAL
********************************************/
logging {
level = "warn"
}
/********************************************
* AGENT METRICS FOR WINDOWS SYSTEMS
********************************************/
module.git "metrics_win" {
repository = "https://github.com/timo1707/grafana_agent_modules.git"
revision = "main"
path = "modules/metrics/windows/module.river"
arguments {
enabled_collectors = env("flow_collector")
enabled_service = env("flow_service")
}
}
/********************************************
* AGENT LOGS FOR WINDOWS SYSTEMS
********************************************/
module.git "logs_win" {
repository = "https://github.com/timo1707/grafana_agent_modules.git"
revision = "main"
path = "modules/logs/windows/module.river"
}