Add SumoLogic plugin (#77025)

- add Sumo to plugins list
- remove duplicated sqlyze from the plugins list
This commit is contained in:
Kuba Siemiatkowski 2023-10-25 15:02:03 +02:00 committed by GitHub
parent 20fc0cbf35
commit 327ae398e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 30 additions and 3 deletions

View File

@ -84,7 +84,6 @@ With a Grafana Enterprise license, you also get access to premium data sources,
- [k6 Cloud App](/grafana/plugins/grafana-k6-app)
- [MongoDB](/grafana/plugins/grafana-mongodb-datasource)
- [New Relic](/grafana/plugins/grafana-newrelic-datasource)
- [Sqlyze Datasource](/grafana/plugins/grafana-odbc-datasource)
- [Oracle Database](/grafana/plugins/grafana-oracle-datasource)
- [Salesforce](/grafana/plugins/grafana-salesforce-datasource)
- [SAP HANA®](/grafana/plugins/grafana-saphana-datasource)
@ -92,7 +91,8 @@ With a Grafana Enterprise license, you also get access to premium data sources,
- [Snowflake](/grafana/plugins/grafana-snowflake-datasource)
- [Splunk](/grafana/plugins/grafana-splunk-datasource)
- [Splunk Infrastructure monitoring (SignalFx)](/grafana/plugins/grafana-splunk-monitoring-datasource)
- [Sqlyze](/grafana/plugins/grafana-odbc-datasource/)
- [Sqlyze Datasource](/grafana/plugins/grafana-odbc-datasource)
- [SumoLogic](/grafana/plugins/grafana-sumologic-datasource)
- [Wavefront](/grafana/plugins/grafana-wavefront-datasource)
## Try Grafana Enterprise

View File

@ -53,7 +53,7 @@ describe('buildCategories', () => {
it('should add enterprise phantom plugins', () => {
const enterprisePluginsCategory = categories[3];
expect(enterprisePluginsCategory.title).toBe('Enterprise plugins');
expect(enterprisePluginsCategory.plugins.length).toBe(17);
expect(enterprisePluginsCategory.plugins.length).toBe(18);
expect(enterprisePluginsCategory.plugins[0].name).toBe('AppDynamics');
expect(enterprisePluginsCategory.plugins[enterprisePluginsCategory.plugins.length - 1].name).toBe('Wavefront');
});

View File

@ -197,6 +197,12 @@ function getEnterprisePhantomPlugins(): DataSourcePluginMeta[] {
name: 'Azure Devops',
imgUrl: 'public/img/plugins/azure-devops.png',
}),
getPhantomPlugin({
id: 'grafana-sumologic-datasource',
description: 'SumoLogic integration and datasource',
name: 'SumoLogic',
imgUrl: 'public/img/plugins/sumo.svg',
}),
];
}

View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 287.21 287.21">
<defs>
<style>
.cls-1 {
fill: #009;
}
.cls-2 {
fill: #fff;
}
</style>
</defs>
<title>Asset 1</title>
<g id="Layer_2" data-name="Layer 2">
<g id="Layer_1-2" data-name="Layer 1">
<rect class="cls-1" width="287.21" height="287.21" />
<path class="cls-2"
d="M88.5,68.82c-12.59,0-21,5.43-23.87,12.91V94.5c2.2,5.81,8.17,8.87,21,11.67,4.21.94,7.14,1.64,8.78,2,2.5.72,4.66,1.84,5.54,3.74V116c-1.23,2.77-5,4.24-10,4.24a23.58,23.58,0,0,1-9.72-1.87c-2.93-1.17-6.44-3.51-10.77-7l-8.78,9.83c9.48,8.43,17.56,11.36,28.92,11.36,12.94,0,21.78-5.18,24.64-13.4,0-2,0-10.53,0-12.7C111.81,100,105.08,96.78,92,93.88c-4.22-.94-7.14-1.64-8.78-2.11-2.46-.7-4.13-1.6-4.81-3V85.34c1.09-2.62,4.68-4.22,9.72-4.22,6.44,0,10.89,1.52,17.92,7l8.19-10C106,71.28,98.81,68.82,88.5,68.82Zm120.64,2v36.07c0,8.08-4.68,12.41-12.29,12.41-6.56,0-10-3.75-10-10V70.81H171.67v42.74c0,11.59,7,19,21.2,19,8.54,0,14.4-3.05,17.56-8.2v6.33h13.93V70.81Zm-78.71,83.88q-11.78,0-17.92,8.78c-3.27-5.62-9-8.78-16.62-8.78-7.85,0-13.58,2.93-17.1,8.67v-6.68H64.63v59.83H79.85V179.75c0-7,3.86-11.95,10.54-11.95,6.32,0,9.48,3.87,9.48,11.48v37.23h15.22V179.75c0-7,3.86-11.95,10.54-11.95s9.48,4.34,9.48,11.48v37.23h15.22v-41.8C150.33,162.42,143.07,154.69,130.43,154.69Zm96.14,19.24c-4.41-11.84-15.19-19.24-28.85-19.24s-24.56,7.4-29,19.24v25.21c4.42,11.85,15.22,19.25,29,19.25s24.44-7.4,28.85-19.25Zm-43.06,3.8c2.37-6.31,7.46-10.16,14.21-10.16s11.72,3.85,14.09,10.16c0,3.18,0,14.72,0,17.74-2.37,6.31-7.43,10-14.08,10s-11.83-3.73-14.21-10Z" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB