2020-08-12 04:10:41 +08:00
|
|
|
# x509 Certificate Input Plugin
|
2018-07-31 03:12:45 +08:00
|
|
|
|
|
|
|
|
This plugin provides information about X509 certificate accessible via local
|
|
|
|
|
file or network connection.
|
|
|
|
|
|
2021-07-23 08:44:36 +08:00
|
|
|
When using a UDP address as a certificate source, the server must support [DTLS](https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security).
|
|
|
|
|
|
2021-11-25 02:50:22 +08:00
|
|
|
## Configuration
|
2018-07-31 03:12:45 +08:00
|
|
|
|
2022-05-24 21:49:47 +08:00
|
|
|
```toml @sample.conf
|
2018-07-31 03:12:45 +08:00
|
|
|
# Reads metrics from a SSL certificate
|
|
|
|
|
[[inputs.x509_cert]]
|
2021-03-24 05:31:15 +08:00
|
|
|
## List certificate sources, support wildcard expands for files
|
|
|
|
|
## Prefix your entry with 'file://' if you intend to use relative paths
|
2021-07-23 08:44:36 +08:00
|
|
|
sources = ["tcp://example.org:443", "https://influxdata.com:443",
|
|
|
|
|
"udp://127.0.0.1:4433", "/etc/ssl/certs/ssl-cert-snakeoil.pem",
|
2021-03-24 05:31:15 +08:00
|
|
|
"/etc/mycerts/*.mydomain.org.pem", "file:///path/to/*.pem"]
|
2018-07-31 03:12:45 +08:00
|
|
|
|
|
|
|
|
## Timeout for SSL connection
|
2018-07-31 03:14:55 +08:00
|
|
|
# timeout = "5s"
|
2018-07-31 03:12:45 +08:00
|
|
|
|
2020-12-24 03:39:43 +08:00
|
|
|
## Pass a different name into the TLS request (Server Name Indication).
|
|
|
|
|
## This is synonymous with tls_server_name, and only one of the two
|
|
|
|
|
## options may be specified at one time.
|
2020-01-22 09:11:50 +08:00
|
|
|
## example: server_name = "myhost.example.org"
|
|
|
|
|
# server_name = "myhost.example.org"
|
|
|
|
|
|
2018-07-31 03:12:45 +08:00
|
|
|
## Optional TLS Config
|
|
|
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
|
|
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
|
|
|
|
# tls_key = "/etc/telegraf/key.pem"
|
2020-12-24 03:39:43 +08:00
|
|
|
# tls_server_name = "myhost.example.org"
|
2018-07-31 03:12:45 +08:00
|
|
|
```
|
|
|
|
|
|
2021-11-25 02:50:22 +08:00
|
|
|
## Metrics
|
2018-07-31 03:12:45 +08:00
|
|
|
|
2018-10-19 14:34:59 +08:00
|
|
|
- x509_cert
|
2018-07-31 03:12:45 +08:00
|
|
|
- tags:
|
2018-10-19 14:34:59 +08:00
|
|
|
- source - source of the certificate
|
|
|
|
|
- organization
|
|
|
|
|
- organizational_unit
|
|
|
|
|
- country
|
|
|
|
|
- province
|
|
|
|
|
- locality
|
2019-07-23 07:10:40 +08:00
|
|
|
- verification
|
2019-11-27 02:04:55 +08:00
|
|
|
- serial_number
|
|
|
|
|
- signature_algorithm
|
|
|
|
|
- public_key_algorithm
|
|
|
|
|
- issuer_common_name
|
|
|
|
|
- issuer_serial_number
|
|
|
|
|
- san
|
2018-07-31 03:12:45 +08:00
|
|
|
- fields:
|
2019-07-23 07:10:40 +08:00
|
|
|
- verification_code (int)
|
|
|
|
|
- verification_error (string)
|
2018-10-19 14:34:59 +08:00
|
|
|
- expiry (int, seconds)
|
|
|
|
|
- age (int, seconds)
|
|
|
|
|
- startdate (int, seconds)
|
|
|
|
|
- enddate (int, seconds)
|
2018-07-31 03:12:45 +08:00
|
|
|
|
2021-11-25 02:50:22 +08:00
|
|
|
## Example output
|
2018-07-31 03:12:45 +08:00
|
|
|
|
2021-11-25 02:50:22 +08:00
|
|
|
```shell
|
2019-07-23 07:10:40 +08:00
|
|
|
x509_cert,common_name=ubuntu,source=/etc/ssl/certs/ssl-cert-snakeoil.pem,verification=valid age=7693222i,enddate=1871249033i,expiry=307666777i,startdate=1555889033i,verification_code=0i 1563582256000000000
|
|
|
|
|
x509_cert,common_name=www.example.org,country=US,locality=Los\ Angeles,organization=Internet\ Corporation\ for\ Assigned\ Names\ and\ Numbers,organizational_unit=Technology,province=California,source=https://example.org:443,verification=invalid age=20219055i,enddate=1606910400i,expiry=43328144i,startdate=1543363200i,verification_code=1i,verification_error="x509: certificate signed by unknown authority" 1563582256000000000
|
|
|
|
|
x509_cert,common_name=DigiCert\ SHA2\ Secure\ Server\ CA,country=US,organization=DigiCert\ Inc,source=https://example.org:443,verification=valid age=200838255i,enddate=1678276800i,expiry=114694544i,startdate=1362744000i,verification_code=0i 1563582256000000000
|
|
|
|
|
x509_cert,common_name=DigiCert\ Global\ Root\ CA,country=US,organization=DigiCert\ Inc,organizational_unit=www.digicert.com,source=https://example.org:443,verification=valid age=400465455i,enddate=1952035200i,expiry=388452944i,startdate=1163116800i,verification_code=0i 1563582256000000000
|
2018-07-31 03:12:45 +08:00
|
|
|
```
|