Skip to content

Commit d94c2e0

Browse files
committed
added tests when mappings are missing
1 parent 200734a commit d94c2e0

File tree

8 files changed

+9998
-27
lines changed

8 files changed

+9998
-27
lines changed

x-pack/solutions/security/test/cloud_security_posture_api/es_archives/security_alerts/mappings.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,6 @@
2424
"ignore_malformed": false,
2525
"type": "date"
2626
},
27-
"actor": {
28-
"properties": {
29-
"entity": {
30-
"properties": {
31-
"id": {
32-
"ignore_above": 1024,
33-
"type": "keyword"
34-
}
35-
}
36-
}
37-
}
38-
},
39-
"target": {
40-
"properties": {
41-
"entity": {
42-
"properties": {
43-
"id": {
44-
"ignore_above": 1024,
45-
"type": "keyword"
46-
}
47-
}
48-
}
49-
}
50-
},
5127
"agent": {
5228
"properties": {
5329
"build": {

0 commit comments

Comments
 (0)