Skip to content

Commit c7f66dc

Browse files
authored
Misc cleanup (#5913)
* Start * Done
1 parent 4081cf3 commit c7f66dc

File tree

3 files changed

+7
-25
lines changed

3 files changed

+7
-25
lines changed

docs/contributing/create-edit-doc.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ Check out this brief tutorial on how to submit a basic change to our docs.
5757
This will fork and submit changes to the Docs Team for review.
5858
</details>
5959

60-
:::
61-
62-
6360
## Edit a doc
6461

6562
### Step 1: Fork the Sumo Docs repository

docs/get-started/sumo-logic-ui-classic.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,4 @@ To administer Sumo Logic accounts, users, and security, do the following:
260260

261261
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/).
262262

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.
264-
265-
<img src={useBaseUrl('img/get-started/certifications.png')} alt="Certifications" style={{border: '1px solid gray'}} width="500" />
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. See [Certification FAQs](/docs/get-started/training-certification-faq) for more information.

docs/search/get-started-with-search/search-basics/view-search-results-json-logs.md

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,35 +34,22 @@ Right-click an individual message to see the following option:
3434
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. 
3535

3636
Field Browser:
37-
38-
* A search input field allows you to search for fields by name.
39-
40-
![field browser search field](/img/search/get-started-search/build-search/dynamic-parsing/field-browser-search-field.png)
41-
42-
* JSON structures are nested with expand and collapse options.
43-
44-
![Field browser expand collapse JSON](/img/search/get-started-search/build-search/dynamic-parsing/field-browser-expand-collapse-JSON.png)
45-
46-
* A copy button is available to the right of each field allowing you to easily copy a field name.
47-
48-
![field browser copy field](/img/search/get-started-search/build-search/dynamic-parsing/field-browser-copy-field.png)
37+
* 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" />
4940

5041
Search results table:
5142

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-
![JSON right click copy options.png](/img/search/get-started-search/build-search/dynamic-parsing/JSON-right-click-copy-options.png)
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" />
5544

5645
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.
5746

58-
* A copy button is available to the right of each column (field) name allowing you to easily copy a field name.
59-
60-
![copy button messages table](/img/search/get-started-search/build-search/dynamic-parsing/copy-button-messages-table.png)
47+
* 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" />
6148

6249
## Format JSON messages in search results 
6350

6451
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. 
6552

6653
The view of JSON formatting is limited to JSON files less than 10 KB in size.
6754

68-
![View as JSON](/img/search/get-started-search/search-basics/view-search-results-json-logs/view-json.png)
55+
<img src={useBaseUrl('img/search/get-started-search/search-basics/view-search-results-json-logs/view-json.png')} alt="View as JSON" style={{border: '1px solid gray'}} width="600" />

0 commit comments

Comments
 (0)