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

[Logs UI] Replace KIP with data views in user facing copy #118307

Merged
merged 6 commits into from
Nov 15, 2021

Conversation

Kerry350
Copy link
Contributor

Summary

Fixes #100852.

This just updates the user facing copy (and a couple of bits of code that were right alongside the copy).

Screenshot 2021-11-11 at 10 27 44

Screenshot 2021-11-11 at 10 31 45

Screenshot 2021-11-11 at 10 32 24

@Kerry350 Kerry350 added v8.0.0 Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services release_note:skip Skip the PR/issue when compiling release notes auto-backport Deprecated - use backport:version if exact versions are needed v8.1.0 labels Nov 11, 2021
@Kerry350 Kerry350 requested a review from a team November 11, 2021 10:38
@Kerry350 Kerry350 self-assigned this Nov 11, 2021
@cla-checker-service
Copy link

cla-checker-service bot commented Nov 11, 2021

💚 CLA has been signed

@Kerry350
Copy link
Contributor Author

@elasticmachine merge upstream

Copy link
Contributor

@miltonhultgren miltonhultgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes LGTM 👍🏼

@@ -83,6 +83,6 @@ export const IndexPatternSelector: React.FC<{
};

const indexPatternSelectorPlaceholder = i18n.translate(
Copy link
Contributor

@miltonhultgren miltonhultgren Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is tricky but should we rename these variables as well?

I made some changes recently to remove IndexPattern types that were recently deprecated but I didn't rename the variables/functions because there were just so many occurrences so I don't know how we handle this.

Copy link
Contributor Author

@Kerry350 Kerry350 Nov 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a good question. I tried (for the most part) to leave variables etc alone. They definitely need updating but I think it'd make more sense to make a followup issue and do it all in one go. Reason being there's quite a lot of changes to be made in the server side code (especially where we have the "resolver" code). This way we can tick off our box on #100844 ASAP.

@elastic elastic deleted a comment from kibanamachine Nov 15, 2021
@Kerry350 Kerry350 marked this pull request as ready for review November 15, 2021 14:39
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)

@Kerry350
Copy link
Contributor Author

@elasticmachine merge upstream

@Kerry350
Copy link
Contributor Author

@miltonhultgren Thanks for the review. I've moved it out of draft now, but there's no extra changes. Will merge once this build goes green.

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
infra 921.8KB 921.6KB -153.0B

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @Kerry350

@Kerry350 Kerry350 merged commit 1bf369e into elastic:main Nov 15, 2021
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Nov 15, 2021
…8307)

* Change user facing copy from index pattern to data view
@kibanamachine
Copy link
Contributor

💚 Backport successful

Status Branch Result
8.0

This backport PR will be merged automatically after passing CI.

kibanamachine added a commit that referenced this pull request Nov 15, 2021
…118566)

* Change user facing copy from index pattern to data view

Co-authored-by: Kerry Gallagher <[email protected]>
mbondyra pushed a commit to mbondyra/kibana that referenced this pull request Nov 19, 2021
…8307)

* Change user facing copy from index pattern to data view
dmlemeshko pushed a commit that referenced this pull request Nov 29, 2021
* Change user facing copy from index pattern to data view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed Feature:Logs UI Logs UI feature release_note:skip Skip the PR/issue when compiling release notes Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services v8.0.0 v8.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Logs UI] Replace mentions of KIPs with data views
5 participants