Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fleet_https_endpoint and ec module v0.6.0 #605

Closed
L0rdWyd3r opened this issue Mar 20, 2023 · 0 comments · Fixed by #640
Closed

fleet_https_endpoint and ec module v0.6.0 #605

L0rdWyd3r opened this issue Mar 20, 2023 · 0 comments · Fixed by #640
Labels
bug Something isn't working
Milestone

Comments

@L0rdWyd3r
Copy link

L0rdWyd3r commented Mar 20, 2023

Hi,
In my terraform code, I do deploy (using the latest version 8.6.2), among other things, integrations_server and everything works great.

(...)
  integrations_server = {
    size = "8g"
    zone_count = "1"
  }
(...)

According to the documentation, to get fleet_https_endopint in the output, I need to define it, which I did.

Below I dump everything that integrations_server returns

fleet_endpoint = {
  "config" = null /* object */.
  "elasticsearch_cluster_ref_id" = "main-elasticsearch".
  "http_endpoint" = "http://xxxx.apm.eu-west-1.aws.cloud.es.io:80"
  "https_endpoint" = "https://xxx.apm.eu-west-1.aws.cloud.es.io:443"
  "instance_configuration_id" = "aws.integrationsserver.r5d"
  "ref_id" = "main-integrations_server"
  "region" = "eu-west-1"
  "resource_id" = "sample_id"
  "size" = "8g"
  "size_resource" = "memory"
  , "zone_count" = 1
}

The https_endpoint that comes from the output (integrations_server) is completely different from the endpoint I see in the kibana GUI when it comes to "Fleet server hosts".

Q: Is it possible to get fleet_https_endpoint in the new version of the module ? if so, how can I do it ??

My env.
Terraform v1.4.2
on darwin_amd64

  • provider registry.terraform.io/elastic/ec v0.6.0
  • provider registry.terraform.io/hashicorp/aws v4.59.0
@L0rdWyd3r L0rdWyd3r added the bug Something isn't working label Mar 20, 2023
@tobio tobio mentioned this issue May 9, 2023
10 tasks
@Kushmaro Kushmaro added this to the 0.8.0 milestone May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants