setDevOpsInsightServerConfiguration

On this page
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.
elasticSearchUrl
Stringoptional
CloudBees 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>].
enabled
Booleanoptional
If true, enables DevOps Insight.
logStashUrl
Stringoptionaldeprecated
Logstash 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>].
password
Stringoptional
The password for authenticating with the DevOps Insight Server.
testConnection
Booleanoptional
Whether the connection to the DevOps Insight Server should be tested before saving the configuration. Defaults to false.
userName
Stringoptional
The user name for authenticating with the DevOps Insight Server.

Usage

Perl

$cmdr->setDevOpsInsightServerConfiguration( # optionals );

ectool

ectool setDevOpsInsightServerConfiguration \ # optionals