Skip to content

Add Kibana tutorial for IBM MQ metrics#54900

Merged
mtojek merged 4 commits intoelastic:masterfrom
mtojek:13508-ibmmq-dashboards
Jan 16, 2020
Merged

Add Kibana tutorial for IBM MQ metrics#54900
mtojek merged 4 commits intoelastic:masterfrom
mtojek:13508-ibmmq-dashboards

Conversation

@mtojek
Copy link
Copy Markdown
Contributor

@mtojek mtojek commented Jan 15, 2020

Summary

This PR adds a tutorial for freshly developed IBM MQ metricbeat.

Zrzut ekranu 2020-01-15 o 12 53 32

Master issue: elastic/beats#13508

Blocked by: elastic/beats#15301

@mtojek mtojek added the Team:Integrations Team Label for Observability Integrations team label Jan 15, 2020
@mtojek mtojek self-assigned this Jan 15, 2020
@mtojek mtojek added release_note:skip Skip the PR/issue when compiling release notes v7.7.0 labels Jan 15, 2020
@exekias
Copy link
Copy Markdown
Contributor

exekias commented Jan 15, 2020

ey @mtojek about the logo, is there any logo specific to MQ? I guess IBM has many different projects so their logo could be misleading

@exekias
Copy link
Copy Markdown
Contributor

exekias commented Jan 15, 2020

sorry I see this was already added for the logs past, still I wonder if we could improve that

@mtojek mtojek requested a review from a team January 15, 2020 12:34
@mtojek
Copy link
Copy Markdown
Contributor Author

mtojek commented Jan 15, 2020

sorry I see this was already added for the logs part, still I wonder if we could improve that

I've updated the IBM MQ logo. Thank you for the suggestion.

@mtojek mtojek requested a review from exekias January 16, 2020 08:51
Copy link
Copy Markdown
Contributor

@flash1293 flash1293 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from app perspective. Noticed some broken links, but they might be expected.

'The `ibmmq` Metricbeat module fetches monitoring metrics from IBM MQ instances \
[Learn more]({learnMoreLink}).',
values: {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-ibmmq.html',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The doc links (this and the one about exported fields) don't work, but that might be expected (same for the IBM MQ logs tutorial).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IBM MQ Metricbeat has been just merged into master elastic/beats. That's why you couldn't see a valid doc link.

@@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="400"><clipPath id="b"><path d="M0-1v83h55.937v236H1.523v82h194.65v-82h-55.938V82h54.414V-1zm554.02 1v82h55.938v236h-54.414v82h138.71V171.84l82.656 228.08 1.68.04 81.172-228.12V400h140.23v-82h-55.938V82h54.415V0h-156.33l-64.726 182.89L711.866 0z"/><path id="a" d="M222.23 0v82h55.937v130h215.31v-24.928s18.011-14.042 23.75-27.367l11.523-25.855s5.352-14.472 5.352-27.405l-2.305-25.855s-3.616-21.063-9.922-27.328l-22.266-25.895S471.276 0 433.75 0zm140.23 82h81.992v76H362.46z"/><use transform="matrix(1 0 0 -1 0 400)" xlink:href="#a"/></clipPath><path fill="none" stroke="#1f70c1" stroke-width="27.37" d="M0 13.683h1030v53.232H0m0 53.232h975v53.242H0v53.222h975v53.222H0m0 53.242h1030v53.242H0" clip-path="url(#b)"/></svg> No newline at end of file
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32"><defs><style>.cls-1,.cls-6{fill:none;}.cls-1{clip-rule:evenodd;}.cls-2{fill:#fff;}.cls-2,.cls-5,.cls-6{stroke:#7863ec;stroke-miterlimit:10;}.cls-3{clip-path:url(#clip-path);}.cls-4{fill:#e9e8ff;}.cls-5{fill:#e9e8fe;}</style><clipPath id="clip-path"><path class="cls-1" d="M10.55,16h13a1.5,1.5,0,0,1,0,3h-13a1.5,1.5,0,0,1,0-3Z"/></clipPath></defs><title>Artboard 1white</title><path class="cls-2" d="M10.59,8.51h11a1.5,1.5,0,1,1,0,3h-11a1.5,1.5,0,0,1,0-3Z"/><g class="cls-3"><rect class="cls-4" x="4.05" y="11" width="26" height="13"/></g><path class="cls-5" d="M9.51,14.52h13a1.5,1.5,0,1,1,0,3h-13a1.5,1.5,0,0,1,0-3Z"/><path class="cls-5" d="M10.6,20.51h11a1.5,1.5,0,0,1,0,3h-11a1.5,1.5,0,0,1,0-3Z"/><path class="cls-6" d="M2,4.55H3.73A1.73,1.73,0,0,1,5.45,6.29V24a3.52,3.52,0,0,0,3.5,3.53H23A3.52,3.52,0,0,0,26.51,24V6.31a1.75,1.75,0,0,1,1.74-1.76H30"/></svg> No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be simplified by stripping out debug information using an svg optimizer.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, optimized.

@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@mtojek mtojek merged commit 2c4d58b into elastic:master Jan 16, 2020
jkelastic pushed a commit to jkelastic/kibana that referenced this pull request Jan 17, 2020
* Add Kibana tutorial for IBM MQ metrics

* Change IBM MQ logo

* Logo minified

* Add screenshot
mtojek added a commit to mtojek/kibana that referenced this pull request Jan 20, 2020
* Add Kibana tutorial for IBM MQ metrics

* Change IBM MQ logo

* Logo minified

* Add screenshot
mtojek added a commit that referenced this pull request Jan 20, 2020
* Add Kibana tutorial for IBM MQ metrics

* Change IBM MQ logo

* Logo minified

* Add screenshot

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:Integrations Team Label for Observability Integrations team v7.7.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants