Skip to content

Commit d39982e

Browse files
committed
Remove another bad mapping
1 parent c8be3e5 commit d39982e

File tree

1 file changed

+0
-7
lines changed
  • x-pack/test/functional/es_archives/security/flstest/data

1 file changed

+0
-7
lines changed

x-pack/test/functional/es_archives/security/flstest/data/mappings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@
3030
}
3131
},
3232
"type": "text"
33-
},
34-
"runtime_customer_ssn": {
35-
"type": "runtime",
36-
"runtime_type": "keyword",
37-
"script": {
38-
"source": "emit(doc['customer_ssn'].value + ' calculated at runtime')"
39-
}
4033
}
4134
}
4235
},

0 commit comments

Comments
 (0)