elastic / terraform-provider-elasticstack

Terraform provider for Elastic Stack
https://registry.terraform.io/providers/elastic/elasticstack/latest/docs
Apache License 2.0
164 stars 85 forks source link

Expand elasticstack_fleet_output resource to support Kafka #395

Open taylor-swanson opened 1 year ago

taylor-swanson commented 1 year ago

The output API was recently updated (8.10) to support Kafka as an output type. Currently, the fleet output resource only supports elasticsearch and logstash as output types. The resource should be updated to include support for Kafka.

The OpenAPI spec around outputs has also changed significantly to provide a more precise schema for the different output types. Unfortunately, this is not a drop-in replacement for the existing output resource and may require significant changes/rework to support the new code generated by the OpenAPI code generator.

DaneViking7 commented 2 months ago

Is there any timeline on when this may be implemented? Thanks!