setDevOpsInsightServerConfiguration

On this page
Back to index

Summary

Sets the DevOps Insight Server configuration.
elasticSearchUrl
Stringoptional
CloudBees CD/RO server retrieves data from ElasticSearch using this URL. This URL must be set if DevOps Insight is enabled. Enclose the IPV6 address in square brackets. Example: [<IPv6-ADDRESS>].
enabled
Booleanoptional
If true, enables DevOps Insight.
logStashUrl
Stringoptionaldeprecated
This is the URL where LogStash receives data from CloudBees CD/RO server. This URL must be set if DevOps Insight is enabled. Enclose the IPV6 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