Skip to content

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

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

Closed
Kushmaro opened this issue Oct 2, 2024 · 2 comments
Closed

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

Kushmaro opened this issue Oct 2, 2024 · 2 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
@tobio
Copy link
Member

tobio commented Nov 4, 2024

@Kushmaro IIUC this can be closed out with support for DS lifecycles added in #838. Just checking there wasn't something more that you were after here?

@Kushmaro
Copy link
Contributor Author

thanks @tobio , closed and also tested myself to be working!

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

2 participants