Adding an OTel Endpoint
This topic describes how to add an OTel endpoint using either the HPE Ezmeral Data Fabric UI or the command line.
Adding an OTel Endpoint with the HPE Ezmeral Data Fabric UI
To add an OTel endpoint with the HPE Ezmeral Data Fabric UI:
- Log on to the Data Fabric UI.
- Click the Fabric administration tab.
- On the OTEL endpoints card, click Add endpoint. The Add OTEL endpoint side drawer opens.
- Enter the Name.
- Enter the URL of your OTel endpoint.
- If your OTel endpoint contains a port, enter the port number.
- To enable your OTel endpoint to return logs and/or metrics data, select Logs and/or Metrics.
- Click Select file to select a key file to upload. Alternatively, drag and drop the key file to the Upload files area.
- Click Select file to select a client certificate file to upload. Alternatively, drag and drop the client certificate file to the Upload files area.
- Click Add.
Adding an OTel Endpoint with the Command Line
Use the following command to add an OTel
endpoint:
maprcli otelendpoint add -name secureendpoint -url <endpoint-url> -port <endpoint-port> -certfile <cert-path> -keyfile <key-path> -customopts '{"exportlogs":"<true-or-false>","exportmetrics":"<true-or-false>"}'
To
generate logs and/or metrics for your cluster, set exportlogs
and/or exportmetrics
as true
. To disable
generation of logs and/or metrics, set exportlogs
and/or
exportmetrics
as false
.