Skip to content
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

Runtime field error edit script button should take me directly into the broken field and the painless script. #136388

Closed
Tracked by #166175
philippkahr opened this issue Jul 14, 2022 · 3 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)

Comments

@philippkahr
Copy link
Contributor

philippkahr commented Jul 14, 2022

Kibana version: 8.3.2, Elasticsearch Cloud

Steps to reproduce:

  1. Add the runtime field:

        String custom=dissect('/s/%{}/app/${custom}').extract($('url.path', ''))?.custom;
        if (custom != null) {   
            emit(custom);
            return;
        } else{
          emit("");
        }
  1. to the apm dataview. traces-apm*,apm-*,logs-apm*,apm-*,metrics-apm*,apm-*
  2. Go To Discover
  3. Hit the APM dataview
  4. See the error
  5. Click on Edit Script
  6. Just land in the data view without context.

Expected behavior:
Take me to this screen:
image

Screenshots (if relevant):

Screen.Recording.2022-07-14.at.12.56.54.mov

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@philippkahr philippkahr added the bug Fixes for quality problems that affect the customer experience label Jul 14, 2022
@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 14, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-services (Team:AppServicesSv)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jul 18, 2022
@exalate-issue-sync exalate-issue-sync bot added the impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. label Jul 21, 2022
@petrklapka petrklapka added Feature:Data Views Data Views code and UI - index patterns before 8.0 Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews) and removed Team:AppServicesSv labels Nov 28, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@KOTungseth KOTungseth added loe:medium Medium Level of Effort impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. labels Feb 2, 2023
@davismcphee davismcphee removed the impact:needs-assessment Product and/or Engineering needs to evaluate the impact of the change. label Sep 8, 2023
@mattkime mattkime removed their assignment Sep 28, 2024
@kertal
Copy link
Member

kertal commented Oct 22, 2024

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.

@kertal kertal closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:medium Medium Level of Effort Team:DataDiscovery Discover App Team (Document Explorer, Saved Search, Surrounding documents, Data, DataViews)
Projects
None yet
Development

No branches or pull requests

8 participants