-
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
[Graph] Rename Index pattern to Data view #110403
[Graph] Rename Index pattern to Data view #110403
Conversation
# Conflicts: # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -173,13 +173,13 @@ function GuidancePanelComponent(props: GuidancePanelProps) { | |||
<p> | |||
<FormattedMessage | |||
id="xpack.graph.noDataSourceNotificationMessageText" | |||
defaultMessage="No data sources found. Go to {managementIndexPatternsLink} and create an index pattern for your Elasticsearch indices." | |||
defaultMessage="No data sources found. Go to {managementIndexPatternsLink} and create an data view for your Elasticsearch indices." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small grammar fix
"and create a data view"
@elasticmachine merge upstream |
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in Chrome 👍
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM. Please don't merge yet. We're still waiting on some clarification on branches. cc @stratoula
…h' into graph-index-pattern-to-data-view
💚 Build Succeeded
History
To update your PR or re-run it, just comment with: |
💚 Build Succeeded
History
To update your PR or re-run it, just comment with: |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
f21d74e
into
elastic:index_patterns_to_data_views_user_content_feature_branch
Part of #114083
Summary
Renamed
index patterns
todata views
in Graph UI.Checklist
For maintainers