Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More add data icons #24026

Merged
merged 1 commit into from
Oct 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function aerospikeMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-aerospike.html',
},
}),
euiIconType: 'logoAerospike',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.aerospikeMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function cephMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-ceph.html',
},
}),
euiIconType: 'logoCeph',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.cephMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function couchbaseMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-couchbase.html',
},
}),
euiIconType: 'logoCouchbase',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.couchbaseMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function dropwizardMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-dropwizard.html',
},
}),
euiIconType: 'logoDropwizard',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.dropwizardMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function etcdMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-etcd.html',
},
}),
euiIconType: 'logoEtcd',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.etcdMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function golangMetricsSpecProvider(server, context) {
learnMoreLink: `{config.docs.beats.metricbeat}/metricbeat-module-${moduleName}.html`,
},
}),
euiIconType: 'logoGolang',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function haproxyMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-haproxy.html',
},
}),
euiIconType: 'logoHAproxy',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.haproxyMetrics.artifacts.application.label', {
Expand Down
2 changes: 1 addition & 1 deletion src/core_plugins/kibana/server/tutorials/iis_logs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function iisLogsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-iis.html',
},
}),
//euiIconType: 'logoIIS',
// euiIconType: 'logoIIS',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function kafkaLogsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-kafka.html',
},
}),
//euiIconType: 'logoKafka',
euiIconType: 'logoKafka',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function kafkaMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-kafka.html',
},
}),
euiIconType: 'logoKafka',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.kafkaMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function memcachedMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-memcached.html',
},
}),
euiIconType: 'logoMemcached',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.memcachedMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function mongodbMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-mongodb.html',
},
}),
//euiIconType: 'logoMongoDB',
euiIconType: 'logoMongodb',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function osqueryLogsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-osquery.html',
},
}),
//euiIconType: 'logoOsquery',
euiIconType: 'logoOsquery',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function phpfpmMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-php_fpm.html',
},
}),
//euiIconType: 'logoPHPFPM',
euiIconType: 'logoPhp',
artifacts: {
dashboards: [
/*{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function postgresqlLogsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-postgresql.html',
},
}),
//euiIconType: 'logoPostgreSQL',
euiIconType: 'logoPostgres',
artifacts: {
dashboards: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function postgresqlMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-postgresql.html',
},
}),
//euiIconType: 'logoPostgreSQL',
euiIconType: 'logoPostgres',
artifacts: {
dashboards: [
/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export function prometheusMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-' + moduleName + '.html',
},
}),
euiIconType: 'logoPrometheus',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.prometheusMetrics.artifacts.application.label', {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function rabbitmqMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-rabbitmq.html',
},
}),
//euiIconType: 'logoRabbitMQ',
euiIconType: 'logoRabbitmq',
isBeta: true,
artifacts: {
dashboards: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function windowsMetricsSpecProvider(server, context) {
learnMoreLink: '{config.docs.beats.metricbeat}/metricbeat-module-windows.html',
},
}),
euiIconType: 'logoWindows',
artifacts: {
application: {
label: i18n.translate('kbn.server.tutorials.windowsMetrics.artifacts.application.label', {
Expand Down