Skip to content

Commit 704e9fb

Browse files
committed
Removed duplicate images and updated img references
1 parent 2ed4930 commit 704e9fb

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

docs/integrations/product-list/product-list-a-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
162162
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/cofense.png')} alt="Thumbnail icon" width="50"/> | [Cofense](https://cofense.com/) | Automation integration: [Cofense](/docs/platform-services/automation-service/app-central/integrations/cofense/) |
163163
| <img src={useBaseUrl('img/integrations/misc/commscope-logo.svg')} alt="Thumbnail icon" width="100"/> | [CommScope](https://www.commscope.com/) | Cloud SIEM integration: [CommScope](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/e69bff14-6237-4997-a447-4fc02feaeeaf.md) |
164164
| <img src={useBaseUrl('img/integrations/misc/configcat-logo.png')} alt="Thumbnail icon" width="50"/> | [ConfigCat](https://configcat.com/) | Webhook: [ConfigCat](/docs/integrations/webhooks/configcat/) |
165-
| <img src={useBaseUrl('img/send-data/confluent-cloud-metrics.png')} alt="Thumbnail icon" width="100"/> | [Confluent](https://www.confluent.io/) | App: [Confluent Cloud](/docs/integrations/saas-cloud/confluent-cloud)<br/>Collector: [Confluent Cloud Metrics Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/confluent-cloud-metrics-source) |
165+
| <img src={useBaseUrl('img/integrations/saas-cloud/confluent-cloud.png')} alt="Thumbnail icon" width="100"/> | [Confluent](https://www.confluent.io/) | App: [Confluent Cloud](/docs/integrations/saas-cloud/confluent-cloud)<br/>Collector: [Confluent Cloud Metrics Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/confluent-cloud-metrics-source) |
166166
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/connectwise-manage.png')} alt="Thumbnail icon" width="100"/> | [ConnectWise PSA](https://info.connectwise.com/professional-services-automation/manage/demo/sem/demo) | Automation integration: [ConnectWise Manage](/docs/platform-services/automation-service/app-central/integrations/connectwise-manage/) |
167167
| <img src={useBaseUrl('img/integrations/misc/contrast-security-logo.png')} alt="Thumbnail icon" width="100"/> | [Contrast Security](https://www.contrastsecurity.com/) | Cloud SIEM integration: [Contrast Security](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/024b4302-9a57-4c60-9d0d-693b2d18225b.md) |
168168
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/coralogix-query-logs.png')} alt="Thumbnail icon" width="75"/> | [Coralogix](https://coralogix.com/) | Automation integrations: <br/>- [Coralogix - Query Logs](/docs/platform-services/automation-service/app-central/integrations/coralogix-query-logs/) <br/>- [Coralogix - Send Logs](/docs/platform-services/automation-service/app-central/integrations/coralogix-send-logs/) |

docs/integrations/saas-cloud/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Learn about the Sumo Logic apps for SaaS and Cloud applications.
131131
</div>
132132
<div className="box smallbox card">
133133
<div className="container">
134-
<a href="/docs/integrations/saas-cloud/confluent-cloud"><img src={useBaseUrl('img/send-data/confluent-cloud-logo.png')} alt="icon" width="100"/><h4>Confluent Cloud</h4></a>
134+
<a href="/docs/integrations/saas-cloud/confluent-cloud"><img src={useBaseUrl('img/integrations/saas-cloud/confluent-cloud.png')} alt="icon" width="100"/><h4>Confluent Cloud</h4></a>
135135
<p>Monitor and analyze streaming activity in Confluent Cloud to ensure secure, reliable, and high-performance data pipelines.</p>
136136
</div>
137137
</div>

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/confluent-cloud-metrics-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: The Confluent Cloud Metrics source aims to collect metric data from
1111
import ForwardToSiem from '/docs/reuse/forward-to-siem.md';
1212
import useBaseUrl from '@docusaurus/useBaseUrl';
1313

14-
<img src={useBaseUrl('img/send-data/confluent-cloud-metrics.png')} alt="icon" width="160"/>
14+
<img src={useBaseUrl('img/integrations/saas-cloud/confluent-cloud.png')} alt="icon" width="160"/>
1515

1616
Confluent is a software company that helps organizations manage, deploy, and scale real-time data infrastructure, enabling businesses to build real-time applications and derive insights from data efficiently.
1717
Confluent Cloud is a scalable, fully managed streaming data service based on Apache Kafka®. It offers a web interface called the Cloud Console for managing resources, settings, and billing, along with a local Command Line Interface (CLI) and REST APIs to create and manage Kafka topics. This integration aims to collect metric data in the Prometheus format from the Confluent Cloud Metrics platform and send them to Sumo Logic.

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ In this section, we'll introduce the following concepts:
200200
</div>
201201
<div className="box smallbox card">
202202
<div className="container">
203-
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/confluent-cloud-metrics-source"><img src={useBaseUrl('img/send-data/confluent-cloud-metrics.png')} alt="icon" width="120"/><h4>Confluent Cloud Metrics</h4></a>
203+
<a href="/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/confluent-cloud-metrics-source"><img src={useBaseUrl('img/integrations/saas-cloud/confluent-cloud.png')} alt="icon" width="120"/><h4>Confluent Cloud Metrics</h4></a>
204204
<p>Learn how to collect metrics from the Confluent Cloud Metrics platform and send them to Sumo Logic.</p>
205205
</div>
206206
</div>
-16 KB
Binary file not shown.
-25.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)