Skip to content

Commit

Permalink
[Index Management] Remove _source field from component template API t…
Browse files Browse the repository at this point in the history
…ests on serverless (#182674)
  • Loading branch information
alisonelizabeth authored May 6, 2024
1 parent 1193b09 commit 8f58b78
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export default function ({ getService }: FtrProviderContext) {
},
},
mappings: {
_source: {
enabled: false,
},
properties: {
host_name: {
type: 'keyword',
Expand Down Expand Up @@ -140,9 +137,6 @@ export default function ({ getService }: FtrProviderContext) {
},
},
mappings: {
_source: {
enabled: false,
},
properties: {
host_name: {
type: 'keyword',
Expand Down Expand Up @@ -221,9 +215,6 @@ export default function ({ getService }: FtrProviderContext) {
},
},
mappings: {
_source: {
enabled: false,
},
properties: {
host_name: {
type: 'keyword',
Expand Down Expand Up @@ -381,9 +372,6 @@ export default function ({ getService }: FtrProviderContext) {
},
},
mappings: {
_source: {
enabled: false,
},
properties: {
host_name: {
type: 'keyword',
Expand Down

0 comments on commit 8f58b78

Please sign in to comment.