Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 82cf1b2

Browse files
author
Audrius Karabanovas
committed
Adding TLS flags in readme section
1 parent 6ba057a commit 82cf1b2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,21 @@ Configuration reference
4242
$ ./beat-exporter -help
4343
Usage of ./beat-exporter:
4444
-beat.system
45-
Expose system stats
45+
Expose system stats
4646
-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)
4848
-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
5054
-version
51-
Show version and exit
55+
Show version and exit
5256
-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")
5458
-web.telemetry-path string
55-
Path under which to expose metrics. (default "/metrics")
59+
Path under which to expose metrics. (default "/metrics")
5660
```
5761

5862
Contribution

0 commit comments

Comments
 (0)