-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 steps for loading journalbeat dashboards #9167
Add steps for loading journalbeat dashboards #9167
Conversation
@@ -29,26 +29,28 @@ data path. See the <<directory-layout>> section for details. The default is `${p | |||
---- | |||
|
|||
[float] | |||
==== `backoff` | |||
==== `backoff` deprecated[5.6.1,Use the option under `paths` instead.] |
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 decided to use an inline deprecation rather than putting this on a separate line because it looks better (otherwise, the inline text is a very large font...too distracting to a minor deprecation like this).
I am looking into the dashboard problem. |
To me it seems like the dashboard is broken. What do you think about not documenting the dashboard now and releasing a proper one in 6.6? |
Sounds good! |
Opened an issue for the dashboard problem: #9195 |
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
Yes. Let me try again with the dashboard. If it's not working, we should not add docs for the dashboard in 6.6. |
@kvch I downloaded 6.6.0 GA today, and I'm still seeing problems with the Journalbeat dashboard: Can you confirm? Will this be fixed for the next release? |
I have added a new dashboard to Journalbeat: #10517 |
18e8e0d
to
60b03dc
Compare
@kvch I tested the dashboard in the latest 6.7.0 snapshot, and it works! This PR should be ready to merge assuming it passes CI. Do you want to take one last look? |
* Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc
* Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc
…0833 #10859) (#11120) * Add steps for loading journalbeat dashboards (#9167) * Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc * Fix log path format in logging example (#10647) * Add systemd compatibility statement (#10740) * Remove simplistic docker command examples (#10741) * Fix attribute references (#10742) * Remove broken link to docker source code (#10833) * Remove link to old repo for docker source * Remove dockergithub attribute * Add links to Logstash docs about working with Filebeat modules (#10859)
…0833 #10859) (#11119) * Add steps for loading journalbeat dashboards (#9167) * Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc * Fix log path format in logging example (#10647) * Add systemd compatibility statement (#10740) * Remove simplistic docker command examples (#10741) * Fix attribute references (#10742) * Remove broken link to docker source code (#10833) * Remove link to old repo for docker source * Remove dockergithub attribute * Add links to Logstash docs about working with Filebeat modules (#10859)
* Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc
…0740 elastic#10741 elastic#10742 elastic#10833 elastic#10859) (elastic#11119) * Add steps for loading journalbeat dashboards (elastic#9167) * Add steps for loading and viewing dashboards * Deprecate global options for backoff, max_backoff, seek, and include_matches * Add screen capture * Move tip to correct place in doc * Fix log path format in logging example (elastic#10647) * Add systemd compatibility statement (elastic#10740) * Remove simplistic docker command examples (elastic#10741) * Fix attribute references (elastic#10742) * Remove broken link to docker source code (elastic#10833) * Remove link to old repo for docker source * Remove dockergithub attribute * Add links to Logstash docs about working with Filebeat modules (elastic#10859)
I haven't added the dashboard image yet (currently commented out) because I couldn't get the dashboard to load properly even though Journalbeat is sending data to Elasticsearch.