-
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
Add Data Filebeat Installation Screen #6017
Conversation
(cherry picked from commit 8cbf211)
(cherry picked from commit 1fc754b)
(cherry picked from commit 4975f57)
(cherry picked from commit 599e012)
(cherry picked from commit 36dc443)
(cherry picked from commit ad25d24)
(cherry picked from commit 4bcc5a1)
…ome light styling
…rls for the new ingest wizards
… a way to get back to the landing page
Create new Add Data landing page
@@ -0,0 +1,34 @@ | |||
<div class="wizard-step-title"> | |||
<h3>Follow these instructions to install Filebeat</h3> | |||
Now that you've got a fresh pipeline and index pattern, let's throw some data at it! |
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.
should we be more explicit about what we just indexed into Elasticsearch? For example, it would be useful to know what the pipeline was indexed as (pipeline name) and instructions on where to find it
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.
Yeah, this is an interesting question. I think in an ideal world, the user would never have to know anything about how the pipeline actually gets persisted to Elasticsearch. But given that we won't have the ability to manage pipelines right off the bat, advanced users will probably benefit from this kind of information. Maybe we could have a collapsed by default section on this page that provides additional info like this?
Requires #5790
WIP PR to implement the install filebeat screen in #5974