Migrate tutorial resources#64298
Conversation
x-pack/plugins/apm/public/index.ts
Outdated
| * you may not use this file except in compliance with the Elastic License. | ||
| */ | ||
|
|
||
| import { ApmPlugin } from './plugin'; |
There was a problem hiding this comment.
I prefer to see the file and content structure of the new plugin created using the scripts/generate_plugin
|
I've found out that screenshot from |
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
|
@elasticmachine merge upstream |
nreese
left a comment
There was a problem hiding this comment.
maps changes lgtm
code review
flash1293
left a comment
There was a problem hiding this comment.
Tested in Chrome and the logos and screenshots still seem to be in place, LGTM.
# Conflicts: # x-pack/plugins/apm/kibana.json # x-pack/plugins/apm/public/index.ts # x-pack/plugins/apm/public/plugin.ts
sorenlouv
left a comment
There was a problem hiding this comment.
Code changes look good 👍
After the APM tutorial was moved into x-pack will OSS users still be able to see it?
@sqren There's no apm tutorial at Home/Add data page for OSS users, so these changes won't affect them |
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
@dziyanadzeraviankina was this always the case? And what's the reasoning for not making the tutorials available for OSS users? |
|
@dziyanadzeraviankina I synced with @sqren and sorted it out. I will prepare a separate PR to fix the issue. |
* Migrate tutorial resources Closes elastic#55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
…ana into alerting/np-tests-migration * 'alerting/np-tests-migration' of github.com:gmmorris/kibana: [APM] Agent remote config: validation for Java agent configs (elastic#63956) [APM] Fix duplicate index patterns (elastic#64883) Drilldowns (elastic#61219) [Alerting] fix labels and links in PagerDuty action ui and docs (elastic#64032) [Event Log] Ensure sorting tests are less flaky (elastic#64781) update endpoint to restrict removing with datasources (elastic#64978) [Logs UI] [Alerting] Alerts management page enhancements (elastic#64654) Adjust kibana app owning files (elastic#65064) Migrate tutorial resources (elastic#64298) [Logs UI] Tweak copy in log alerts dialog (elastic#64645) [Logs UI] [Alerting] Documentation (elastic#64886) [Logs UI] Add dataset filter to ML module setup screen (elastic#64470) [TSVB] Fixing memory leak (elastic#64918) Bump backport to 5.4.1 (elastic#65041)
* Migrate tutorial resources Closes elastic#55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* Migrate tutorial resources Closes #55710 * Added type to context in apm plugin index * Removed context parameter from ApmPlugin * Generated apm plugin by generate_plugin script * Removed getGreeting declaration * Remove unused assets and comment previewImagePaths * Removed unnecessary types file Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Closes #55710
Summary
Moved apm assets into the apm plugin, ems assets into the maps plugin, other tutorial resources were moved into
home/public/assets.Checklist
Delete any items that are not applicable to this PR.
For maintainers