Skip to content

Commit f7a80ba

Browse files
committed
content fix
1 parent b2467c5 commit f7a80ba

File tree

1 file changed

+8
-5
lines changed
  • docs/search/get-started-with-search/search-page/field-browser

1 file changed

+8
-5
lines changed

docs/search/get-started-with-search/search-page/field-browser/index.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ For non-aggregate queries, the Field Browser is useful for narrowing results on
1414

1515
The Field Browser displays the number of values for each field returned in a search. It works in real time, so you can fine tune the fields you want to view or hide. After setting the fields to display, save your preferences so that the correct fields are always displayed in your searches. The preferences are saved just for your user account and don’t change the way data is displayed in other user accounts.
1616

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-
19-
:::info
20-
The **Receipt Time** field will only be displayed in the field browser when it is included as field in the query or when the **Use the Receipt Time** option for time interval type is toggled on.
21-
:::
17+
In addition to the fields found in your logs, the Field Browser shows **Time**, **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+
19+
- **Messages** represents the collapsed version of the log message with each row showing up to 10 lines.
20+
- **Message time** represents the time of your log events. This is parsed from your logs by the Collector. When adding a Source to a Collector, most users choose to automatically detect timestamps in their logs and parse them by selecting Extract timestamp information from log file entries in the Source configuration settings.
21+
- **Receipt time** is the timestamp the log message was received by the Collector. See [Use Receipt Time](/docs/search/get-started-with-search/build-search/use-receipt-time/) for details.
22+
:::info
23+
The **Receipt Time** field will only be displayed in the field browser when it is included as field in the query or when the **Use the Receipt Time** option for time interval type is toggled on.
24+
:::
2225

2326
![FB_Field-Browser_Display-Fields.png](/img/search/get-started-search/search-page/FB-Field-Browser-Display-Fields.png)
2427

0 commit comments

Comments
 (0)