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:
  1. Log on to the Data Fabric UI.
  2. Click the Fabric administration tab.
  3. On the OTEL endpoints card, click Add endpoint. The Add OTEL endpoint side drawer opens.
  4. Enter the Name.
  5. Enter the URL of your OTel endpoint.
  6. If your OTel endpoint contains a port, enter the port number.
  7. To enable your OTel endpoint to return logs and/or metrics data, select Logs and/or Metrics.
  8. Click Select file to select a key file to upload. Alternatively, drag and drop the key file to the Upload files area.
  9. Click Select file to select a client certificate file to upload. Alternatively, drag and drop the client certificate file to the Upload files area.
  10. 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.