Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7986b92
W-22069245-log-search-hyperforce-duke
dukesphere May 3, 2026
eff1fbc
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
8043563
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
5d5d404
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
dadd46b
images
dukesphere May 5, 2026
69060e1
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
84eb830
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
c34d47d
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
0d54578
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
7340284
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
8c4e827
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
8b7e81d
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
73cea99
W-22069245-log-search-hyperforce-duke
dukesphere May 5, 2026
d0ea01c
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
0e07e47
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
b887634
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
7ad9606
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
5be773e
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
687363e
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
497480e
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
546a1d0
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
ebce539
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
6a87c74
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
f769f75
W-22069245-log-search-hyperforce-duke
dukesphere May 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/ROOT/assets/images/logs-search-hf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added modules/ROOT/assets/images/logs-top5-hf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*** xref:raw-data.adoc[]
*** xref:log-search-query-syntax.adoc[Log Search Query Syntax]
** xref:logs-jp-ca.adoc[]
** xref:logs-search-hf.adoc[]
* xref:telemetry-exporter.adoc[Exporting Telemetry Data]
* xref:reports.adoc[Viewing Reports]
* xref:tools.adoc[]
377 changes: 377 additions & 0 deletions modules/ROOT/pages/logs-search-hf.adoc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions modules/ROOT/pages/logs-us-eu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ To search the logs, type your search query into the log search field and press *
* Search for a term, such as `"Info Dynamic Logging"`.
+
Without quotes, the query returns results for matches to each term.
* Use a wildcard in your search, such as `resourceId=hellowor*`.
* Use logical operators, such as `resourceId=hellowor* AND "Info Dynamic Logging"`.
* Use a wildcard in your search, such as `appId=myap*`.
* Use logical operators, such as `appId=myap* AND "Info Dynamic Logging"`.

[[search-filter]]
=== Search with a Filter
Expand Down