-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Create DataView before having an index (cannot be created with no backing index) #173404
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
This should be possible by using the DataView API using the allowNoIndex flag https://www.elastic.co/guide/en/kibana/current/data-views-api-create.html |
I do |
@zez3 but for your use case you'd prefer to create in there User Interface, or is the API solution sufficient? thx! |
@kertal from my point of view it's ok but my users/tenants are not all knowledgeable. So for them it might be better to stick with the UI. A simple toggle button for Thank you |
This is certainly something we could do, but we should figure out the best UI for doing so. |
Closing this because it's not planned to be resolved in the foreseeable future. It will be tracked in our Icebox and will be re-opened if our priorities change. Feel free to re-open if you think it should be melted sooner. |
Create Dataview without having an backing index
When we configure a new policy with a new integration in Fleet we usually also create a new DataView.
It might be that the data has not yet started to be ingested so no index is yet created. This prevents us from creating a new DataView.
Please implement/allow the DataView creation before the index exists
The text was updated successfully, but these errors were encountered: