Skip to content

Commit e1723ea

Browse files
committed
Merge branch 'update-airtable-app-doc' of github.com:SumoLogic/sumologic-documentation into update-airtable-app-doc
2 parents b1e38de + 88b769a commit e1723ea

File tree

14 files changed

+1499
-1805
lines changed

14 files changed

+1499
-1805
lines changed

blog-collector/2023/12-31.md

Lines changed: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ image: https://help.sumologic.com/img/sumo-square.png
55

66
import useBaseUrl from '@docusaurus/useBaseUrl';
77

8-
9-
108
This is an archive of 2023 Collector Release Notes. To view the full archive, [click here](/release-notes-collector/archive).
119

1210
<!--truncate-->
1311

1412
---
15-
### November 13, 2023 - Version 19.467-2
13+
### December 18, 2023 (OpenTelemetry Collector)
14+
15+
#### Auto Discovery
16+
17+
We're excited to announce our new **Auto Discovery for OpenTelemetry** feature, which automatically detects the services that can be installed to monitor the data collected from the server on which the collector is running. [Learn more](/docs/send-data/opentelemetry-collector/auto-discovery).
18+
19+
---
20+
### November 13, 2023 - Version 19.467-2 (Installed Collector)
1621

1722
In this release, we've enhanced the security and stability of the Collector with added support for security patches and bug fixes.
1823

@@ -30,13 +35,13 @@ In this release, we've enhanced the security and stability of the Collector with
3035
- Fixed temporary files issue in Windows installation.
3136

3237
---
33-
### October 26, 2023 - Version 19.461-1
38+
### October 26, 2023 - Version 19.461-1 (Installed Collector)
3439

3540
In this release, we've resolved the collector start issue that was occurring after the Windows feature update. For collectors running as custom user, refer to the [Advanced UI Installer Settings](/docs/send-data/installed-collectors/collector-installation-reference/advanced-ui-installer-settings#provide-full-control-access-for-custom-user) to provide full access to custom user.
3641

3742

3843
---
39-
### August 22, 2023 - Version 19.456-3
44+
### August 22, 2023 - Version 19.456-3 (Installed Collector)
4045

4146
In this release, we've enhanced our Collector security and stability by adding support for security patches and bug fixes.
4247

@@ -52,18 +57,18 @@ In this release, we've enhanced our Collector security and stability by adding s
5257

5358

5459
---
55-
### July 11, 2023 - Version 19.451-1
60+
### July 11, 2023 - Version 19.451-1 (Installed Collector)
5661

5762
* **Bug fix**. Log level for message `AppendStringInfo` is updated from info to debug.
5863
* **Security fix**. Upgraded `org.json:json` to version 20230227 to address known security vulnerabilities (CVE-2022-45688).
5964

6065
---
61-
### May 23, 2023 - Version 19.441-2
66+
### May 23, 2023 - Version 19.441-2 (Installed Collector)
6267

6368
In this release, we've upgraded the collector JRE to **Amazon Corretto Version 8.372.07.1** to enhance reliability and stability, and optimized performance for faster execution.
6469

6570
---
66-
### May 5, 2023 - Version 19.441-1
71+
### May 5, 2023 - Version 19.441-1 (Installed Collector)
6772

6873
In this release, we've enhanced the security and stability of Collector with added support for security patches and bug fixes.
6974

@@ -82,13 +87,29 @@ In this release, we've enhanced the security and stability of Collector with add
8287

8388

8489
---
85-
### April 20, 2023 - Version 19.418-8
90+
### April 20, 2023 - Version 19.418-8 (Installed Collector)
8691

8792
We're pleased to announce that the bridge version now offers enhanced support for the BCTLS FIPS upgrade.
8893

8994

9095
---
91-
### March 15, 2023 - Version 19.418-7
96+
### March 28, 2023 (OpenTelemetry Collector)
97+
98+
#### Sumo Logic Distribution for OpenTelemetry
99+
100+
New - We’re happy to announce a release that saves you configuration time. Our new and improved OpenTelemetry collector data onboarding workflow that gets you up and running with infrastructure monitoring in minutes. With this update, you can start monitoring host and process data, web servers (like IIS, Nginx), databases (like MySQL, Redis, Cassandra), and other sources out of the box - no manual configuration required. [Learn more](/docs/get-started/quickstart).
101+
102+
The Sumo Logic Distribution for OpenTelemetry, a single unified agent to send Logs, Metrics, Traces, and Metadata, helps simplify and streamline Observability and debugging to improve overall system reliability and efficiency. [Learn more](/docs/send-data/opentelemetry-collector).
103+
104+
:::note
105+
The new onboarding workflows are only available for new Trial customers at this time.
106+
:::
107+
108+
<img src={useBaseUrl('img/send-data/opentelemetry-collector/otel-onboarding.gif')} alt="OpenTelemetry collector onboarding flow" />
109+
110+
111+
---
112+
### March 15, 2023 - Version 19.418-7 (Installed Collector)
92113

93114
In this release, we've enhanced the security and stability of Collector with added support for security patch and bug fix.
94115

blog-service/2025-01-08-otel-remote-management.md renamed to blog-collector/2025-01-08-otel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Remote Management for OpenTelemetry Collector (Collection)
2+
title: Remote Management for OpenTelemetry Collector (OpenTelemetry Collector)
33
image: https://help.sumologic.com/img/sumo-square.png
44
keywords:
55
- collection
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
2-
title: Version 19.525-1
2+
title: Version 19.525-1 (Installed Collector)
33
hide_table_of_contents: true
44
image: https://help.sumologic.com/img/sumo-square.png
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
10-
119
In this release, we've upgraded the collector JRE to **Amazon Corretto Version `8.442.06.1`** to enhance stability and optimize performance for faster execution.

blog-collector/2025-05-14.md renamed to blog-collector/2025-05-14-installed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Version 19.525-42
2+
title: Version 19.525-42 (Installed Collector)
33
hide_table_of_contents: true
44
image: https://help.sumologic.com/img/sumo-square.png
55
---
@@ -14,4 +14,4 @@ In this release, we've enhanced the security and stability of the Collector with
1414

1515
## Bug Fix
1616

17-
- Fixed the improper filtering of `AD` objects when `Exclude Distinguished Name Suffixes` filter is configured.
17+
- Fixed the improper filtering of `AD` objects when `Exclude Distinguished Name Suffixes` filter is configured.

blog-service/2023/12-31.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,10 @@ image: https://help.sumologic.com/img/sumo-square.png
55

66
import useBaseUrl from '@docusaurus/useBaseUrl';
77

8-
9-
108
This is an archive of the 2023 Sumo Logic Service Release Notes.
119

1210
<!--truncate-->
1311

14-
---
15-
### December 18, 2023 (Collection)
16-
17-
#### Auto Discovery
18-
We're excited to announce our new **Auto Discovery for OpenTelemetry** feature, which automatically detects the services that can be installed to monitor the data collected from the server on which the collector is running. [Learn more](/docs/send-data/opentelemetry-collector/auto-discovery).
19-
2012
---
2113
### November 29, 2023 (Manage Account)
2214

@@ -1253,22 +1245,6 @@ This feature is in Beta. To participate, contact your Sumo Logic account executi
12531245

12541246
New - Our new **Scheduled Report** feature enables you to receive an email copy of a dashboard periodically in either PDF or PNG format, allowing you to get insight into the dashboard without logging into the Sumo Logic platform.
12551247

1256-
---
1257-
### March 28, 2023 (Collection)
1258-
1259-
#### Sumo Logic Distribution for OpenTelemetry
1260-
1261-
New - We’re happy to announce a release that saves you configuration time. Our new and improved OpenTelemetry collector data onboarding workflow that gets you up and running with infrastructure monitoring in minutes. With this update, you can start monitoring host and process data, web servers (like IIS, Nginx), databases (like MySQL, Redis, Cassandra), and other sources out of the box - no manual configuration required. [Learn more](/docs/get-started/quickstart).
1262-
1263-
The Sumo Logic Distribution for OpenTelemetry, a single unified agent to send Logs, Metrics, Traces, and Metadata, helps simplify and streamline Observability and debugging to improve overall system reliability and efficiency. [Learn more](/docs/send-data/opentelemetry-collector).
1264-
1265-
:::note
1266-
The new onboarding workflows are only available for new Trial customers at this time.
1267-
:::
1268-
1269-
<img src={useBaseUrl('img/send-data/opentelemetry-collector/otel-onboarding.gif')} alt="OpenTelemetry collector onboarding flow" />
1270-
1271-
12721248
---
12731249
### March 2, 2023 (Dashboards)
12741250

docs/api/getting-started.md

Lines changed: 15 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -87,103 +87,21 @@ Sumo Logic has several deployments that are assigned depending on the geographic
8787

8888
Sumo Logic redirects your browser to the correct login URL and also redirects Collectors to the correct endpoint. However, if you're using an API you'll need to manually direct your API client to the correct Sumo Logic API URL.
8989

90-
<table>
91-
<tr>
92-
<td>Deployment</td>
93-
<td>Service Endpoint (login URL)</td>
94-
<td>API Endpoint</td>
95-
<td>Collection Endpoint</td>
96-
<td>Cloud Syslog Endpoint</td>
97-
<td>OpenTelemetry Collector Endpoint</td>
98-
</tr>
99-
<tr>
100-
<td>AU</td>
101-
<td>https://service.au.sumologic.com</td>
102-
<td>https://api.au.sumologic.com/api/</td>
103-
<td>https://collectors.au.sumologic.com</td>
104-
<td>syslog.collection.au.sumologic.com</td>
105-
<td>https://open-collectors.au.sumologic.com</td>
106-
</tr>
107-
<tr>
108-
<td>CA</td>
109-
<td>https://service.ca.sumologic.com</td>
110-
<td>https://api.ca.sumologic.com/api/</td>
111-
<td>https://collectors.ca.sumologic.com</td>
112-
<td>syslog.collection.ca.sumologic.com</td>
113-
<td>https://open-collectors.ca.sumologic.com</td>
114-
</tr>
115-
<tr>
116-
<td>DE</td>
117-
<td>https://service.de.sumologic.com</td>
118-
<td>https://api.de.sumologic.com/api/</td>
119-
<td>https://collectors.de.sumologic.com</td>
120-
<td>syslog.collection.de.sumologic.com</td>
121-
<td>https://open-collectors.de.sumologic.com</td>
122-
</tr>
123-
<tr>
124-
<td>EU</td>
125-
<td>https://service.eu.sumologic.com</td>
126-
<td>https://api.eu.sumologic.com/api/</td>
127-
<td>https://collectors.eu.sumologic.com<br/>
128-
https://endpoint1.collection.eu.sumologic.com</td>
129-
<td>syslog.collection.eu.sumologic.com</td>
130-
<td>https://open-collectors.eu.sumologic.com</td>
131-
</tr>
132-
<tr>
133-
<td>FED</td>
134-
<td>https://service.fed.sumologic.com</td>
135-
<td>https://api.fed.sumologic.com/api/</td>
136-
<td>https://collectors.fed.sumologic.com</td>
137-
<td>syslog.collection.fed.sumologic.com</td>
138-
<td>https://open-collectors.fed.sumologic.com/</td>
139-
</tr>
140-
<tr>
141-
<td>JP</td>
142-
<td>https://service.jp.sumologic.com</td>
143-
<td>https://api.jp.sumologic.com/api/</td>
144-
<td>https://collectors.jp.sumologic.com</td>
145-
<td>syslog.collection.jp.sumologic.com</td>
146-
<td>https://open-collectors.jp.sumologic.com</td>
147-
</tr>
148-
<tr>
149-
<td>KR</td>
150-
<td>https://service.kr.sumologic.com</td>
151-
<td>https://api.kr.sumologic.com/api/</td>
152-
<td>https://collectors.kr.sumologic.com</td>
153-
<td>syslog.collection.kr.sumologic.com</td>
154-
<td>https://open-collectors.kr.sumologic.com</td>
155-
</tr>
156-
<tr>
157-
<td>US1</td>
158-
<td>https://service.sumologic.com/</td>
159-
<td>https://api.sumologic.com/api/</td>
160-
<td>https://collectors.sumologic.com<br/>
161-
https://endpoint1.collection.sumologic.com<br/>
162-
https://endpoint2.collection.sumologic.com<br/>
163-
https://endpoint3.collection.sumologic.com<br/>
164-
https://endpoint4.collection.sumologic.com<br/>
165-
https://endpoint5.collection.sumologic.com</td>
166-
<td>syslog.collection.us1.sumologic.com</td>
167-
<td>https://open-collectors.sumologic.com</td>
168-
</tr>
169-
<tr>
170-
<td>US2</td>
171-
<td>https://service.us2.sumologic.com</td>
172-
<td>https://api.us2.sumologic.com/api/</td>
173-
<td>https://collectors.us2.sumologic.com<br/>
174-
https://endpoint1.collection.us2.sumologic.com<br/>
175-
https://endpoint2.collection.us2.sumologic.com<br/>
176-
https://endpoint3.collection.us2.sumologic.com<br/>
177-
https://endpoint4.collection.us2.sumologic.com<br/>
178-
https://endpoint5.collection.us2.sumologic.com<br/>
179-
https://endpoint6.collection.us2.sumologic.com<br/>
180-
https://endpoint7.collection.us2.sumologic.com<br/>
181-
https://endpoint8.collection.us2.sumologic.com<br/>
182-
https://endpoint9.collection.us2.sumologic.com/</td>
183-
<td>syslog.collection.us2.sumologic.com</td>
184-
<td>https://open-collectors.us2.sumologic.com</td>
185-
</tr>
186-
</table>
90+
<div class="responsive-table">
91+
92+
| Region | Service<br/>(login URL) | API endpoint | Collection | Syslog | OTel |
93+
|:--|:--|:--|:--|:--|:--|
94+
| AU | [service.au.sumologic.com](https://service.au.sumologic.com) | `api.au.sumologic.com/api/` | `collectors.au.sumologic.com` | `syslog.collection.au.sumologic.com` | `open-collectors.au.sumologic.com` |
95+
| CA | [service.ca.sumologic.com](https://service.ca.sumologic.com) | `api.ca.sumologic.com/api/` | `collectors.ca.sumologic.com` | `syslog.collection.ca.sumologic.com` | `open-collectors.ca.sumologic.com` |
96+
| DE | [service.de.sumologic.com](https://service.de.sumologic.com) | `api.de.sumologic.com/api/` | `collectors.de.sumologic.com` | `syslog.collection.de.sumologic.com` | `open-collectors.de.sumologic.com` |
97+
| EU | [service.eu.sumologic.com](https://service.eu.sumologic.com) | `api.eu.sumologic.com/api/` | `collectors.eu.sumologic.com`<br/>`endpoint1.collection.eu.sumologic.com` | `syslog.collection.eu.sumologic.com` | `open-collectors.eu.sumologic.com` |
98+
| FED | [service.fed.sumologic.com](https://service.fed.sumologic.com) | `api.fed.sumologic.com/api/` | `collectors.fed.sumologic.com` | `syslog.collection.fed.sumologic.com` | `open-collectors.fed.sumologic.com` |
99+
| JP | [service.jp.sumologic.com](https://service.jp.sumologic.com) | `api.jp.sumologic.com/api/` | `collectors.jp.sumologic.com` | `syslog.collection.jp.sumologic.com` | `open-collectors.jp.sumologic.com` |
100+
| KR | [service.kr.sumologic.com](https://service.kr.sumologic.com) | `api.kr.sumologic.com/api/` | `collectors.kr.sumologic.com` | `syslog.collection.kr.sumologic.com` | `open-collectors.kr.sumologic.com` |
101+
| US1 | [service.sumologic.com](https://service.sumologic.com) | `api.sumologic.com/api/` | `collectors.sumologic.com`<br/>`endpoint1-5.collection.sumologic.com` | `syslog.collection.us1.sumologic.com` | `open-collectors.sumologic.com` |
102+
| US2 | [service.us2.sumologic.com](https://service.us2.sumologic.com) | `api.us2.sumologic.com/api/` | `collectors.us2.sumologic.com`<br/>`endpoint1-9.collection.us2.sumologic.com` | `syslog.collection.us2.sumologic.com` | `open-collectors.us2.sumologic.com` |
103+
104+
</div>
187105

188106
### Which endpoint should I should use?
189107

docs/contributing/style-guide.md

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -735,30 +735,42 @@ You can use a link to a file embedding the entire file, or embed a range of code
735735
</TabItem>
736736
</Tabs>
737737
738-
### Image sizes
738+
### Logos
739739
740-
When sizing images, use your discretion.
741-
742-
#### Logos
743-
744-
For square logos, set the width to about 45-55px.
740+
When sizing images, use your discretion. For square logos, set the width to about 45-55px.
745741
746742
| &#9989; **Do** | &#10060; **Don't** |
747743
|:---------------|:-------------------|
748744
| <img src={useBaseUrl('img/contributing/logo-yes.png')} alt="Screenshot showing correctly sized logo" width="400"/> | <img src={useBaseUrl('img/contributing/logo-no.png')} alt="Screenshot showing oversized logo" width="440"/> |
749745
750746
For wide logos (like [in this doc](/docs/integrations/microsoft-azure/iis-7/)), set the width to about 90-120px.
751747
752-
#### Screenshots
748+
### Screenshots
749+
750+
Use screenshots only when they clarify complex instructions. Our UI changes often, so minimizing screenshots reduces maintenance overhead.
751+
752+
* Prefer clear, concise text instructions over images when possible.
753+
* Only include screenshots if they significantly aid user understanding.
754+
* Avoid screenshots for simple UI interactions.
755+
* When updating docs, evaluate whether screenshots are outdated or redundant.
756+
* If you come across unnecessary screenshots, use your judgment to delete or replace them.
753757
754-
Ensure that screenshots are large enough so that the content is legible, but not comically oversized. Use your discretion.
758+
Make sure screenshots are large enough to be legible, but never wider than 800px. Avoid oversized images.
759+
760+
By default, images that you insert into a page are set to be responsive-resized for the type of device the reader is using.
761+
762+
Use the following syntax to add screenshots:
763+
764+
```md
765+
<img src={useBaseUrl('img/<your-image-file>.png')} alt="Descriptive alt text" style={{border: '1px solid gray'}} width="500" />
766+
```
767+
768+
Add appropriate `alt` text for accessibility. See [Add an image](#add-an-image) for more.
755769
756770
| &#9989; **Do** | &#10060; **Don't** |
757771
|:---------------|:-------------------|
758772
| <img src={useBaseUrl('img/contributing/screenshot-yes.png')} alt="alt-text" width="400"/> | <img src={useBaseUrl('img/contributing/screenshot-no.png')} alt="alt-text" width="400"/> |
759773
760-
Screenshots should never be wider than 600px.
761-
762774
### Images in lists
763775
764776
When adding an image to a bulleted or sequential list, include the image snippet in-line with the list item, with a `<br/>` element in between, like this:
@@ -785,13 +797,6 @@ When adding an image to a bulleted or sequential list, include the image snippet
785797
</TabItem>
786798
</Tabs>
787799
788-
### Screenshots
789-
790-
Capture screenshots using SnagIt in .png format. Use SnagIt's border effect to apply a gray (RGB 212, 212, 212) four-point border.
791-
792-
By default, images that you insert into a page are set to be responsive - resized for the type of device the reader is using.
793-
794-
795800
### Masking sensitive information
796801
797802
We mask sensitive information like usernames, email addresses, and IP addresses. In Snagit or a similar program, use the shape tool to mask the text using solid gray, (RGB 212, 212, 212).

0 commit comments

Comments
 (0)