mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[TSVB] Documents the new index pattern mode (#102880)
* [TSVB] Document the new index pattern mode * Add a callout to TSVB to advertise the new index pattern mode * Conditionally render the callout, give capability to dismiss it * Fix i18n * Update the notification texts * Update notification text * Change callout storage key * add UseIndexPatternModeCallout component * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Update docs/user/dashboard/tsvb.asciidoc Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> * Final docs changes * Remove TSVB from title Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Alexey Antonov <alexwizp@gmail.com> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
This commit is contained in:
parent
6c328cc8e0
commit
c52e0e12aa
5 changed files with 96 additions and 2 deletions
BIN
docs/user/dashboard/images/tsvb_index_pattern_selection_mode.png
Normal file
BIN
docs/user/dashboard/images/tsvb_index_pattern_selection_mode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
|
@ -30,6 +30,29 @@ By default, *TSVB* drops the last bucket because the time filter intersects the
|
|||
|
||||
.. In the *Panel filter* field, enter <<kuery-query, KQL filters>> to view specific documents.
|
||||
|
||||
[float]
|
||||
[[tsvb-index-pattern-mode]]
|
||||
==== Index pattern mode
|
||||
Create *TSVB* visualizations with {kib} index patterns.
|
||||
|
||||
IMPORTANT: Creating *TSVB* visualizations with an {es} index string is deprecated and will be removed in a future release.
|
||||
It is the default one for new visualizations but it can also be switched for the old implementations:
|
||||
|
||||
. Click *Panel options*, then click the gear icon to open the *Index pattern selection mode* options.
|
||||
. Select *Use only Kibana index patterns*.
|
||||
. Reselect the index pattern from the dropdown, then select the *Time field*.
|
||||
|
||||
image::images/tsvb_index_pattern_selection_mode.png[Change index pattern selection mode action]
|
||||
|
||||
The index pattern mode unlocks many new features, such as:
|
||||
* Runtime fields
|
||||
|
||||
* URL drilldowns
|
||||
|
||||
* Interactive filters for time series visualizations
|
||||
|
||||
* Better performance
|
||||
|
||||
[float]
|
||||
[[configure-the-data-series]]
|
||||
==== Configure the series
|
||||
|
@ -177,4 +200,4 @@ To group with multiple fields, create runtime fields in the index pattern you ar
|
|||
[role="screenshot"]
|
||||
image::images/tsvb_group_by_multiple_fields.png[Group by multiple fields]
|
||||
|
||||
. Create a new TSVB visualization and group by this field.
|
||||
. Create a new TSVB visualization and group by this field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue