Back to index
Summary
Sets the DevOps Insight Server configuration. The API is disabled and deprecated. Use setAnalyticsServerConfiguration instead.This command is deprecated and will be removed in the future. |
elasticSearchUrlStringoptionalCloudBees CD/RO server retrieves data from ElasticSearch using this URL. This URL must be set if DevOps Insight is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .enabledBooleanoptionalIf true, enables DevOps Insight. logStashUrlStringoptionaldeprecatedLogstash is no longer used by the CloudBees Analytics server. This is the URL where LogStash receives data from CloudBees CD/RO server. This URL must be set if DevOps Insight is enabled. If using an IPv6 address, enclose the address in square brackets. Example: [<IPv6-ADDRESS>] .passwordStringoptionalThe password for authenticating with the DevOps Insight Server. testConnectionBooleanoptionalWhether the connection to the DevOps Insight Server should be tested before saving the configuration. Defaults to false. userNameStringoptionalThe user name for authenticating with the DevOps Insight Server. |
Usage
Perl
$cmdr->setDevOpsInsightServerConfiguration( # optionals );
ectool
ectool setDevOpsInsightServerConfiguration \ # optionals