kibana/examples
Nick Peihl 270847fd30
[8.x] [Dashboard] Remove mSearch from content management (#210709) (#217561)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Dashboard] Remove mSearch from content management
(#210709)](https://github.com/elastic/kibana/pull/210709)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Nick
Peihl","email":"nick.peihl@elastic.co"},"sourceCommit":{"committedDate":"2025-03-03T16:31:09Z","message":"[Dashboard]
Remove mSearch from content management (#210709)\n\n##
Summary\n\nRemoves the mSearch method from Dashboard content
management.\n\nThe `mSearch` content management method was designed to
be a temporary\nimplementation of search that allowed searching multiple
saved object\ntypes ([see
more\n[internal]](https://docs.google.com/document/d/1ssYmqSEUPrsuCR4iz8DohkEWekoYrm2yL4QR_fVxXLg/edit?tab=t.0#heading=h.6sj4n6bjcgp5)).\nHowever,
the mSearch implementation in the Dashboard Storage class
lacks\nextensibility as it requires a synchronous `toItemResult`
function. As\nwe start migrating reference handling to the server, we
will likely need\ntransforms that return Promises (ex.
`savedObjectToItem`), such as\n[retrieving tag saved objects from the
SavedObjectTagging\nclient](https://github.com/elastic/kibana/issues/210619).\n\nThe
Dashboard `mSearch` method was only used by the dashboard_picker
and\nthis PR replaces its usage with the `search` method.\n\n###
Identify risks\n\nThere is a slight risk in serverless environments
where a browser may\nhave already loaded the dashboard_picker module but
lags behind the\nserver. In this case, the dashboard picker may fail to
retrieve a list\nof dashboards due to it calling the now non-existent
`mSearch` method\nprovided by the server. In this case, the user simply
needs to refresh\ntheir browser to retrieve the latest UI
modules.","sha":"2a7e38b0fc3c33921f5a29f427bc3a6de8809c67","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","release_note:skip","backport:version","v9.1.0","v8.19.0"],"title":"[Dashboard]
Remove mSearch from content
management","number":210709,"url":"https://github.com/elastic/kibana/pull/210709","mergeCommit":{"message":"[Dashboard]
Remove mSearch from content management (#210709)\n\n##
Summary\n\nRemoves the mSearch method from Dashboard content
management.\n\nThe `mSearch` content management method was designed to
be a temporary\nimplementation of search that allowed searching multiple
saved object\ntypes ([see
more\n[internal]](https://docs.google.com/document/d/1ssYmqSEUPrsuCR4iz8DohkEWekoYrm2yL4QR_fVxXLg/edit?tab=t.0#heading=h.6sj4n6bjcgp5)).\nHowever,
the mSearch implementation in the Dashboard Storage class
lacks\nextensibility as it requires a synchronous `toItemResult`
function. As\nwe start migrating reference handling to the server, we
will likely need\ntransforms that return Promises (ex.
`savedObjectToItem`), such as\n[retrieving tag saved objects from the
SavedObjectTagging\nclient](https://github.com/elastic/kibana/issues/210619).\n\nThe
Dashboard `mSearch` method was only used by the dashboard_picker
and\nthis PR replaces its usage with the `search` method.\n\n###
Identify risks\n\nThere is a slight risk in serverless environments
where a browser may\nhave already loaded the dashboard_picker module but
lags behind the\nserver. In this case, the dashboard picker may fail to
retrieve a list\nof dashboards due to it calling the now non-existent
`mSearch` method\nprovided by the server. In this case, the user simply
needs to refresh\ntheir browser to retrieve the latest UI
modules.","sha":"2a7e38b0fc3c33921f5a29f427bc3a6de8809c67"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210709","number":210709,"mergeCommit":{"message":"[Dashboard]
Remove mSearch from content management (#210709)\n\n##
Summary\n\nRemoves the mSearch method from Dashboard content
management.\n\nThe `mSearch` content management method was designed to
be a temporary\nimplementation of search that allowed searching multiple
saved object\ntypes ([see
more\n[internal]](https://docs.google.com/document/d/1ssYmqSEUPrsuCR4iz8DohkEWekoYrm2yL4QR_fVxXLg/edit?tab=t.0#heading=h.6sj4n6bjcgp5)).\nHowever,
the mSearch implementation in the Dashboard Storage class
lacks\nextensibility as it requires a synchronous `toItemResult`
function. As\nwe start migrating reference handling to the server, we
will likely need\ntransforms that return Promises (ex.
`savedObjectToItem`), such as\n[retrieving tag saved objects from the
SavedObjectTagging\nclient](https://github.com/elastic/kibana/issues/210619).\n\nThe
Dashboard `mSearch` method was only used by the dashboard_picker
and\nthis PR replaces its usage with the `search` method.\n\n###
Identify risks\n\nThere is a slight risk in serverless environments
where a browser may\nhave already loaded the dashboard_picker module but
lags behind the\nserver. In this case, the dashboard picker may fail to
retrieve a list\nof dashboards due to it calling the now non-existent
`mSearch` method\nprovided by the server. In this case, the user simply
needs to refresh\ntheir browser to retrieve the latest UI
modules.","sha":"2a7e38b0fc3c33921f5a29f427bc3a6de8809c67"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2025-04-09 08:37:08 -06:00
..
bfetch_explorer Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
content_management_examples [8.x] [Dashboard] Remove mSearch from content management (#210709) (#217561) 2025-04-09 08:37:08 -06:00
controls_example [8.x] [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) (#213135) 2025-03-05 02:29:33 +01:00
data_view_field_editor_example [8.x] Upgrade EUI to v101.1.0-classic.0 (#216208) 2025-04-03 16:23:08 +02:00
developer_examples [8.x] Preparation for High Contrast Mode, Core/SharedUX domains (#202606) (#203147) 2024-12-06 10:02:27 +01:00
discover_customization_examples [8.x] [Discover] Replace DiscoverInternalStateContainer with Redux based InternalStateStore (#208784) (#213630) 2025-03-14 16:16:37 +00:00
embeddable_examples [8.x] [kbn-grid-layout] Add ability to create, edit, and delete rows (#209193) (#212307) 2025-02-24 22:16:26 +00:00
error_boundary [8.x] Upgrade EUI to v101.1.0-classic.0 (#216208) 2025-04-03 16:23:08 +02:00
eso_model_version_example [8.x] More strict plugin type definitions (#205232) (#205778) 2025-01-07 17:32:59 +00:00
esql_ast_inspector [8.x] [ES|QL] Source AST node parsing improvements and source selector parsing (#217299) (#217345) 2025-04-07 18:10:44 +02:00
esql_validation_example [8.x] Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-esql (#202722) (#203390) 2024-12-09 10:20:46 -06:00
expressions_explorer [8.x] SKA: Update broken references and URLs (#206836) (#208479) 2025-01-28 10:09:09 +01:00
feature_control_examples [8.x] [Authz] Migrated routes with access tags to security config (#209756) (#210596) 2025-02-11 17:37:06 +01:00
feature_flags_example [8.x] SKA: Relocate core mock and test-helper modules (#208538) (#208725) 2025-01-29 14:31:21 +01:00
field_formats_example [8.x] Upgrade EUI to v101.1.0-classic.0 (#216208) 2025-04-03 16:23:08 +02:00
files_example [8.x] Upgrade EUI to v101.1.0-classic.0 (#216208) 2025-04-03 16:23:08 +02:00
grid_example [8.x] [kbn-grid-layout][dashboard] Basic keyboard interaction (#208286) (#216603) 2025-04-02 11:45:24 +01:00
guided_onboarding_example [8.x] Sustainable Kibana Architecture: Move plugins owned by @elastic/appex-sharedux (#204959) (#205508) 2025-01-05 19:48:48 +00:00
hello_world Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
locator_examples Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
locator_explorer [8.x] SKA: Update broken references and URLs (#206836) (#208479) 2025-01-28 10:09:09 +01:00
partial_results_example [8.x] Upgrade EUI to v101.1.0-classic.0 (#216208) 2025-04-03 16:23:08 +02:00
portable_dashboards_example [8.x] [embeddable] replace Embeddable ViewMode with presentation-publishing ViewMode (#211960) (#213135) 2025-03-05 02:29:33 +01:00
preboot_example Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
resizable_layout_examples [8.x] Preparation for High Contrast Mode, Analytics Experience domains (#202608) (#204120) 2024-12-12 15:08:55 -06:00
response_stream [8.x] [ML] AIOps: Log Rate Analysis embeddable (#197943) (#198963) 2024-11-05 10:36:04 -06:00
routing_example [8.x] SKA: Update broken references and URLs (#206836) (#208479) 2025-01-28 10:09:09 +01:00
screenshot_mode_example Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
search_examples [8.x] SKA: Update broken references and URLs (#206836) (#208479) 2025-01-28 10:09:09 +01:00
share_examples [8.x] [Reporting] fix dashboard &quot;Copy Post URL&quot; action (#192530) (#195334) 2024-10-08 03:44:43 +02:00
state_containers_examples [8.x] Sustainable Kibana Architecture: Move plugins owned by @elastic/appex-sharedux (#204959) (#205508) 2025-01-05 19:48:48 +00:00
ui_action_examples [8.x] Preparation for High Contrast Mode, Core/SharedUX domains (#202606) (#203147) 2024-12-06 10:02:27 +01:00
ui_actions_explorer [8.x] SKA: Update broken references and URLs (#206836) (#208479) 2025-01-28 10:09:09 +01:00
unified_doc_viewer [8.x] Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-data-discovery (#205267) 2024-12-30 13:03:12 -06:00
unified_field_list_examples [8.x] Sustainable Kibana Architecture: Move modules owned by @elastic/kibana-data-discovery (#205267) 2024-12-30 13:03:12 -06:00
user_profile_examples [8.x] [Authz] Migrated routes with access tags to security config (#209756) (#210596) 2025-02-11 17:37:06 +01:00
v8_profiler_examples Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
README.asciidoc Adds run without basepath configured to examples readme (#173086) 2023-12-12 11:22:02 -07:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag (without a basepath), via

[source,bash]
----
yarn start --run-examples
----