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
We’re pleased to announce a new method for downloading the latest version of our installed collectors. While the static URL method is still available, you now have the option to use a CDN URL via UI for better performance.
11
+
12
+
:::info
13
+
This change does not affect the UI itself. The download process looks the same, but the underlying URL now uses a CDN to improve reliability and speed.
In this release, we've upgraded the collector JRE to **Amazon Corretto Version `8.462.08.1`** to enhance security and optimize performance for faster execution.
Copy file name to clipboardExpand all lines: docs/dashboards/panels/table-charts.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,11 @@ To add a panel with a table chart:
30
30
31
31
To create a metrics query utilize the [Metrics Search](/docs/metrics/metrics-queries).
32
32
33
-
1. Once the query runs you will need to flip the chart type to **Table**.<br/><img src={useBaseUrl('/img/dashboards/panels/table-charts/new-table-chart.png')} alt="new table chart" style={{border: '1px solid gray'}} width="700" />
33
+
1. Once the query runs, you will need to flip the chart type to **Table**.
34
+
1. (Optional) **Missing Data Display**. Enter the text that needs to be displayed when data is missing.
35
+
1. (Optional) **Font Size**. Font size of the text displayed. By default, `12` is set as font size. You can change this based on your requirement.
36
+
1. (Optional) **Decimals**. Sets the precision of units displayed. Select the number of decimals to show with a unit, up to 10.
37
+
1. (Optional) **Rows Per Page**. Set the numbers of rows to display in the table.<br/><img src={useBaseUrl('/img/dashboards/panels/table-charts/new-table-chart.png')} alt="new table chart" style={{border: '1px solid gray'}} width="800" />
34
38
1.[Modify the chart](./modify-chart.md) as desired.
35
39
1. Click the **Add to Dashboard** button on the top right of the window to add the panel to your dashboard.<br/><img src={useBaseUrl('/img/dashboards/create-dashboard/Add-to-Dashboard-button.png')} alt="Add to Dashboard button" style={{border: '1px solid gray'}} width="300" />
Copy file name to clipboardExpand all lines: docs/integrations/google/cloud-security-command-center.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -468,8 +468,8 @@ This section describes the Sumo Logic pipeline for collecting the data from Goog
468
468
Follow the steps below to integrate the Google Cloud Security Command Center (SCC) app:
469
469
470
470
1. Enable the [Security Command Center (SCC)](https://cloud.google.com/security-command-center/docs/activate-scc-overview) at the GCP console.
471
-
1. In Sumo Logic, [configure the Google Cloud Platform source](https://help.sumologic.com/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source/#configure-agoogle-cloud-platform-source).
472
-
1. In the GCP console, configure a Pub/Sub Topic for [GCP](https://help.sumologic.com/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source/#configure-a-pubsub-topicfor-gcp). This topic will be used to send SCC findings from GCP to Sumo Logic.
471
+
1. In Sumo Logic, [configure the Google Cloud Platform source](/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source/#configure-agoogle-cloud-platform-source).
472
+
1. In the GCP console, configure a Pub/Sub Topic for [GCP](/docs/send-data/hosted-collectors/google-source/google-cloud-platform-source/#configure-a-pubsub-topicfor-gcp). This topic will be used to send SCC findings from GCP to Sumo Logic.
473
473
1. In the SCC blade of the GCP console, click **Continuous Exports**. <br/><img src={useBaseUrl('https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/Google+Cloud+-+Security+Command+Center/step4.png')} alt="Google Cloud Storage dashboards" width="500" />
474
474
1. In the GCP console, export the findings from SCC to the [Pub/Sub Topic](https://cloud.google.com/security-command-center/docs/how-to-export-data?_gl=1*1dt4zsw*_ga*ODU1MTc4OTQ1LjE3Mzg3ODM5NzI.*_ga_WH2QY8WWF5*czE3NDY2Mzc3MzQkbzMkZzEkdDE3NDY2MzgxNDUkajYwJGwwJGgw#configure-pubsub-exports) created above.
Copy file name to clipboardExpand all lines: docs/integrations/sumo-apps/opentelemetry-collector-insights.md
+17-20Lines changed: 17 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,8 @@ Following are the [fields](/docs/manage/fields/) which will be created as part o
29
29
30
30
### For OTLP endpoint configuration
31
31
32
-
Before configuring the OTEL Collector integration, ensure you have the following prerequisites in place:
33
32
34
-
1.**Sumo Logic OTLP Source**: You need to create an OTLP source in your Sumo Logic hosted collector. The OTLP source will provide the endpoint URL that the OTEL Collector will use to send telemetry data.
35
-
36
-
**Documentation**: [Creating a Sumo Logic OTLP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/otlp/)
33
+
Before configuring the OTEL Collector integration, you need to create an OTLP source in your Sumo Logic hosted collector. The OTLP source will provide the endpoint URL that the OTEL Collector will use to send telemetry data. Learn more at [Creating a Sumo Logic OTLP Source](/docs/send-data/hosted-collectors/http-source/otlp/).
37
34
38
35
### For metrics collection
39
36
@@ -77,7 +74,7 @@ In this step, you will configure the OpenTelemetry Collector's built-in telemetr
77
74
78
75
Below are the inputs required:
79
76
80
-
-**OTLP Endpoint**: Your Sumo Logic OTLP endpoint URL.
77
+
-**OTLP Endpoint**. Your Sumo Logic OTLP endpoint URL.
81
78
82
79
83
80
```yaml
@@ -107,13 +104,13 @@ service:
107
104
deployment.environment: ${DEPLOYMENT_ENVIRONMENT}
108
105
```
109
106
110
-
You can add any custom fields which you want to tag along with the data ingested in Sumo.
107
+
You can add any custom fields which you want to tag along with the data ingested in Sumo Logic.
111
108
112
109
import EnvVar from '../../reuse/apps/opentelemetry/env-var-required.md';
@@ -137,31 +134,31 @@ import LogsIntro from '../../reuse/apps/opentelemetry/send-logs-intro.md';
137
134
138
135
1. Add the telemetry configuration to your existing collector configuration file in `/etc/otelcol-sumo/conf.d/` or directly in the main configuration file.
139
136
2. Place Env file in the following directory:
140
-
```sh
141
-
/etc/otelcol-sumo/env/
142
-
```
137
+
```sh
138
+
/etc/otelcol-sumo/env/
139
+
```
143
140
3. Restart the collector using:
144
-
```sh
145
-
sudo systemctl restart otelcol-sumo
146
-
```
141
+
```sh
142
+
sudo systemctl restart otelcol-sumo
143
+
```
147
144
148
145
</TabItem>
149
146
<TabItem value="Windows">
150
147
151
148
1. Add the telemetry configuration to your existing collector configuration file in `C:\ProgramData\Sumo Logic\OpenTelemetry Collector\config\conf.d` or the main configuration file.
152
149
2. Restart the collector using:
153
-
```sh
154
-
Restart-Service -Name OtelcolSumo
155
-
```
150
+
```sh
151
+
Restart-Service -Name OtelcolSumo
152
+
```
156
153
157
154
</TabItem>
158
155
<TabItem value="macOS">
159
156
160
157
1. Add the telemetry configuration to your existing collector configuration file in `/etc/otelcol-sumo/conf.d/` or the main configuration file.
@@ -419,4 +416,4 @@ import CreateMonitors from '../../reuse/apps/create-monitors.md';
419
416
| `OpenTelemetry Collector Insights - Collector Instance is Down` | This alert fires when a Collector instance stops sending telemetry for more than 10 minutes, indicating it is down or has a connectivity issue. | Missing Data | Data Found |
420
417
| `OpenTelemetry Collector Insights - Exporter Queue Nearing Capacity` | This alert fires when an exporter's sending queue is over 90% full. This is a strong leading indicator of back pressure and imminent data loss. | Count > = 90 | Count < 90 |
421
418
| `OpenTelemetry Collector Insights - High Memory Usage (RSS)` | This alert fires when a Collector's memory usage (RSS) exceeds 2GB. This could be an early indicator of a memory leak or an under-provisioned host. | Count > 2000000000 | Count < = 2000000000 |
422
-
| `OpenTelemetry Collector Insights - High Metadata Cardinality` | This alert fires when the batch processor is handling more than 1000 unique combinations of metadata. This is a known cause of performance degradation, high CPU, and high memory usage. | Count > 1000 | Count < = 1000 |
419
+
| `OpenTelemetry Collector Insights - High Metadata Cardinality` | This alert fires when the batch processor is handling more than 1000 unique combinations of metadata. This is a known cause of performance degradation, high CPU, and high memory usage. | Count > 1000 | Count < = 1000 |
Copy file name to clipboardExpand all lines: docs/search/query-assist.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
8
8
9
9
Query Assist enhances the query-building experience in Sumo Logic by providing real-time syntax suggestions, schema prompts, and partial query predictions. These enhancements simplify the process for users at all skill levels, making it easier to write accurate and efficient queries, enabling easier discovery of relevant fields, minimizing errors, and providing intelligent assistance for query creation. The suggestions that appear comply with the user's role-based access restrictions.
10
10
11
+
:::info
12
+
Logs Query Assist is also supported in [Dashboards](/docs/dashboards) and [Scheduled Searches](/docs/alerts/scheduled-searches).
Copy file name to clipboardExpand all lines: docs/search/search-query-language/search-operators/geoip.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ all the optional fields or choose a subset:
36
36
* state_cf
37
37
* city_cf
38
38
39
-
Details of these data fields can be found in [Neustar's documentation](/files/IP-Geo-Point-Data-Glossary.pdf) under the GeoPoint Data Glossary topic.
39
+
Details of these data fields can be found in <ahref="/files/IP-Geo-Point-Data-Glossary.pdf"target="_blank">Neustar's documentation</a> under the GeoPoint Data Glossary topic.
Copy file name to clipboardExpand all lines: docs/send-data/reference-information/collect-multiline-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: Sumo Logic Sources can be configured to detect log boundaries autom
7
7
Sumo Logic Sources, by default, have multiline processing enabled. Multiline processing is used to ensure that a log message made up of multiple lines, with each line separated by a line break or carriage return, is correctly grouped as a single log message when ingested into Sumo Logic.
8
8
9
9
:::warning
10
-
The line breaks or carriage returns are control characters used to create new lines, usually represented by the escape sequences `\r` and `\r\n`, but are often invisible in text editors. Sumo Logic will not be able to split your log messages that do not contain these characters.
10
+
The line breaks or carriage returns are control characters used to create new lines, usually represented by the escape sequences `\n` and `\r\n`, but are often invisible in text editors. Sumo Logic will not be able to split your log messages that do not contain these characters.
0 commit comments