opensearch-project / ux

Public repository for OpenSearch UX. Tracks issues, epics and workstreams related to improving the user experience, usability and accessibility of OpenSearch core, dashboards and related plugins.
Apache License 2.0
4 stars 5 forks source link

[FEATURE] Allow users to edit a PIT Object in Dashboards #65

Open shanilpa opened 1 year ago

shanilpa commented 1 year ago

Context

Is your feature request related to a problem? Currently, users are able to create Point in Time (PIT) objects via an API. They are not able to edit these PITs in Dashbaords. This feature will allow them to do so and take advantage of the affordances offered by this interface.

This initial work would allow users to view PIT objects (backend and dashboard), and provide a path to other flows like PIT creation, viewing PIT object details, editing PITs, and using them in Discover.

Other context notes

What solution would you like

NB: These are design mockups. Some copy is placeholder and not all interactions are polished. Mockups may differ from the final launched feature.

1. Allow users to configure a PIT created from Indices that is not available to Dashbaords

Configure a backend PIT image


2 Allow users to configure a PIT created from indices that is available to Dashboards

PIT available in Dashboards created from indices image


3 Allow users to configure a PIT created from index patterns

Configuration options for PIT created from Index Pattern image


Additional Details

For additional information on the PIT object details UX consult this issue.