-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Task manager to become a system index in Elasticsearch? #58397
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
So many opportunities here! The biggest is that since ES has a notion of a cluster of nodes (unlike Kibana which doesn't know if there are other Kibana's running as peers), we can likely control the writes and perhaps reads to route through a single node, and avoid some of the concurrency issues we've dealt with, in the existing TM implementation. I was also wondering if we could arrange some alternate coupling on the transport, between ES and Kibana, so we don't have to actually "poll" in Kibana. Either use websockets, or some long-poll story, or make-it-slow async returns, or even have ES send requests to Kibana that a task needs to be run (this last one seems fragile, but kinda fun). |
@mikecote Should we re-prioritize this? Do we even have a choice given saved objects are going to eventually become system indices? |
@pmuellr good question! @elastic/kibana-core regarding saved object indices, is the core team planning to handle the conversion for |
I added this issue to the alerting project board. |
Sorry, but conversion of what exactly? Isn't |
With the system indices project, from what I understand, we need to convert Kibana owned indices to either system or hidden by 8.0? I'm wondering if it's the core team or alerting team who will convert the task manager index. It's a saved object index. See #81536 for more details. |
Nothing to be done on our side, it was done in ES in https://github.com/elastic/elasticsearch/pull/68919/files#diff-ae6fc8fbb1c04f7efb1c5672ec0bb072f796b2d5968a2a34783d471a466aa099L57
|
@pgayvallet awesome, thank you! I will close this issue 🙏 8.0+ aligns with my thinking as well |
No description provided.
The text was updated successfully, but these errors were encountered: