mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Discover] Rename Saved Search to Discover Session (#202217)
- Closes https://github.com/elastic/kibana/issues/174144 ## Summary This PR renames Saved Search into Discover Session in UI. - [x] Discover - [x] Saved Objects page and modal - [x] Docs - [x] Other occurrences <img width="810" alt="Screenshot 2024-12-16 at 15 20 10" src="https://github.com/user-attachments/assets/e39083da-f496-4ed5-bbdc-8e184897fc41" /> <img width="1220" alt="Screenshot 2024-12-11 at 14 40 15" src="https://github.com/user-attachments/assets/a6dc3e29-e1a5-4304-8148-0108231cc9de" /> <img width="1476" alt="Screenshot 2024-12-16 at 14 57 39" src="https://github.com/user-attachments/assets/4b34c70e-e21a-4d82-85f2-f5a3cb7a3826" /> ### Checklist - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co> Co-authored-by: Davis McPhee <davismcphee@hotmail.com> Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
parent
ecd4567ac6
commit
40c90550f1
97 changed files with 214 additions and 425 deletions
|
@ -121,8 +121,8 @@ PUT <kibana host>:<port>/api/security/role/custom_reporting_user
|
|||
// CONSOLE
|
||||
|
||||
<1> Grants access to generate PNG and PDF reports in *Dashboard*.
|
||||
<2> Grants access to generate CSV reports from saved search panels in *Dashboard*.
|
||||
<3> Grants access to generate CSV reports from saved searches in *Discover*.
|
||||
<2> Grants access to generate CSV reports from saved Discover session panels in *Dashboard*.
|
||||
<3> Grants access to generate CSV reports from saved Discover sessions in *Discover*.
|
||||
<4> Grants access to generate PDF reports in *Canvas*.
|
||||
<5> Grants access to generate PNG and PDF reports in *Visualize Library*.
|
||||
|
||||
|
@ -157,8 +157,8 @@ PUT localhost:5601/api/security/role/custom_reporting_user
|
|||
---------------------------------------------------------------
|
||||
// CONSOLE
|
||||
|
||||
<1> Grants access to generate CSV reports from saved searches in *Discover*.
|
||||
<2> Grants access to generate CSV reports from saved search panels in *Dashboard*.
|
||||
<1> Grants access to generate CSV reports from saved Discover sessions in *Discover*.
|
||||
<2> Grants access to generate CSV reports from saved Discover session panels in *Dashboard*.
|
||||
|
||||
[float]
|
||||
[[grant-user-access-external-provider]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue