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/get-started/sumo-logic-ui-classic.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,4 @@ To administer Sumo Logic accounts, users, and security, do the following:
260
260
261
261
Now that you're familiar with the layout and features in the Sumo Logic user interface (UI), you're ready to ramp up your Sumo Logic skills with [self-paced training](https://www.sumologic.com/self-paced-training/).
262
262
263
-
You do not have to stop there either. You can take the next step and become Sumo Logic Certified. For more information on the Sumo Logic Certification program courses, go to the **Home** page, click the **Learn** tab, and click **Get Certified**. See [Certification FAQs](/docs/get-started/training-certification-faq) for more information.
You do not have to stop there either. You can take the next step and become Sumo Logic Certified. For more information on the Sumo Logic Certification program courses, go to the **Home** page, click the **Learn** tab. See [Certification FAQs](/docs/get-started/training-certification-faq) for more information.
Copy file name to clipboardExpand all lines: docs/search/get-started-with-search/search-basics/view-search-results-json-logs.md
+6-19Lines changed: 6 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,35 +34,22 @@ Right-click an individual message to see the following option:
34
34
The [field browser](/docs/search/get-started-with-search/search-page/field-browser) and search results [messages table](/docs/search/get-started-with-search/search-page) have a few helpful features.
35
35
36
36
Field Browser:
37
-
38
-
* A search input field allows you to search for fields by name.
* A search input field allows you to search for fields by name.<br/><img src={useBaseUrl('img/search/get-started-search/build-search/dynamic-parsing/field-browser-search-field.png')} alt="Field browser search field" style={{border: '1px solid gray'}} width="400" />
38
+
* JSON structures are nested with expand and collapse options.<br/><img src={useBaseUrl('img/search/get-started-search/build-search/dynamic-parsing/field-browser-expand-collapse-JSON.png')} alt="Field browser expand collapse JSON" style={{border: '1px solid gray'}} width="200" />
39
+
* A copy button is available to the right of each field allowing you to easily copy a field name.<br/><img src={useBaseUrl('img/search/get-started-search/build-search/dynamic-parsing/field-browser-copy-field.png')} alt="Field browser copy field" style={{border: '1px solid gray'}} width="500" />
49
40
50
41
Search results table:
51
42
52
-
* You can copy field names from JSON structures. After selecting (click and highlight) a JSON key in your results, right click and select **Copy field name**. See [modifying a search from the messages tab]/modify-search-from-messages-tab) for details on the other provided options.
53
-
54
-

43
+
* You can copy field names from JSON structures. After selecting (click and highlight) a JSON key in your results, right click and select **Copy field name**. See [modifying a search from the messages tab]/modify-search-from-messages-tab) for details on the other provided options.<br/><img src={useBaseUrl('img/search/get-started-search/build-search/dynamic-parsing/JSON-right-click-copy-options.png')} alt="JSON right click copy options" style={{border: '1px solid gray'}} width="300" />
55
44
56
45
Copying a field name using this option will automatically format [field names that have special characters](/docs/search/get-started-with-search/search-basics/reference-field-special-characters). For example, the field name shown in the screenshot is **total time-series**, it would be automatically formatted to **%"total time-series"** to work properly in a search query.
57
46
58
-
* A copy button is available to the right of each column (field) name allowing you to easily copy a field name.
* A copy button is available to the right of each column (field) name allowing you to easily copy a field name.<br/><img src={useBaseUrl('img/search/get-started-search/build-search/dynamic-parsing/copy-button-messages-table.png')} alt="Copy button messages table" style={{border: '1px solid gray'}} width="500" />
61
48
62
49
## Format JSON messages in search results
63
50
64
51
If the messages in your search results can be formatted as JSON, the **Messages** tab presents the option to display each message in JSON or raw format. Click the link to toggle between the JSON and raw view.
65
52
66
53
The view of JSON formatting is limited to JSON files less than 10 KB in size.
67
54
68
-

0 commit comments