-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[feature branch] index pattern => data view for user facing content #109821
[feature branch] index pattern => data view for user facing content #109821
Conversation
… content (#109577) * index pattern => data view for user facing content
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
13 similar comments
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
⏳ Build in-progress, with failures
Failed CI StepsHistory
To update your PR or re-run it, just comment with: |
* [Maps] replace index pattern with data view in user facing copy * update docs * update file_upload * review feedback
* data plugin index pattern => data view text changes
…h' of github.com:elastic/kibana into index_patterns_to_data_views_user_content_feature_branch
@elasticmachine merge upstream |
💔 Build Failed
Failed CI StepsTest FailuresKibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/lens/runtime_fields·ts.lens app lens runtime fields should be able to add runtime field and use itStandard Out
Stack Trace
Kibana Pipeline / general / X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_threat_matching·ts.detection engine api security and spaces enabled create_threat_matching tests with auditbeat data should be able to execute and get 10 signals when doing a specific queryStandard Out
Stack Trace
Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
…h' of github.com:elastic/kibana into index_patterns_to_data_views_user_content_feature_branch
Pinging @elastic/kibana-docs (Team:Docs) |
💚 Build Succeeded
Metrics [docs]Async chunks
Page load bundle
To update your PR or re-run it, just comment with: |
Merging with admin privs as all the individual PRs against this feature branch were already approved. Failed elasticsearch-ci/docs on CI but its also failing on master. No docs changes in this PR. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
@@ -15,6 +15,7 @@ export const dataViewSavedObjectType: SavedObjectsType = { | |||
hidden: false, | |||
namespaceType: 'single', | |||
management: { | |||
displayName: 'Data view', |
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.
@mattkime We missed Data view
is capitalized and it's displaying an inconsistent list from the categories drop-down in Saved Objects Management:
Is this something we should fix?
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.
I guess so. its in src/plugins/data_views/server/saved_objects/data_views.ts if you're working on something. Or do you want me to open a PR?
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.
created #127533
Feature branch for
index pattern
rename todata view
. All user facing content will be merged into this branch which will then be merged into 8.0 sometime after 7.16 is cut. Changes involve UI code only.Release notes
Kibana index patterns have been renamed to data views in order to differentiate them from index pattern strings (ex.
kibana-*
).