-
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
Index pattern management to Kibana platform #65026
Index pattern management to Kibana platform #65026
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
src/plugins/index_pattern_management/public/management_app/mount_management_section.tsx
Show resolved
Hide resolved
src/plugins/index_pattern_management/public/management_app/mount_management_section.tsx
Outdated
Show resolved
Hide resolved
...onents/create_index_pattern_wizard/components/step_index_pattern/step_index_pattern.test.tsx
Show resolved
Hide resolved
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.
👍 For Platform changes
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.
@lukeelmers I'm looking into maintaining backwards compatibility in urls |
@mattkime 👍 I agree the value of preserving these is debatable, but it feels like the right thing to do if it's possible without a huge effort.
@flash1293 How did y'all end up handling BWC for URLs? Is this via the |
I think I found a clue - |
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.
ML edit LGTM
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.
Thanks! SASS files are much cleaner, though I didn't run the actual branch.
@elasticmachine merge upstream |
@lukeelmers I believe I addressed all your points. |
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.
Only SIEM changes, so 👍
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.
Kibana app changes LGTM
Tested locally in chrome 81 on OSX
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
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.
Updates LGTM! Tested locally (chrome, mac os), and everything seems to be working as expected (including the redirects... thanks for doing those!) 🚀
* index pattern management to kibana platform
* master: (24 commits) [APM] agent config 'profiling_inferred_spans_min_duration' default value is '0ms' but the min value in the field is '1ms' (elastic#66886) [Canvas] Fix flaky custom element functional tests (elastic#65908) Fix IE specific flexbox min-height issue (elastic#66555) [Discover] Unskip doc link functional test (elastic#66884) Index pattern management to Kibana platform (elastic#65026) Warning and link to support matrix for IE11 (elastic#66512) [Reporting] Consolidate Server Type Defs, move some out of Legacy (elastic#66144) [SIEM] [Maps] Fixes Network Map empty tooltip (elastic#66828) [Endpoint] Encode the index of the alert in the id response (elastic#66919) [services/testSubjects] reduce retry usage, add waitForEnabled (elastic#66538) [DOCS] Identifies cloud settings for APM (elastic#66935) [SIEM][CASE] Fix configuration's page user experience (elastic#66029) Resolver: Display node 75% view submenus (elastic#64121) [SIEM] Cases] Capture timeline click and open timeline in case view (elastic#66327) [APM] Lowercase agent names so icons work (elastic#66824) [dev/cli] add support for --no-cache (elastic#66837) [Ingest Manager] Better handling of package installation problems (elastic#66541) [ML] Enhances api docs for modules endpoints (elastic#66738) dont hide errors (elastic#66764) [RFC] Global search API (elastic#64284) ...
* index pattern management to kibana platform Co-authored-by: Elastic Machine <[email protected]>
Summary
In this PR:
/management/kibana/index_patterns
=>/management/kibana/indexPatterns
(to match app id)/management/kibana/index_patterns/:id
=>/management/kibana/indexPatterns/patterns/:id
- as there were previously twoapp level
urls previously,/management/kibana/index_patterns
and/management/kibana/index_pattern
Todo
Follow ups:
Checklist
Delete any items that are not applicable to this PR.
For maintainers
Dev Docs
Field Format Editors API migrated to Kibana Platform
Field format editors (used by index pattern management) are no longer added via the field formatters registry,
ui/registry/field_format_editors
, and are now added via theindexPatternManagement
plugin.