Skip to content

Commit

Permalink
Remove 'links' definition from pre 8.8.0 maps
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Sep 28, 2023
1 parent b9e5193 commit c7d3a2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const DEFAULT_INDEX_TYPES_MAP: IndexTypesMap = {
'legacy-url-alias',
'lens',
'lens-ui-telemetry',
'links',
'map',
'metrics-explorer-view',
'ml-job',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1478,23 +1478,6 @@ export const INDEX_MAP_BEFORE_SPLIT: IndexMap = {
},
},
},
links: {
properties: {
id: {
type: 'text',
},
title: {
type: 'text',
},
description: {
type: 'text',
},
links: {
dynamic: false,
properties: {},
},
},
},
map: {
properties: {
description: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ describe('split .kibana index into multiple system indices', () => {
"legacy-url-alias",
"lens",
"lens-ui-telemetry",
"links",
"maintenance-window",
"map",
"metrics-data-source",
Expand Down

0 comments on commit c7d3a2b

Please sign in to comment.