You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/search/get-started-with-search/search-page/field-browser/index.md
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,21 @@ The Field Browser displays the number of values for each field returned in a sea
16
16
17
17
In addition to the fields found in your logs, the Field Browser shows **Time** (for message time), **Receipt Time** (for the receipt time), and **Message** (for raw log messages). No [drill-down searches](search-from-field-browser.md) can be run on these fields because they do not contain number or string data that can be searched on.
18
18
19
+
:::info
20
+
The **Receipt Time** field will only be displayed in the field browser when it is included in the query or when the **Use the Receipt Time** option is toggled on.
1. Search for fields by entering text in this field.
22
-
1. List of Fields shown in the Messages tab.
23
-
1. Indicates a Timestamp field.
24
-
1. List of Fields that are hidden from view.
25
-
1. Indicates the field contains a text string.
26
-
1. Indicates the field contains numerical data.
27
-
1. Click to save the settings for this search.
28
-
1. Displays the count of a field. Available for non-aggregate queries only.
29
-
1. Tilde (`~`) in front of a count value indicates that the value is approximate. If the number of parsed messages is less than or equal to 2500, an exact value is shown in the Field Browser. If the number of parsed messages exceeds 2500, an approximation is shown.
25
+
A. Search for fields by entering text in this field.
26
+
B. List of Fields shown in the Messages tab.
27
+
C. Indicates a Timestamp field.
28
+
D. List of Fields that are hidden from view.
29
+
E. Indicates the field contains a text string.
30
+
F. Indicates the field contains numerical data.
31
+
G. Click to save the settings for this search.
32
+
H. Displays the count of a field. Available for non-aggregate queries only.
33
+
I. Tilde (`~`) in front of a count value indicates that the value is approximate. If the number of parsed messages is less than or equal to 2500, an exact value is shown in the Field Browser. If the number of parsed messages exceeds 2500, an approximation is shown.
0 commit comments