diff --git a/docs/integrations/google/cloud-security-command-center.md b/docs/integrations/google/cloud-security-command-center.md index a405e9a5fc..08f870f6ed 100644 --- a/docs/integrations/google/cloud-security-command-center.md +++ b/docs/integrations/google/cloud-security-command-center.md @@ -468,8 +468,8 @@ This section describes the Sumo Logic pipeline for collecting the data from Goog Follow the steps below to integrate the Google Cloud Security Command Center (SCC) app: 1. Enable the [Security Command Center (SCC)](https://cloud.google.com/security-command-center/docs/activate-scc-overview) at the GCP console. -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). -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. +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). +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. 1. In the SCC blade of the GCP console, click **Continuous Exports**.
Google Cloud Storage dashboards 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. diff --git a/docs/integrations/sumo-apps/opentelemetry-collector-insights.md b/docs/integrations/sumo-apps/opentelemetry-collector-insights.md index 2810239e12..692226217d 100644 --- a/docs/integrations/sumo-apps/opentelemetry-collector-insights.md +++ b/docs/integrations/sumo-apps/opentelemetry-collector-insights.md @@ -29,11 +29,8 @@ Following are the [fields](/docs/manage/fields/) which will be created as part o ### For OTLP endpoint configuration -Before configuring the OTEL Collector integration, ensure you have the following prerequisites in place: -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. - - **Documentation**: [Creating a Sumo Logic OTLP Source](https://help.sumologic.com/docs/send-data/hosted-collectors/http-source/otlp/) +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/). ### For metrics collection @@ -77,7 +74,7 @@ In this step, you will configure the OpenTelemetry Collector's built-in telemetr Below are the inputs required: -- **OTLP Endpoint**: Your Sumo Logic OTLP endpoint URL. +- **OTLP Endpoint**. Your Sumo Logic OTLP endpoint URL. ```yaml @@ -107,13 +104,13 @@ service: deployment.environment: ${DEPLOYMENT_ENVIRONMENT} ``` -You can add any custom fields which you want to tag along with the data ingested in Sumo. +You can add any custom fields which you want to tag along with the data ingested in Sumo Logic. import EnvVar from '../../reuse/apps/opentelemetry/env-var-required.md'; -YAML +YAML ### Step 3: Send logs and metrics to Sumo Logic @@ -137,31 +134,31 @@ import LogsIntro from '../../reuse/apps/opentelemetry/send-logs-intro.md'; 1. Add the telemetry configuration to your existing collector configuration file in `/etc/otelcol-sumo/conf.d/` or directly in the main configuration file. 2. Place Env file in the following directory: - ```sh - /etc/otelcol-sumo/env/ - ``` + ```sh + /etc/otelcol-sumo/env/ + ``` 3. Restart the collector using: - ```sh - sudo systemctl restart otelcol-sumo - ``` + ```sh + sudo systemctl restart otelcol-sumo + ``` 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. 2. Restart the collector using: - ```sh - Restart-Service -Name OtelcolSumo - ``` + ```sh + Restart-Service -Name OtelcolSumo + ``` 1. Add the telemetry configuration to your existing collector configuration file in `/etc/otelcol-sumo/conf.d/` or the main configuration file. 2. Restart the otelcol-sumo process using: - ```sh - otelcol-sumo --config /etc/otelcol-sumo/sumologic.yaml --config "glob:/etc/otelcol-sumo/conf.d/*.yaml" - ``` + ```sh + otelcol-sumo --config /etc/otelcol-sumo/sumologic.yaml --config "glob:/etc/otelcol-sumo/conf.d/*.yaml" + ``` @@ -419,4 +416,4 @@ import CreateMonitors from '../../reuse/apps/create-monitors.md'; | `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 | | `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 | | `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 | -| `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 | \ No newline at end of file +| `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 |