API
The ElastiFlow Collectors expose an API which includes a Prometheus-compatible metrics endpoint and various endpoints for administrative tasks.
EF_INSTANCE_NAME
Configure the name of the collector instance.
The IP address on which the collector will listen for API requests.
The port on which the collector will listen for API requests.
EF_API_TLS_ENABLE
This setting is used to enable/disable TLS connections to the API endpoint.
EF_API_TLS_CERT_FILEPATH
The path to the certificate to use for TLS connections to the API endpoint.
EF_API_TLS_KEY_FILEPATH
The path to the key to use for TLS connections to the API endpoint.
EF_API_BASIC_AUTH_ENABLE
This setting is used to enable/disable basic authentication protection of API endpoints.
EF_API_BASIC_AUTH_USERNAME
The username to use when connecting to basic authentication protection of API endpoints.
EF_API_BASIC_AUTH_PASSWORD
The password to use when connecting to basic authentication protection of API endpoints.