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

[Bug] - can't create data streams in serverless projects #818

Open
Kushmaro opened this issue Oct 2, 2024 · 0 comments
Open

[Bug] - can't create data streams in serverless projects #818

Kushmaro opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Kushmaro
Copy link
Contributor

Kushmaro commented Oct 2, 2024

** background **
In serverless projects ILM policies are removed in favor of data streams.
In our terraform examples, to create a data stream, we require you to create an ILM policy (and that's our docs example)

** problem **
Since our data stream resource implements most properties as "computed' i.e read only - one can not create a data stream currently on a serverless project, using the elasticstack provider.

** likely the solution **
enable the properties required to create a data stream via the API as not read-only and allow user input to the data stream resource

Image

@Kushmaro Kushmaro added the bug Something isn't working label Oct 2, 2024
@Kushmaro Kushmaro added this to the 0.12.0 milestone Oct 2, 2024
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

No branches or pull requests

1 participant