diff --git a/packages/eslint-config-kibana/.eslintrc.js b/packages/eslint-config-kibana/.eslintrc.js index 0cfc3b266b0ac5..c14d0268e1578e 100644 --- a/packages/eslint-config-kibana/.eslintrc.js +++ b/packages/eslint-config-kibana/.eslintrc.js @@ -56,7 +56,7 @@ module.exports = { 'no-iterator': 'error', 'no-loop-func': 'error', 'no-multi-spaces': 'off', - 'no-multi-str': 'error', + 'no-multi-str': 'off', 'no-nested-ternary': 'error', 'no-new': 'off', 'no-path-concat': 'off', diff --git a/src/core_plugins/console/public/src/sense_editor/theme-sense-dark.js b/src/core_plugins/console/public/src/sense_editor/theme-sense-dark.js index 99f055760345eb..045f1042febe60 100644 --- a/src/core_plugins/console/public/src/sense_editor/theme-sense-dark.js +++ b/src/core_plugins/console/public/src/sense_editor/theme-sense-dark.js @@ -18,7 +18,6 @@ */ /* eslint import/no-unresolved: 0 */ -/* eslint no-multi-str: 0 */ /* eslint max-len: 0 */ const ace = require('brace'); diff --git a/src/core_plugins/kibana/server/tutorials/ceph_metrics/index.js b/src/core_plugins/kibana/server/tutorials/ceph_metrics/index.js index 65668fd8d21445..aebcc62fc3211c 100644 --- a/src/core_plugins/kibana/server/tutorials/ceph_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/ceph_metrics/index.js @@ -34,7 +34,6 @@ export function cephMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Ceph server.', }), longDescription: i18n.translate('kbn.server.tutorials.cephMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `ceph` Metricbeat module fetches internal metrics from Ceph. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/couchbase_metrics/index.js b/src/core_plugins/kibana/server/tutorials/couchbase_metrics/index.js index e8d52498eb31c6..c9cc9610e08604 100644 --- a/src/core_plugins/kibana/server/tutorials/couchbase_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/couchbase_metrics/index.js @@ -34,7 +34,6 @@ export function couchbaseMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Couchbase.', }), longDescription: i18n.translate('kbn.server.tutorials.couchbaseMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `couchbase` Metricbeat module fetches internal metrics from Couchbase. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/docker_metrics/index.js b/src/core_plugins/kibana/server/tutorials/docker_metrics/index.js index 3d727874215015..6429390a48e554 100644 --- a/src/core_plugins/kibana/server/tutorials/docker_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/docker_metrics/index.js @@ -33,7 +33,6 @@ export function dockerMetricsSpecProvider() { defaultMessage: 'Fetch metrics about your Docker containers.', }), longDescription: i18n.translate('kbn.server.tutorials.dockerMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `docker` Metricbeat module fetches metrics from the Docker server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/dropwizard_metrics/index.js b/src/core_plugins/kibana/server/tutorials/dropwizard_metrics/index.js index 96c4daf3255f06..2222d9468808d0 100644 --- a/src/core_plugins/kibana/server/tutorials/dropwizard_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/dropwizard_metrics/index.js @@ -34,7 +34,6 @@ export function dropwizardMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Dropwizard Java application.', }), longDescription: i18n.translate('kbn.server.tutorials.dropwizardMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `dropwizard` Metricbeat module fetches internal metrics from Dropwizard Java Application. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/elasticsearch_logs/index.js b/src/core_plugins/kibana/server/tutorials/elasticsearch_logs/index.js index c073968ce291d6..4dfcdbfbde5d94 100644 --- a/src/core_plugins/kibana/server/tutorials/elasticsearch_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/elasticsearch_logs/index.js @@ -37,7 +37,6 @@ export function elasticsearchLogsSpecProvider() { defaultMessage: 'Collect and parse logs created by Elasticsearch.', }), longDescription: i18n.translate('kbn.server.tutorials.elasticsearchLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `elasticsearch` Filebeat module parses logs created by Elasticsearch. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/elasticsearch_metrics/index.js b/src/core_plugins/kibana/server/tutorials/elasticsearch_metrics/index.js index 8c5c63e1bcf4ae..abbbe3f1429c9b 100644 --- a/src/core_plugins/kibana/server/tutorials/elasticsearch_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/elasticsearch_metrics/index.js @@ -34,7 +34,6 @@ export function elasticsearchMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Elasticsearch.', }), longDescription: i18n.translate('kbn.server.tutorials.elasticsearchMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `elasticsearch` Metricbeat module fetches internal metrics from Elasticsearch. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/etcd_metrics/index.js b/src/core_plugins/kibana/server/tutorials/etcd_metrics/index.js index 6e43d697dfd44d..2b704f57ab2081 100644 --- a/src/core_plugins/kibana/server/tutorials/etcd_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/etcd_metrics/index.js @@ -34,7 +34,6 @@ export function etcdMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Etcd server.', }), longDescription: i18n.translate('kbn.server.tutorials.etcdMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `etcd` Metricbeat module fetches internal metrics from Etcd. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/golang_metrics/index.js b/src/core_plugins/kibana/server/tutorials/golang_metrics/index.js index a7a71dc870515e..2714de14f494dd 100644 --- a/src/core_plugins/kibana/server/tutorials/golang_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/golang_metrics/index.js @@ -34,7 +34,6 @@ export function golangMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from a Golang app.', }), longDescription: i18n.translate('kbn.server.tutorials.golangMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `{moduleName}` Metricbeat module fetches internal metrics from a Golang app. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/haproxy_metrics/index.js b/src/core_plugins/kibana/server/tutorials/haproxy_metrics/index.js index 5c1befca7c5515..f2d119b75e9165 100644 --- a/src/core_plugins/kibana/server/tutorials/haproxy_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/haproxy_metrics/index.js @@ -34,7 +34,6 @@ export function haproxyMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the HAProxy server.', }), longDescription: i18n.translate('kbn.server.tutorials.haproxyMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `haproxy` Metricbeat module fetches internal metrics from HAProxy. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/iis_logs/index.js b/src/core_plugins/kibana/server/tutorials/iis_logs/index.js index 77bf5121fd90a7..54ee34caa1765a 100644 --- a/src/core_plugins/kibana/server/tutorials/iis_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/iis_logs/index.js @@ -36,7 +36,6 @@ export function iisLogsSpecProvider() { defaultMessage: 'Collect and parse access and error logs created by the IIS HTTP server.', }), longDescription: i18n.translate('kbn.server.tutorials.iisLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `iis` Filebeat module parses access and error logs created by the IIS HTTP server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/kafka_logs/index.js b/src/core_plugins/kibana/server/tutorials/kafka_logs/index.js index 3ca03e2e616a67..4ac90a5e85e4af 100644 --- a/src/core_plugins/kibana/server/tutorials/kafka_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/kafka_logs/index.js @@ -36,7 +36,6 @@ export function kafkaLogsSpecProvider() { defaultMessage: 'Collect and parse logs created by Kafka.', }), longDescription: i18n.translate('kbn.server.tutorials.kafkaLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `kafka` Filebeat module parses logs created by Kafka. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/kafka_metrics/index.js b/src/core_plugins/kibana/server/tutorials/kafka_metrics/index.js index 07e059f2eab4b8..c5f0403a937732 100644 --- a/src/core_plugins/kibana/server/tutorials/kafka_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/kafka_metrics/index.js @@ -34,7 +34,6 @@ export function kafkaMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Kafka server.', }), longDescription: i18n.translate('kbn.server.tutorials.kafkaMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `kafka` Metricbeat module fetches internal metrics from Kafka. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/kibana_metrics/index.js b/src/core_plugins/kibana/server/tutorials/kibana_metrics/index.js index 8dd3adff2beb78..5e2a734372f1c5 100644 --- a/src/core_plugins/kibana/server/tutorials/kibana_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/kibana_metrics/index.js @@ -34,7 +34,6 @@ export function kibanaMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Kibana.', }), longDescription: i18n.translate('kbn.server.tutorials.kibanaMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `kibana` Metricbeat module fetches internal metrics from Kibana. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/kubernetes_metrics/index.js b/src/core_plugins/kibana/server/tutorials/kubernetes_metrics/index.js index 0bbcc56943be59..c4b483be10ec72 100644 --- a/src/core_plugins/kibana/server/tutorials/kubernetes_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/kubernetes_metrics/index.js @@ -33,7 +33,6 @@ export function kubernetesMetricsSpecProvider() { defaultMessage: 'Fetch metrics from your Kubernetes installation.', }), longDescription: i18n.translate('kbn.server.tutorials.kubernetesMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `kubernetes` Metricbeat module fetches metrics from the Kubernetes APIs. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/logstash_logs/index.js b/src/core_plugins/kibana/server/tutorials/logstash_logs/index.js index 222f48def2e19d..ca11ee94700845 100644 --- a/src/core_plugins/kibana/server/tutorials/logstash_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/logstash_logs/index.js @@ -36,7 +36,6 @@ export function logstashLogsSpecProvider() { defaultMessage: 'Collect and parse debug and slow logs created by Logstash itself.', }), longDescription: i18n.translate('kbn.server.tutorials.logstashLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `logstash` Filebeat module parses debug and slow logs created by Logstash itself. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/logstash_metrics/index.js b/src/core_plugins/kibana/server/tutorials/logstash_metrics/index.js index b5da3edce5e4a8..8689cad2fc966c 100644 --- a/src/core_plugins/kibana/server/tutorials/logstash_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/logstash_metrics/index.js @@ -34,7 +34,6 @@ export function logstashMetricsSpecProvider() { defaultMessage: 'Fetch interal metrics from a Logstash server.', }), longDescription: i18n.translate('kbn.server.tutorials.logstashMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `{moduleName}` Metricbeat module fetches internal metrics from a Logstash server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/memcached_metrics/index.js b/src/core_plugins/kibana/server/tutorials/memcached_metrics/index.js index b090e4511b60cf..28021ffebdbf74 100644 --- a/src/core_plugins/kibana/server/tutorials/memcached_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/memcached_metrics/index.js @@ -34,7 +34,6 @@ export function memcachedMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Memcached server.', }), longDescription: i18n.translate('kbn.server.tutorials.memcachedMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `memcached` Metricbeat module fetches internal metrics from Memcached. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/mongodb_metrics/index.js b/src/core_plugins/kibana/server/tutorials/mongodb_metrics/index.js index 6f188926ff2e66..e3db5dd55a4f28 100644 --- a/src/core_plugins/kibana/server/tutorials/mongodb_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/mongodb_metrics/index.js @@ -33,7 +33,6 @@ export function mongodbMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from MongoDB.', }), longDescription: i18n.translate('kbn.server.tutorials.mongodbMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `mongodb` Metricbeat module fetches internal metrics from the MongoDB server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/munin_metrics/index.js b/src/core_plugins/kibana/server/tutorials/munin_metrics/index.js index 0bc8699d79945d..ab21dc2b03bd42 100644 --- a/src/core_plugins/kibana/server/tutorials/munin_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/munin_metrics/index.js @@ -34,7 +34,6 @@ export function muninMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Munin server.', }), longDescription: i18n.translate('kbn.server.tutorials.muninMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `munin` Metricbeat module fetches internal metrics from Munin. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/mysql_logs/index.js b/src/core_plugins/kibana/server/tutorials/mysql_logs/index.js index 6caab605d93845..bddc0d9659f49f 100644 --- a/src/core_plugins/kibana/server/tutorials/mysql_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/mysql_logs/index.js @@ -36,7 +36,6 @@ export function mysqlLogsSpecProvider() { defaultMessage: 'Collect and parse error and slow logs created by MySQL.', }), longDescription: i18n.translate('kbn.server.tutorials.mysqlLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `mysql` Filebeat module parses error and slow logs created by MySQL. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/mysql_metrics/index.js b/src/core_plugins/kibana/server/tutorials/mysql_metrics/index.js index f1897bbdf4d882..37bd452a7fad80 100644 --- a/src/core_plugins/kibana/server/tutorials/mysql_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/mysql_metrics/index.js @@ -33,7 +33,6 @@ export function mysqlMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from MySQL.', }), longDescription: i18n.translate('kbn.server.tutorials.mysqlMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `mysql` Metricbeat module fetches internal metrics from the MySQL server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js b/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js index f5c1b85bb8c925..194e315d92ed7f 100644 --- a/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js +++ b/src/core_plugins/kibana/server/tutorials/netflow/common_instructions.js @@ -17,8 +17,6 @@ * under the License. */ -/* eslint-disable no-multi-str */ - import { i18n } from '@kbn/i18n'; export function createCommonNetflowInstructions() { diff --git a/src/core_plugins/kibana/server/tutorials/netflow/index.js b/src/core_plugins/kibana/server/tutorials/netflow/index.js index 72903b6922eed6..058e0b5e09152d 100644 --- a/src/core_plugins/kibana/server/tutorials/netflow/index.js +++ b/src/core_plugins/kibana/server/tutorials/netflow/index.js @@ -17,8 +17,6 @@ * under the License. */ -/* eslint-disable no-multi-str */ - import { i18n } from '@kbn/i18n'; import { TUTORIAL_CATEGORY } from '../../../common/tutorials/tutorial_category'; diff --git a/src/core_plugins/kibana/server/tutorials/nginx_logs/index.js b/src/core_plugins/kibana/server/tutorials/nginx_logs/index.js index 82bd676d49a28d..d540a3f9f2daaf 100644 --- a/src/core_plugins/kibana/server/tutorials/nginx_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/nginx_logs/index.js @@ -36,7 +36,6 @@ export function nginxLogsSpecProvider() { defaultMessage: 'Collect and parse access and error logs created by the Nginx HTTP server.', }), longDescription: i18n.translate('kbn.server.tutorials.nginxLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `nginx` Filebeat module parses access and error logs created by the Nginx HTTP server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/nginx_metrics/index.js b/src/core_plugins/kibana/server/tutorials/nginx_metrics/index.js index c521f138cfc354..38c54bf8ae2d62 100644 --- a/src/core_plugins/kibana/server/tutorials/nginx_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/nginx_metrics/index.js @@ -33,7 +33,6 @@ export function nginxMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the Nginx HTTP server.', }), longDescription: i18n.translate('kbn.server.tutorials.nginxMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `nginx` Metricbeat module fetches internal metrics from the Nginx HTTP server. \ The module scrapes the server status data from the web page generated by the \ {statusModuleLink}, \ diff --git a/src/core_plugins/kibana/server/tutorials/osquery_logs/index.js b/src/core_plugins/kibana/server/tutorials/osquery_logs/index.js index ef18d55c37d549..fab1fb78285ac6 100644 --- a/src/core_plugins/kibana/server/tutorials/osquery_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/osquery_logs/index.js @@ -36,7 +36,6 @@ export function osqueryLogsSpecProvider() { defaultMessage: 'Collect the result logs created by osqueryd.', }), longDescription: i18n.translate('kbn.server.tutorials.osqueryLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `osquery` Filebeat module collects the JSON result logs collected by `osqueryd`. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/php_fpm_metrics/index.js b/src/core_plugins/kibana/server/tutorials/php_fpm_metrics/index.js index a7e54efb76c0a1..f024bcb62f852d 100644 --- a/src/core_plugins/kibana/server/tutorials/php_fpm_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/php_fpm_metrics/index.js @@ -34,7 +34,6 @@ export function phpfpmMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from PHP-FPM.', }), longDescription: i18n.translate('kbn.server.tutorials.phpFpmMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `php_fpm` Metricbeat module fetches internal metrics from the PHP-FPM server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/postgresql_logs/index.js b/src/core_plugins/kibana/server/tutorials/postgresql_logs/index.js index 0ca4757668452e..ff4c09d8ba2f0a 100644 --- a/src/core_plugins/kibana/server/tutorials/postgresql_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/postgresql_logs/index.js @@ -36,7 +36,6 @@ export function postgresqlLogsSpecProvider() { defaultMessage: 'Collect and parse error and slow logs created by PostgreSQL.', }), longDescription: i18n.translate('kbn.server.tutorials.postgresqlLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `postgresql` Filebeat module parses error and slow logs created by PostgreSQL. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/postgresql_metrics/index.js b/src/core_plugins/kibana/server/tutorials/postgresql_metrics/index.js index 2060c9e98ef843..c646700c3d011b 100644 --- a/src/core_plugins/kibana/server/tutorials/postgresql_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/postgresql_metrics/index.js @@ -34,7 +34,6 @@ export function postgresqlMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from PostgreSQL.', }), longDescription: i18n.translate('kbn.server.tutorials.postgresqlMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `postgresql` Metricbeat module fetches internal metrics from the PostgreSQL server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/prometheus_metrics/index.js b/src/core_plugins/kibana/server/tutorials/prometheus_metrics/index.js index b4887ba7a053d7..5bfad2d708706b 100644 --- a/src/core_plugins/kibana/server/tutorials/prometheus_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/prometheus_metrics/index.js @@ -34,7 +34,6 @@ export function prometheusMetricsSpecProvider() { defaultMessage: 'Fetch metrics from a Prometheus exporter.', }), longDescription: i18n.translate('kbn.server.tutorials.prometheusMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `{moduleName}` Metricbeat module fetches metrics from Prometheus endpoint. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/rabbitmq_metrics/index.js b/src/core_plugins/kibana/server/tutorials/rabbitmq_metrics/index.js index fd7874d8dcb8a0..0b343d3dd4abc9 100644 --- a/src/core_plugins/kibana/server/tutorials/rabbitmq_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/rabbitmq_metrics/index.js @@ -33,7 +33,6 @@ export function rabbitmqMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the RabbitMQ server.', }), longDescription: i18n.translate('kbn.server.tutorials.rabbitmqMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `rabbitmq` Metricbeat module fetches internal metrics from the RabbitMQ server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/redis_logs/index.js b/src/core_plugins/kibana/server/tutorials/redis_logs/index.js index a6a75247143f51..397181820d0609 100644 --- a/src/core_plugins/kibana/server/tutorials/redis_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/redis_logs/index.js @@ -36,7 +36,6 @@ export function redisLogsSpecProvider() { defaultMessage: 'Collect and parse error and slow logs created by Redis.', }), longDescription: i18n.translate('kbn.server.tutorials.redisLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `redis` Filebeat module parses error and slow logs created by Redis. \ For Redis to write error logs, make sure the `logfile` option, from the \ Redis configuration file, is set to `redis-server.log`. \ diff --git a/src/core_plugins/kibana/server/tutorials/redis_metrics/index.js b/src/core_plugins/kibana/server/tutorials/redis_metrics/index.js index 4db10f551bfe69..e1d451a17fb327 100644 --- a/src/core_plugins/kibana/server/tutorials/redis_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/redis_metrics/index.js @@ -33,7 +33,6 @@ export function redisMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Redis.', }), longDescription: i18n.translate('kbn.server.tutorials.redisMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `redis` Metricbeat module fetches internal metrics from the Redis server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/system_logs/index.js b/src/core_plugins/kibana/server/tutorials/system_logs/index.js index 70629983ee8e16..74117526ac77c2 100644 --- a/src/core_plugins/kibana/server/tutorials/system_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/system_logs/index.js @@ -36,7 +36,6 @@ export function systemLogsSpecProvider() { defaultMessage: 'Collect and parse logs written by the local Syslog server.', }), longDescription: i18n.translate('kbn.server.tutorials.systemLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `system` Filebeat module collects and parses logs created by the system logging service of common \ Unix/Linux based distributions. This module is not available on Windows. \ [Learn more]({learnMoreLink}).', diff --git a/src/core_plugins/kibana/server/tutorials/system_metrics/index.js b/src/core_plugins/kibana/server/tutorials/system_metrics/index.js index d16667ea3b66e1..61669025d2f1ff 100644 --- a/src/core_plugins/kibana/server/tutorials/system_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/system_metrics/index.js @@ -33,7 +33,6 @@ export function systemMetricsSpecProvider() { defaultMessage: 'Collect CPU, memory, network, and disk statistics from the host.', }), longDescription: i18n.translate('kbn.server.tutorials.systemMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `system` Metricbeat module collects CPU, memory, network, and disk statistics from the host. \ It collects system wide statistics and statistics per process and filesystem. \ [Learn more]({learnMoreLink}).', diff --git a/src/core_plugins/kibana/server/tutorials/traefik_logs/index.js b/src/core_plugins/kibana/server/tutorials/traefik_logs/index.js index 50a5dc714933fa..7c7cdafd4fa258 100644 --- a/src/core_plugins/kibana/server/tutorials/traefik_logs/index.js +++ b/src/core_plugins/kibana/server/tutorials/traefik_logs/index.js @@ -36,7 +36,6 @@ export function traefikLogsSpecProvider() { defaultMessage: 'Collect and parse access logs created by the Traefik Proxy.', }), longDescription: i18n.translate('kbn.server.tutorials.traefikLogs.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `traefik` Filebeat module parses access logs created by Traefik. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/uwsgi_metrics/index.js b/src/core_plugins/kibana/server/tutorials/uwsgi_metrics/index.js index cd799851fa76ec..3769c3fa6f014f 100644 --- a/src/core_plugins/kibana/server/tutorials/uwsgi_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/uwsgi_metrics/index.js @@ -33,7 +33,6 @@ export function uwsgiMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from the uWSGI server.', }), longDescription: i18n.translate('kbn.server.tutorials.uwsgiMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `uwsgi` Metricbeat module fetches internal metrics from the uWSGI server. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/vsphere_metrics/index.js b/src/core_plugins/kibana/server/tutorials/vsphere_metrics/index.js index d92f7de737ed6a..7ef4e68768b22d 100644 --- a/src/core_plugins/kibana/server/tutorials/vsphere_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/vsphere_metrics/index.js @@ -33,7 +33,6 @@ export function vSphereMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from vSphere.', }), longDescription: i18n.translate('kbn.server.tutorials.vsphereMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `vsphere` Metricbeat module fetches internal metrics from a vSphere cluster. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/windows_metrics/index.js b/src/core_plugins/kibana/server/tutorials/windows_metrics/index.js index a7a1dd0c88c3da..16543ef745b921 100644 --- a/src/core_plugins/kibana/server/tutorials/windows_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/windows_metrics/index.js @@ -34,7 +34,6 @@ export function windowsMetricsSpecProvider() { defaultMessage: 'Fetch internal metrics from Windows.', }), longDescription: i18n.translate('kbn.server.tutorials.windowsMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `windows` Metricbeat module fetches internal metrics from Windows. \ [Learn more]({learnMoreLink}).', values: { diff --git a/src/core_plugins/kibana/server/tutorials/zookeeper_metrics/index.js b/src/core_plugins/kibana/server/tutorials/zookeeper_metrics/index.js index f86c56680454aa..1a5b78df196bf8 100644 --- a/src/core_plugins/kibana/server/tutorials/zookeeper_metrics/index.js +++ b/src/core_plugins/kibana/server/tutorials/zookeeper_metrics/index.js @@ -34,7 +34,6 @@ export function zookeeperMetricsSpecProvider() { defaultMessage: 'Fetch interal metrics from a Zookeeper server.', }), longDescription: i18n.translate('kbn.server.tutorials.zookeeperMetrics.longDescription', { - // eslint-disable-next-line no-multi-str defaultMessage: 'The `{moduleName}` Metricbeat module fetches internal metrics from a Zookeeper server. \ [Learn more]({learnMoreLink}).', values: {