Create new Add Data landing page#5956
Conversation
|
Ah boy, forgot about functional tests, I'll assign back to myself until I fix them. |
There was a problem hiding this comment.
Looks like it :) I just moved this existing code from index.js into its own file, I think I'll leave it alone to avoid accidentally breaking anything.
|
Code LGTM. Thoughts on:
|
|
|
Zoomed with Rashid and confirmed the back button is an existing issue throughout the settings app. Created a separate issue for it here #5982. |
|
@jbudz Oooo, how about indices/edit/{{id}} since that page is essentially an index pattern editor? |
|
@Bargs Good call, I like it |
…rls for the new ingest wizards
… a way to get back to the landing page
|
@jbudz updated the edit index pattern route and added the Add New button to every page but the landing page itself. |
|
Pending passing jenkins, LGTM. |
|
jenkins, test it |
Create new Add Data landing page

This PR makes the existing index pattern creation screen a subsection of the new Add Data landing page. This gives us a spot to link to the new ingest wizards allowing people to easily get data into elasticsearch if they don't have any yet.
Note that this PR is against feature/ingest, not master, so this isn't supposed to be the final polished version we'll ship, it's just concerned with re-organizing the pages.