Julia Rechkunova
40c90550f1
[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>
2024-12-18 13:45:32 +01:00
florent-leborgne
fcf319e7c4
[Docs] Document ability to drag and drop columns in Discover ( #201571 )
...
This PR adds docs related to
https://github.com/elastic/kibana/pull/197832 for Discover
Rel: https://github.com/elastic/platform-docs-team/issues/562
2024-11-25 15:09:07 +01:00
florent-leborgne
3d763498b8
[Docs] Discover docs updates ( #198423 )
...
This PR updates the first few pages of the Discover docs:
- Splits most of the content of the parent page into a child page to
match with the structure of the Dashboards docs
- Refocuses some of the content so that it looks generally applicable to
users and their data rather than a sample data-based tutorial
- Adds missing content flagged in
https://github.com/elastic/kibana/issues/192149
- Adds some content updates specific to 8.16 flagged in
https://github.com/elastic/platform-docs-team/issues/500 (I still need
to figure out what's the best way to document ES|QL stuff)
Rel: https://github.com/elastic/platform-docs-team/issues/500
Closes: https://github.com/elastic/kibana/issues/192149
Closes: https://github.com/elastic/kibana/issues/162265
Closes: https://github.com/elastic/kibana/issues/187417
Note: While there may be more missing features that we want to document,
let's first get these updates in.
Note2: If you're wondering where to preview the changes, find the
preview link in the Github actions comment and navigate to the "master"
version of the Kibana guide.
---------
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com>
Co-authored-by: Davis McPhee <davismcphee@hotmail.com>
2024-11-08 12:12:05 +01:00
florent-leborgne
8e7fb7a77e
[Docs] Update nav instructions and sample data installation to accommodate for the solution views ( #199163 )
...
This PR:
- updates navigation instructions to accommodate for the navigation
changes related to solution views.
- updates instructions for adding sample data to rely on the
integrations page instead of the home page, that only exists with the
classic solution view
- updates references to the home page to avoid confusing users using one
of the new solution views
Closes: https://github.com/elastic/platform-docs-team/issues/529
Closes: https://github.com/elastic/platform-docs-team/issues/540
2024-11-08 11:10:32 +01:00
florent-leborgne
cd7447db36
[Docs] Update Kibana ESQL docs ( #199371 )
...
This PR updates ESQL docs currently in the Kibana guide. I'll do another
PR to the Elasticsearch docs to update the docs there as well.
Rel: https://github.com/elastic/platform-docs-team/issues/552
2024-11-08 10:35:25 +01:00
Lukas Olson
040714c2b7
Deprecate search session documentation ( #192224 )
...
## Summary
Resolves https://github.com/elastic/kibana/issues/186334 .
(See https://github.com/elastic/kibana/issues/187923 and
https://github.com/elastic/kibana/pull/188037 .)
Updates the documentation to have a message that search sessions are
deprecated and will be removed.
2024-09-12 13:35:55 -07:00
István Zoltán Szabó
99ba4d8ad3
[DOCS] Updates log pattern analysis docs in Discover ( #189876 )
...
## Summary
This PR updates the Log pattern analysis in Discover documentation to
reflect the latest changes in the feature. It also removes the technical
preview admonition at the top of the page.
2024-08-05 16:05:02 +02:00
marciw
fd81ebf83b
[DOCS] Update ES|QL screenshots ( #187905 )
...
Fixes #187416
Screenshots should match the new look and feel (pink text, uppercase
commands)
[Preview](https://kibana_bk_187905.docs-preview.app.elstc.co/guide/en/kibana/master/try-esql.html )
2024-07-10 14:27:23 +00:00
Liam Thompson
4c56567ece
[DOCS] Update ESQL docs ( #183617 )
...
Related PR:
https://github.com/elastic/elasticsearch/pull/108715#issuecomment-2114866817
2024-05-17 14:50:05 +02:00
Liam Thompson
88836bb9f3
[Docs] Remove tech preview banner from try-esql.asciidoc ( #183272 )
2024-05-13 14:46:26 +02:00
Stratoula Kalafateli
f3d18faab2
[ES|QL] Rename the setting to a more generic one and move to the general section ( #182074 )
...
## Summary
Renames the setting from discover:enableESQL to enableESQL and moves it
to the General Section
<img width="985" alt="image"
src="ebafe7cd
-4695-413c-a0e3-90e3574139e5">
We checked the telemetry and a very small percentage of users have
switched off this setting. It was also on tech preview so we decided in
favor of this change as more and more applications are using this
setting to hide ESQL from their applications.
<img width="850" alt="image"
src="404f2494
-8a17-4a9d-943a-d9d72b324bc0">
### Release note
We renamed the advanced setting which hides the ES|QL from the UI from
`discover:enableESQL` to `enableESQL`. You have to switch it off again
if you want to disable ES|QL features from your kibana applications.
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-05-01 16:13:53 +02:00
amyjtechwriter
e352943ee8
[DOCS] Update tech preview to warn against using ES|QL in production ( #174109 )
...
## Summary
Adds the sentence "Do not use ES|QL on production environments." to the
ES|QL tech preview banner on pages:
https://www.elastic.co/guide/en/kibana/current/esql.html
https://www.elastic.co/guide/en/kibana/current/try-esql.html
Relates to:
[#103797 ](https://github.com/elastic/elasticsearch/pull/103797 )
2024-01-03 14:19:18 +00:00
amyjtechwriter
2a4a6e890e
[DOCS] ES|QL pages in Kibana guide ( #170226 )
...
## Summary
Two pages about ES|QL added to the Kibana guide. One page (titled ES|QL)
under the 'Kibana concepts' heading, which is an overview page. One page
added to the 'Discover' section (titled Try ES|QL) which is a short
tutorial.
Relates to:
[#244 ](https://github.com/elastic/platform-docs-team/issues/244 )
---------
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-11-02 13:45:17 +00:00
James Rodewig
fea32812c8
[DOCS] Update copy for tech preview features ( #170139 )
2023-10-31 16:48:15 -04:00
amyjtechwriter
45748f60ec
[DOCS] License level required ( #160638 )
...
## Summary
The pattern analysis feature is a Platinum subscription feature in
technical preview, which is now called out in the warning at the top of
the page. Otherwise users cannot follow the instructions on the page as
the options are not visible.
<img width="827" alt="Screenshot 2023-06-27 at 15 12 16"
src="9d9fc713
-6640-4e41-9003-dd080f5fe746">
### Checklist
Relates to and closes : #159170
2023-06-28 09:48:25 +01:00
István Zoltán Szabó
a3c940f0cd
[DOCS] Adds log pattern analysis in Discover docs ( #158059 )
...
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2023-05-22 12:34:15 +02:00
gchaps
7cab4edab7
[DOCS] Adds drag & drop to Discover ( #157340 )
...
## Summary
This PR adds documentation for:
- Drag and drop from Available Fields list
- Wildcards in field searches
- All sources and matching sources in Create Data View
2023-05-16 15:35:47 -07:00
gchaps
0a62f2c662
[DOCS] How to duplicate a search ( #154008 )
...
## Summary
Adds content on how to duplicate a search in [Save a search for
reuse](https://www.elastic.co/guide/en/kibana/current/save-open-search.html ).
Closes #149850
---------
Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com>
2023-04-05 13:47:05 -07:00
gchaps
8d6c63472c
[DOCS] Updates Discover docs ( #151953 )
...
## Summary
This PR updates the Discover docs for 8.7.
2023-03-08 07:05:25 -08:00
gchaps
8ec6582f21
[DOCS] Updates Discover docs for 8.5 ( #142021 )
...
* [DOCS] Updates Discover docs for 8.5
* [DOCS] Adds resize for chart and updates images
* [DOCS] Incorporates review comments
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
* Update docs/discover/search-for-relevance.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* [DOCS] Incorporated review comments
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2022-10-10 15:21:23 -07:00
gchaps
e4c7bbf75e
[DOCS] Updates saved objects & other docs ( #139328 )
...
* [DOCS] Updates saved objects doc
* [DOCS] Edtis tags doc
* [DOCS] Removes video from discover docs
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-tags.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/managing-saved-objects.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-09-21 16:11:41 -07:00
gchaps
062c06d46f
[DOCS] Updates Discover docs with data view changes ( #138337 )
...
* [DOCS] Updates Discover docs with data view changes
* [DOCS] Updates settings for Discover in Advanced Settings
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* Update docs/management/advanced-options.asciidoc
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-08-17 09:33:50 -07:00
gchaps
d071e52c51
[DOCS] Updates screenshots in Discover docs ( #132854 )
...
* [DOCS] Updates screenshots in Discover docs
* [DOCS] Screenshot updates
* [DOCS] Updates for 8.3
* [DOCS] More updates for 8.3
* [DOCS] Incorporates review comments
* Update docs/user/discover.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
* Update docs/user/discover.asciidoc
* [DOCS] Incorporates review comments
* [DOCS] Added link to connector docs
* Update docs/user/discover.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-06-16 07:28:33 -07:00
gchaps
cf844371e4
[DOCS] Updates Discover docs to show Document Explorer ( #129549 )
...
* [DOCS] Updates Discover docs to show Document Explorer
* [DOCS] Updates screenshots and text for DE
* [DOCS] Removed view documents and combined with document explorer
* Apply suggestions from code review
* [DOCS] Updates search for relevance
* [DOCS] Incorporates review comments
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review feedback
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-04-15 09:58:11 -07:00
gchaps
dceafe1d2a
[DOCS] Adds link to Document Explorer video ( #126360 )
2022-02-24 08:42:13 -08:00
gchaps
888d144802
[DOCS] Updates Discover docs for 8.1 ( #125706 )
...
* [DOCS] Updates Discover docs for 8.1
* [DOCS] Updates screenshots
* Update docs/user/discover.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* [DOCS] Addresses review comments
* [DOCS] Minor editors
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2022-02-17 07:18:52 -08:00
gchaps
258039a919
[DOCS] Adds content on Document Explorer ( #123086 )
...
* [DOCS] Adds content on Document Explorer
* Updates images and minor tweaks to text
* [DOCS] Reorders content
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/document-explorer.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
* [DOCS] Uses consistent spelling of fullscreen
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-01-28 11:22:27 -08:00
gchaps
4610f44747
[DOCS] Adds doc on field statistics in Discover ( #121582 )
...
* [DOCS] Adds doc on field statistics in Discover
* [DOCS] Updates images in field statistics doc
* [DOCS] Incorporates review comments
* [DOCS] Updates images
* [DOCS] Reordered nav for Discover
* [DOCS] Updates images in field statistics doc
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/field-statistics.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Incorporates review comments
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-01-24 15:50:05 -08:00
gchaps
bd8945125d
[DOCS] Removes index pattern from Discover docs ( #118811 )
...
* [DOCS] Removes index pattern from Discover docs
* Update docs/discover/save-search.asciidoc
* Update docs/discover/save-search.asciidoc
* Update docs/discover/save-search.asciidoc
* Update docs/discover/search-for-relevance.asciidoc
* Update docs/discover/search-for-relevance.asciidoc
* Update docs/discover/view-document.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/user/discover.asciidoc
* Update docs/discover/search-sessions.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/discover/search-sessions.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/user/discover.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* [DOCS] Adds bold to Document Explorer
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2021-11-19 09:05:10 -08:00
Matthew Kime
e53771df2d
[docs] index pattern => data view ( #110421 ) ( #115497 )
...
* [user docs - index patterns] index pattern => data view (#110421 )
2021-11-02 11:34:59 -05:00
gchaps
3cdced3c45
[DOCS] Updates Discover docs ( #110346 )
...
* [DOCS] Updates search for relevance doc
* [DOCS] Updates Discover intro doc
2021-09-02 07:41:54 -07:00
gchaps
404337514e
[DOCS] Updates screenshots to show new theme ( #104998 )
...
* [DOCS] Updates screenshots to show new theme
* [DOCS] Updates more screenshots in Discover docs
* [DOCS] Updates screenshot for license management
* [DOCS] Attempt to make the screenshots more readable
2021-07-19 08:41:19 -07:00
gchaps
357264db09
[DOCS] Fixes formatting in search sessions doc ( #105077 )
2021-07-09 09:34:27 -07:00
Joe Reuter
c47bf48261
background session limitation docs ( #102050 )
2021-06-15 14:33:29 +02:00
gchaps
08ff557ca6
[DOCS] Updates search for relevance doc ( #101439 )
...
* [DOCS] Updates search for relevance doc
* [DOCS] Better explanation of multi-column sorting
* [DOCS] Fixes typo
2021-06-08 08:06:44 -07:00
gchaps
0d4693cc53
[DOCS] Updates runtime example in Discover ( #100926 )
...
* [DOCS] Updates runtime example in Discover
* [DOCS] Updates images
* [DOCS] Adds link to runtime fields
2021-06-01 13:37:15 -07:00
Kaarina Tungseth
28a7bd31fd
[DOCS] Dashboard changes for 7.13 ( #99681 )
...
* [DOCS] Dashboard changes for 7.13
* Review comments
* Review comments
* Fixes link
* Fixes lens link
2021-05-24 15:14:37 -05:00
gchaps
9b2e8c94d3
[DOCS] Adds a section on runtime fields to the Discover intro ( #99143 )
...
* [DOCS] Adds a section on runtime fields to the Discover intro
* [DOCS] Updates images
* Adds link to runtime fields doc
* [DOCS] Adds note about filtering, editing, and deleting runtime fields
Co-authored-by: KOTungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-05-12 14:30:25 -07:00
Anton Dosov
ff3badd80d
[Search Sessions] adjust docs for 7.13 changes ( #98919 )
...
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-05-03 11:22:07 +02:00
gchaps
41ded7a8a2
[DOCS] Updates saved searches doc ( #97936 )
...
* [DOCS] Updates saved searches doc
* [DOCS] Adds info on adding a saved search to a dashboard
* [DOCS] Fixes silly typo
* Update docs/discover/save-search.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* Update docs/discover/save-search.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* Update docs/discover/save-search.asciidoc
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
* [DOCS] Incorporates review feedback
* [DOCS] Updates doc per review comments
* [DOCS] Fixes description of saved query
* [DOCS] Incorporates review comments
Co-authored-by: Matthias Wilhelm <ankertal@gmail.com>
2021-04-29 10:26:34 -07:00
gchaps
7ef187ec89
[DOCS] Updates images and text in Discover ( #98694 )
...
* [DOCS] Updates images and text in Discover
* [DOCS] Edits after walkthrough
* [DOCS] Fixes typo
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-04-29 10:25:50 -07:00
Matthias Wilhelm
58d4164b6c
[Discover][doc] Add view document ( #92472 )
...
* Adds info about the doc viewer of Discover
* Merges with the context view doc
Co-authored-by: Gail Chappell <gail.chappell@elastic.co>
2021-04-29 10:47:17 +02:00
gchaps
e6e36102f0
[DOCS] Reorganizes concepts and discover sections ( #97019 )
...
* [DOCS] Reorganizes concepts and discover sections
* [DOCS] Updates time filter and saved query sections
* Update docs/discover/save-search.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* [DOCS] Updates time filter and saved query doc
* [DOCS] Updates images
* [DOCS] Adds missing images
* [DOCS] Minor edits
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
2021-04-21 11:02:00 -07:00
Kaarina Tungseth
1aa6a140dd
Ui changes ( #95989 )
2021-04-01 09:09:11 -05:00
gchaps
ea8efd5ebe
[DOCS] Adds docs for search sessions ( #94661 )
...
* [DOCS] Adds docs for search sessions
* [DOCS] Improves intro and title for search sessions doc
* [DOCS] Fixes bulleted list
* [DOCS] Makes doc title more descriptive
* [DOCS] Incorporates review comments
* [DOCS] Includes a better explanation of restore action
* [DOCS] Changed titled and fixed setting names
* [DOCS] Verified content about maps and restored session
* [DOCS] Fixes setting names
* [DOCS] Changes order of last two steps
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 09:35:08 -07:00
Matthias Wilhelm
88f41565b0
[Discover][Doc] Improve main documentation ( #91854 )
...
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-03-04 19:09:43 +01:00
Matthias Wilhelm
51b416b23f
[Discover] Restore context documentation ( #90784 )
...
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-03-04 17:24:13 +01:00
Matthias Wilhelm
3894ecf862
[Discover][docs] Add search for relevance ( #90611 )
...
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-02-25 21:45:14 +01:00
Wylie Conlon
d4f3420b41
[Docs] Clarify KQL and Lucene docs ( #91065 )
...
* [Docs] Clarify KQL and Lucene docs
* Code review suggestions
2021-02-16 13:06:25 -05:00
gchaps
b181f05141
[DOCS] Adds examples of date range queries ( #88201 )
...
* [DOCS] Adds examples of date range queries
* Update docs/discover/kuery.asciidoc
Co-authored-by: Nicholas Bellerophon <github@nerophon.com>
Co-authored-by: Nicholas Bellerophon <github@nerophon.com>
2021-01-13 08:54:21 -08:00