ElasticCloudDeployment interface
Details of the user's elastic deployment associated with the monitor resource.
Properties
| azure |
Associated Azure subscription Id for the elastic deployment. |
| deployment |
Elastic deployment Id |
| elasticsearch |
Region where Deployment at Elastic side took place. |
| elasticsearch |
Elasticsearch ingestion endpoint of the Elastic deployment. |
| kibana |
Kibana endpoint of the Elastic deployment. |
| kibana |
Kibana dashboard sso URL of the Elastic deployment. |
| name | Elastic deployment name |
Property Details
azureSubscriptionId
Associated Azure subscription Id for the elastic deployment.
azureSubscriptionId?: string
Property Value
string
deploymentId
Elastic deployment Id
deploymentId?: string
Property Value
string
elasticsearchRegion
Region where Deployment at Elastic side took place.
elasticsearchRegion?: string
Property Value
string
elasticsearchServiceUrl
Elasticsearch ingestion endpoint of the Elastic deployment.
elasticsearchServiceUrl?: string
Property Value
string
kibanaServiceUrl
Kibana endpoint of the Elastic deployment.
kibanaServiceUrl?: string
Property Value
string
kibanaSsoUrl
Kibana dashboard sso URL of the Elastic deployment.
kibanaSsoUrl?: string
Property Value
string
name
Elastic deployment name
name?: string
Property Value
string