You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to see http/https endpoint of Fleet, as it's visible in a portal. IntegrationServer returns only APM, there is no possibility to get Fleet endpoint, without using replace in terraform.
Also it would be great idea to expose custom endpoint, which is something like: replace(replace(data.ec_deployment.dev.kibana[0].https_endpoint, data.ec_deployment.dev.kibana[0].resource_id, data.ec_deployment.dev.alias),":443","")
Possible Implementation
Testing
Context
Your Environment
The text was updated successfully, but these errors were encountered:
Overview
I'd like to see http/https endpoint of Fleet, as it's visible in a portal. IntegrationServer returns only APM, there is no possibility to get Fleet endpoint, without using
replace
in terraform.Also it would be great idea to expose custom endpoint, which is something like:
replace(replace(data.ec_deployment.dev.kibana[0].https_endpoint, data.ec_deployment.dev.kibana[0].resource_id, data.ec_deployment.dev.alias),":443","")
Possible Implementation
Testing
Context
Your Environment
The text was updated successfully, but these errors were encountered: