-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Enhancement] Display cluster-level information in the ReactFlow workspace #377
Comments
Another potential option for Item 2 is adding labeling/status per pipeline (or per-component) indicating if it has been provisioned or not. Overall, the "Preview" is supposed to show the proposed configuration, and does not need to be one-to-one parity with what is provisioned. |
@ohltyler What are the statuses and states we have for Ingest/Search pipeline? Do the two pipelines have different states? |
For each pipeline individually, we currently track:
Further per-processor granularity is available for ingest, and for search, there is ongoing work for that - see opensearch-project/OpenSearch#14745. I'd consider per-processor state a P2+-type item based on the backend dependencies. |
For the Second goal, we can consider displaying statuses to the pipelines. We should dive deep into the different possible states and status before implementing this.
|
Thanks Ming. Regarding the ‘Provisioning’ state, it will be quite immediate, in my opinion I don’t think we want to / should show. It would just flash for a moment and could cause user confusion. The rest of those states make sense to me.
|
@ohltyler Got it. We may want to consider having this "Provisioning" state in the future to cover edge cases that requires more time. |
The current view of ingest and search pipelines in the ReactFlow workspace is ambiguous on where/when these resources are created. A few ways this can be improved.
Example:
The text was updated successfully, but these errors were encountered: