A newer version of this product documentation is available. If you are redirected to the main page of the user guide, then this page might have been renamed or removed.

modify

netq modify otlp endpoint

Use this command to change the OTel endpoint of your time-series database (TSDB).

Syntax

netq modify otlp endpoint 
    tsdb-name <text-tsdb-endpoint> 
    [tsdb-url <text-tsdb-endpoint-url>] 
    [export true | export false] 
    [security-mode insecure | security-mode tls] 
    [whitelist_enabled true | whitelist_enabled false]

Required Arguments

ArgumentValueDescription
tsdb-name<text-tsdb-endpoint>Specify the name of your TSDB

Options

OptionValueDescription
tsdb-url<text-tsdb-endpoint-url>Specify the URL of your TSDB
exporttrue, falseBegin exporting data immediately (true) or not (false)
security-modeinsecure, tlsSet the security mode to tls (for TLS) or insecure
whitelist_enabledtrue, falseEnables (true) or disables (false) OTLP whitelist on the TSDB
  • netq set oltp endpoint
  • netq show oltp endpoints