[Docs] Add simple phrase highlighting to Logs UI (#41610) (#41696)

* [Docs] Add simple phrase highlighting to Logs UI

* Fix heading level
This commit is contained in:
Zacqary Adam Xeper 2019-07-22 15:55:10 -05:00 committed by GitHub
parent a325cc05d5
commit 933a3e5102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

View file

@ -72,6 +72,19 @@ image::logs/images/logs-usage-streaming-indicator.png[Logs streaming indicator]
Historical data offers infinite scrolling.
[float]
[[logs-highlight]]
=== Highlight a phrase in the logs stream
To find instances of a particular word or phrase in the logs stream, click the Highlights button in the toolbar and enter your search terms.
[role="screenshot"]
image::logs/images/logs-stream-highlight-box.png[Logs highlight dialog box]
This will highlight any instances of your search terms that appear in the logs stream.
[role="screenshot"]
image::logs/images/logs-stream-highlight-entries.png[Logs stream with the search term 'safepoint' highlighted]
[float]
[[logs-event-inspector]]
=== Inspect a log event