diff --git a/src/legacy/core_plugins/kibana/public/home/components/tutorial/__snapshots__/introduction.test.js.snap b/src/legacy/core_plugins/kibana/public/home/components/tutorial/__snapshots__/introduction.test.js.snap
index b74172cf17b1c..a2d036cf954b4 100644
--- a/src/legacy/core_plugins/kibana/public/home/components/tutorial/__snapshots__/introduction.test.js.snap
+++ b/src/legacy/core_plugins/kibana/public/home/components/tutorial/__snapshots__/introduction.test.js.snap
@@ -54,7 +54,7 @@ exports[`props exportedFieldsUrl 1`] = `
fill={false}
href="exported_fields_url"
iconSide="left"
- rel="noopener noreferrer"
+ rel="noopener"
target="_blank"
type="button"
>
diff --git a/src/legacy/core_plugins/kibana/public/home/components/tutorial/introduction.js b/src/legacy/core_plugins/kibana/public/home/components/tutorial/introduction.js
index 7490b3ee4d143..a90414f7e7bc1 100644
--- a/src/legacy/core_plugins/kibana/public/home/components/tutorial/introduction.js
+++ b/src/legacy/core_plugins/kibana/public/home/components/tutorial/introduction.js
@@ -58,7 +58,7 @@ function IntroductionUI({ description, previewUrl, title, exportedFieldsUrl, ico
diff --git a/src/legacy/core_plugins/kibana/ui_setting_defaults.js b/src/legacy/core_plugins/kibana/ui_setting_defaults.js
index b253b32ae5874..3362536336caf 100644
--- a/src/legacy/core_plugins/kibana/ui_setting_defaults.js
+++ b/src/legacy/core_plugins/kibana/ui_setting_defaults.js
@@ -47,7 +47,7 @@ export function getUiSettingDefaults() {
'kbn.advancedSettings.query.queryStringOptionsText',
values: {
optionsLink:
- '' +
+ '' +
i18n.translate('kbn.advancedSettings.query.queryStringOptions.optionsLinkText', {
defaultMessage: 'Options',
}) +
@@ -104,7 +104,7 @@ export function getUiSettingDefaults() {
'kbn.advancedSettings.sortOptionsText',
values: {
optionsLink:
- '' +
+ '' +
i18n.translate('kbn.advancedSettings.sortOptions.optionsLinkText', {
defaultMessage: 'Options',
}) +
@@ -342,7 +342,7 @@ export function getUiSettingDefaults() {
setRequestReferenceSetting: 'courier:setRequestPreference',
customSettingValue: '"custom"',
requestPreferenceLink:
- '' +
+ '' +
i18n.translate('kbn.advancedSettings.courier.customRequestPreference.requestPreferenceLinkText', {
defaultMessage: 'Request Preference',
}) +
@@ -364,7 +364,7 @@ export function getUiSettingDefaults() {
values: {
maxRequestsLink:
`max_concurrent_shard_requests`
+ target="_blank" rel="noopener" >max_concurrent_shard_requests`
},
}),
category: ['search'],
@@ -372,7 +372,7 @@ export function getUiSettingDefaults() {
'search:includeFrozen': {
name: 'Search in frozen indices',
description: `Will include frozen indices in results if enabled. Searching through frozen indices
+ target="_blank" rel="noopener">frozen indices in results if enabled. Searching through frozen indices
might increase the search time.`,
value: false,
category: ['search'],
@@ -432,7 +432,7 @@ export function getUiSettingDefaults() {
values: {
cellDimensionsLink:
`` +
+ target="_blank" rel="noopener">` +
i18n.translate('kbn.advancedSettings.visualization.tileMap.maxPrecision.cellDimensionsLinkText', {
defaultMessage: 'Explanation of cell dimensions',
}) +
@@ -837,7 +837,7 @@ export function getUiSettingDefaults() {
values: {
acceptedFormatsLink:
`` +
+ target="_blank" rel="noopener">` +
i18n.translate('kbn.advancedSettings.timepicker.quickRanges.acceptedFormatsLinkText', {
defaultMessage: 'accepted formats',
}) +
@@ -888,7 +888,7 @@ export function getUiSettingDefaults() {
values: {
markdownLink:
`` +
+ target="_blank" rel="noopener">` +
i18n.translate('kbn.advancedSettings.notifications.banner.markdownLinkText', {
defaultMessage: 'Markdown supported',
}) +
diff --git a/src/legacy/core_plugins/region_map/public/region_map_vis_params.html b/src/legacy/core_plugins/region_map/public/region_map_vis_params.html
index 75f313b96a3ea..4baba3c62807c 100644
--- a/src/legacy/core_plugins/region_map/public/region_map_vis_params.html
+++ b/src/legacy/core_plugins/region_map/public/region_map_vis_params.html
@@ -30,7 +30,7 @@
diff --git a/x-pack/plugins/apm/public/components/shared/PropertiesTable/__test__/__snapshots__/PropertiesTable.test.tsx.snap b/x-pack/plugins/apm/public/components/shared/PropertiesTable/__test__/__snapshots__/PropertiesTable.test.tsx.snap
index b3294b386257f..535f46089c3a5 100644
--- a/x-pack/plugins/apm/public/components/shared/PropertiesTable/__test__/__snapshots__/PropertiesTable.test.tsx.snap
+++ b/x-pack/plugins/apm/public/components/shared/PropertiesTable/__test__/__snapshots__/PropertiesTable.test.tsx.snap
@@ -12,7 +12,7 @@ exports[`PropertiesTable AgentFeatureTipMessage component should render when doc
diff --git a/x-pack/plugins/apm/public/components/shared/PropertiesTable/index.tsx b/x-pack/plugins/apm/public/components/shared/PropertiesTable/index.tsx
index bc29d1e20e8f1..4f938f1b2389e 100644
--- a/x-pack/plugins/apm/public/components/shared/PropertiesTable/index.tsx
+++ b/x-pack/plugins/apm/public/components/shared/PropertiesTable/index.tsx
@@ -100,7 +100,7 @@ export function AgentFeatureTipMessage({
{getAgentFeatureText(featureName)}{' '}
-
+
{i18n.translate(
'xpack.apm.propertiesTable.agentFeature.learnMoreLinkLabel',
{ defaultMessage: 'Learn more in the documentation.' }
diff --git a/x-pack/plugins/index_management/public/sections/index_list/components/detail_panel/edit_settings_json/edit_settings_json.js b/x-pack/plugins/index_management/public/sections/index_list/components/detail_panel/edit_settings_json/edit_settings_json.js
index b6c7a71862864..2bd4319fcc616 100644
--- a/x-pack/plugins/index_management/public/sections/index_list/components/detail_panel/edit_settings_json/edit_settings_json.js
+++ b/x-pack/plugins/index_management/public/sections/index_list/components/detail_panel/edit_settings_json/edit_settings_json.js
@@ -145,7 +145,7 @@ export class EditSettingsJson extends React.PureComponent {
= ({ url }) => (
-
+
diff --git a/x-pack/plugins/watcher/public/sections/watch_edit/components/watch_edit_detail/watch_edit_detail.html b/x-pack/plugins/watcher/public/sections/watch_edit/components/watch_edit_detail/watch_edit_detail.html
index 9e114ef004ba4..2b03a5f91930f 100644
--- a/x-pack/plugins/watcher/public/sections/watch_edit/components/watch_edit_detail/watch_edit_detail.html
+++ b/x-pack/plugins/watcher/public/sections/watch_edit/components/watch_edit_detail/watch_edit_detail.html
@@ -59,7 +59,7 @@