This repository was archived by the owner on Apr 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,21 @@ Configuration reference
42
42
$ ./beat-exporter -help
43
43
Usage of ./beat-exporter:
44
44
-beat.system
45
- Expose system stats
45
+ Expose system stats
46
46
-beat.timeout duration
47
- Timeout for trying to get stats from beat. (default 10s)
47
+ Timeout for trying to get stats from beat. (default 10s)
48
48
-beat.uri string
49
- HTTP API address of beat. (default "http://localhost:5066")
49
+ HTTP API address of beat. (default "http://localhost:5066")
50
+ -tls.certfile string
51
+ TLS certs file if you want to use tls instead of http
52
+ -tls.keyfile string
53
+ TLS key file if you want to use tls instead of http
50
54
-version
51
- Show version and exit
55
+ Show version and exit
52
56
-web.listen-address string
53
- Address to listen on for web interface and telemetry. (default ":9479")
57
+ Address to listen on for web interface and telemetry. (default ":9479")
54
58
-web.telemetry-path string
55
- Path under which to expose metrics. (default "/metrics")
59
+ Path under which to expose metrics. (default "/metrics")
56
60
```
57
61
58
62
Contribution
You can’t perform that action at this time.
0 commit comments