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: blog-service/2025-04-28-manage.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
@@ -12,6 +12,4 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
12
12
13
13
We are happy to announce that authorized users can now control the visibility of installed app content. This update allows content administrators and the installing user to configure the roles and users who should be allowed to view the dashboards and log searches that are installed with an app.
14
14
15
-
For more information about sharing apps, see [Content Sharing in Sumo Logic](/docs/manage/content-sharing/).
Copy file name to clipboardExpand all lines: docs/contributing/style-guide.md
+5-28Lines changed: 5 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -894,7 +894,7 @@ Always start with `1.`. Markdown automatically numbers sequentially when buildin
894
894
1. Ordered sub-list.
895
895
1. And another item.
896
896
897
-
More content for this entry. And a screenshot:<br/> 
897
+
More content for this entry. And a screenshot:<br/><img src={useBaseUrl('img/apm/span-hover-view.png')} alt="Span hover" style={{border: '1px solid gray'}} width="400" />
898
898
899
899
```
900
900
</TabItem>
@@ -906,7 +906,7 @@ Always start with `1.`. Markdown automatically numbers sequentially when buildin
906
906
1. Actual numbers do not matter, just that it is a number.
907
907
1. Ordered sub-list.
908
908
1. And another item.
909
-
* More content forthisentry. And a screenshot:<br/>
909
+
* More content forthisentry. And a screenshot:<br/><img src={useBaseUrl('img/apm/span-hover-view.png')} alt="Span hover" style={{border:'1px solid gray'}} width="400"/>
910
910
911
911
</TabItem>
912
912
</Tabs>
@@ -1271,10 +1271,6 @@ In the UI, avoid periods for single sentences on their own. Whenever there are t
1271
1271
1272
1272
Our release notes (also known as changelog) are posted to the both the docs site and corresponding RSS feed. Check out the categories [here](/docs/release-notes). Keep your them concise and add links to documentation. If there are updated UI elements, add an image or gif.
1273
1273
1274
-
### Text only
1275
-
1276
-
To add a text-only release note:
1277
-
1278
1274
1. In the appropriate blog folder ([blog-collector](https://github.com/SumoLogic/sumologic-documentation/tree/main/blog-collector), [blog-cse](https://github.com/SumoLogic/sumologic-documentation/tree/main/blog-cse), [blog-csoar](https://github.com/SumoLogic/sumologic-documentation/tree/main/blog-csoar), [blog-developer](https://github.com/SumoLogic/sumologic-documentation/tree/main/blog-developer), [blog-service](https://github.com/SumoLogic/sumologic-documentation/tree/main/blog-service)), add a new file that follows the format of the other posts in that folder. For example, for blog-service release notes, the format is `YYYY-MM-DD-<product/feature>`. For Cloud SIEM and SOAR, the format is `YYYY-MM-DD-application-update` or `YYYY-MM-DD-content-update`.<br/><img src={useBaseUrl('img/contributing/release-notes-dropdown-menu.png')} alt="Release notes menu" style={{border: '1px solid gray'}} width="200"/>
1279
1275
1. Add the following frontmatter, swapping out these example values with your own. Because there's no `image`, we'll use the Sumo Logic logo in its place.
1280
1276
```markdown
@@ -1294,29 +1290,10 @@ To add a text-only release note:
1294
1290
* `hide-table-of-contents`. Hide the TOC on the page, keeping the notes clean and wide on the page.
1295
1291
1. Document the release notes. Add links, bullets, and images as needed.
1296
1292
1297
-
#### Long release notes
1293
+
### Long release notes
1298
1294
1299
1295
For lengthy release notes, we recommend introducing the notes and adding a truncate line (`<!--truncate-->`), followed by the full set of release notes.
1300
1296
1301
-
### Text and images
1302
-
1303
-
To add release notes with images:
1304
-
1305
-
1. In the blog folder, create a new folder with the following name format: `YYYY-MM-DD-product`.
1306
-
1. In the new folder, create a markdown file named `index.md`.
1. Save the image to this folder and add them to the markdown file: ``.
1318
-
1319
-
1320
1297
## Reusing content
1321
1298
1322
1299
For repeatable content - an identical section that appears in one or more docs - you can save a lot of time by creating one instance of that content in the `/docs/reuse` folder and then importing that snippet to other docs.
@@ -1386,7 +1363,7 @@ Tables use plain markdown with one header, default left-aligned columns, and mul
1386
1363
| Started At |07/27/202009:01:04.533| When the trace started. |
1387
1364
| Duration |12.582 ms | The amount of time the trace spans. |
1388
1365
|Numberof spans |35|A trace consists ofspans. This number tells you how many spans are in the trace. |
1389
-
| Duration Breakdown | | Each color indicates a service. The colors assigned to services are always the same on your account. You can change the color in the span summary tab after clicking on the individual span in trace view.<br/>Hover over to view a percentage breakdown of how long each span covers in the trace.<br/>|
1366
+
| Duration Breakdown |<img src={useBaseUrl('img/apm/traces/breakdown.png')} alt="Breakdown" style={{border:'1px solid gray'}} width="200"/>| Each color indicates a service. The colors assigned to services are always the same on your account. You can change the color in the span summary tab after clicking on the individual span in trace view.<br/>Hover over to view a percentage breakdown of how long each span covers in the trace.<br/><img src={useBaseUrl('img/apm/span-hover-view.png')} alt="Span hover" style={{border:'1px solid gray'}} width="300"/>|
1390
1367
|Numberof errors |0| The number of errors in the trace. |
1391
1368
| Status |200| The HTTP status code of the trace. |
1392
1369
```
@@ -1421,7 +1398,7 @@ Markdown | Less | Pretty
1421
1398
| Started At | 07/27/2020 09:01:04.533 | When the trace started. |
1422
1399
| Duration | 12.582 ms | The amount of time the trace spans. |
1423
1400
| Number of spans | 35 | A trace consists of spans. This number tells you how many spans are in the trace. |
1424
-
| Duration Breakdown |  | Each color indicates a service. The colors assigned to services are always the same on your account. You can change the color in the span summary tab after clicking on the individual span in trace view.<br/>Hover over to view a percentage breakdown of how long each span covers in the trace.<br/> |
1401
+
| Duration Breakdown | <img src={useBaseUrl('img/apm/traces/breakdown.png')} alt="Breakdown" style={{border: '1px solid gray'}} width="200" /> | Each color indicates a service. The colors assigned to services are always the same on your account. You can change the color in the span summary tab after clicking on the individual span in trace view.<br/>Hover over to view a percentage breakdown of how long each span covers in the trace.<br/><img src={useBaseUrl('img/apm/span-hover-view.png')} alt="Span hover" style={{border: '1px solid gray'}} width="300" /> |
1425
1402
| Number of errors | 0 | The number of errors in the trace. |
1426
1403
| Status | 200 | The HTTP status code of the trace. |
Copy file name to clipboardExpand all lines: docs/contributing/templates/generic-doc.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ description: Example template for creating a document in the Sumo Logic guides.
9
9
<metaname="robots"content="noindex" />
10
10
</head>
11
11
12
+
import useBaseUrl from '@docusaurus/useBaseUrl';
13
+
12
14
<!--Copy this markdown file and replace it with your own documentation. To view the full list of markdown components, see our [Style Guide](/docs/contributing/style-guide).
13
15
14
16
Replace the title above in the [Frontmatter section](/docs/contributing/style-guide#frontmatter) with yours. This will render as an H1 header. All other header sections should be H2, H3, H4, or H5.-->
@@ -20,7 +22,7 @@ To add an image, save the .png file with a simple name to the `/static/img` fold
Copy file name to clipboardExpand all lines: docs/get-started/help.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Docs cover all product features and should be your first resource when you have
19
19
If you haven't found the answer to your question in our online help documentation:
20
20
21
21
1.[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Help > Support**. <br/> [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu select **Help > Support**.
22
-
1. You'll be taken to Sumo Logic Support. Click **Submit a Request** to file a ticket.<br/>
22
+
1. You'll be taken to Sumo Logic Support. Click **Submit a Request** to file a ticket.<br/><img src={useBaseUrl('img/get-started/Help-Support.png')} alt="Support page" style={{border: '1px solid gray'}} width="800" />
23
23
24
24
On this site, you can log in with your account to access resources like Sumo Logic announcements, release notes, Knowledge Base articles, and more. You can also access the Sumo Logic Community in order to ask questions of fellow users.
25
25
@@ -41,7 +41,7 @@ You can also search for and request features, comment, and vote on issues that a
41
41
42
42
See the [Sumo Logic Community](https://community.sumologic.com) for more information.
|<img src={useBaseUrl('img/reuse/outage_minor.png')} alt="Minor icon" style={{border: '1px solid gray'}} width="25" />|**Minor.** Minor system outage. |
80
80
81
81
To determine which pod your account uses, look at the Sumo Logic URL. If you see `us2`, that means you're running on the US2 pod. If you see `eu` or `au`, you're on one of those pods.
0 commit comments