[DOCS] Updated image in highlights doc (#34576)

* [DOCS] Updated image in highlights doc

* Update docs/release-notes/highlights-7.0.0.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
This commit is contained in:
gchaps 2019-04-04 14:00:45 -07:00 committed by GitHub
parent dcb9bf84d1
commit a707f077f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 20 deletions

BIN
docs/images/highlights-7.0.0-filters.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View file

@ -7,8 +7,8 @@
Each release of {kib} brings new features and product improvements.
Here are the highlights of the feature and user experience changes in 7.0.0.
Refer to the {kib} <<breaking-changes-7.0, Breaking Changes>> and <<release-notes,
Release Notes>> for a list of bug fixes and other changes.
Refer to the {kib} <<breaking-changes-7.0, breaking changes>> and <<release-notes,
release notes>> for a list of bug fixes and other changes.
//NOTE: The notable-highlights tagged regions are re-used in the
//Installation and Upgrade Guide
@ -19,12 +19,14 @@ Release Notes>> for a list of bug fixes and other changes.
=== Fresh, sleek design
Since the introduction of the https://elastic.github.io/eui/#/[Elastic UI framework] in 6.2,
{kib} has undergone a major design revamp. This release showcases this lighter,
more minimal design in its final form. The biggest change is a persistent global header, which
{kib} has undergone a major design revamp. This release showcases a lighter, more
minimal design that brings it all together. The biggest change is a persistent global header, which
displays information related to where you are in {kib}. The side navigation
is now collapsed by default, giving applications more horizontal space.
Dashboards and applications also got much needed touch-ups, including a new
default font.
Dashboards and most of the {kib} applications also got much needed touch-ups.
Finally, the font changed to https://rsms.me/inter/[Inter UI], which is closer to
more modern system fonts found on your OS of choice.
[role="screenshot"]
image::images/highlights-7.0.0-design.png[Fresh, sleek Kibana design]
@ -35,7 +37,8 @@ image::images/highlights-7.0.0-design.png[Fresh, sleek Kibana design]
In 6.3, {kib} introduced the
{kibana-ref}/kuery-query.html[Kibana Query Language (KQL)], and in 7.0.0,
KQL is the default. KQL offers a simplified query syntax and support for
scripted fields. If you have a https://www.elastic.co/subscriptions[Basic license or above], KQL also provides
scripted fields. If you have a https://www.elastic.co/subscriptions[Basic license]
(the default distribution) or above, KQL also provides
autocomplete. If you prefer the
{kibana-ref}/lucene-query.html[Lucene query syntax], you have the option
to turn off KQL.
@ -48,8 +51,8 @@ image::images/highlights-7.0.0-kql.png[Kibana Query Language]
{kib} now supports a dark theme across the entire application. To try out this theme, go
to *Management > Advanced settings*, flip the dark mode switch, and reload your
page. Because theming is saved at the {kibana-ref}/xpack-spaces.html[Spaces] level, you can no longer set a dark or
light theme on an individual dashboard.
page. Because theme selection is saved at the {kibana-ref}/xpack-spaces.html[Spaces] level,
you can no longer set a dark or light theme on an individual dashboard.
[role="screenshot"]
image::images/highlights-7.0.0-dark-theme.png[Kibana dark theme]
@ -59,9 +62,10 @@ image::images/highlights-7.0.0-dark-theme.png[Kibana dark theme]
[float]
=== Responsive dashboards
experimental[] As part of the enhancements to {kib} dashboards in 7.0, we've also made the design
experimental[] As part of the enhancements to {kib} dashboards in 7.0,
the design is
more responsive. If you want to view and interact with {kib} on the go,
feel free to pull it up on your phone and test out this new, experimental responsive layout.
pull it up on your phone and test out this new, experimental responsive layout.
[role="screenshot"]
@ -69,32 +73,36 @@ image::images/highlights-7.0.0-responsive.png[Responsive dashboard]
[float]
=== New look and feel for timepicker and filters
=== New look for timepicker and filters
The timepicker now makes it easier to deal with complex date queries. For example,
you can mix relative times with absolute ones.
you can mix relative times with absolute ones. The timepicker design is also improved.
The control no longer pushes the content down the page as you interact
with it. The design is also more compact, which is necessary
to make it work better on mobile dashboards.
[role="screenshot"]
image::images/highlights-7.0.0-timepicker.png[Kibana timepicker]
Filters are enhanced in two ways. Each filter now comes with its own menu to
clearly label its actions. You can also now work with filters in bulk and
apply them from your dashboards and saved searches.
Filters are enhanced in two ways. Each filter now provides a dropdown menu
that clearly defines the actions you can take on the filter. Theres also a
new menu for dealing with filters in bulk.
[role="screenshot"]
image::images/highlights-7.0.0-filters.png[Kibana timepicker]
image::images/highlights-7.0.0-filters.png[Filters menu]
[float]
=== Saved objects aware of each other
=== Saved objects structure improvements
The <<breaking-changes-7.0-saved-objects,structure of saved objects changed>> so that they are now aware of each other.
The <<breaking-changes-7.0-saved-objects,structure of saved objects changed>> so
that they are now aware of each other.
This means you can now export a dashboard,
including all visualization dependencies, from the Saved objects page.
You can also easily move objects from one {kib} instance to another or
between Spaces.
[float]
=== Canvas improvements
=== Canvas enhancements
Canvas has two notable improvements: an expandable expression editor and
additional keyboard shortcuts.