Skip to content

Commit

Permalink
Remove threat mappings accidentally brought in with indicator work
Browse files Browse the repository at this point in the history
I copied the entirety of the `threat` mappings in order to get the
`threat.indicator` ones, but it looks like these were added at some
point too.

I'd rather these not be added incidentally. If we need them, we should
do so explicitly.
  • Loading branch information
rylnd committed Feb 11, 2021
1 parent 1b973fc commit bf35b55
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2630,28 +2630,6 @@
"reference": {
"ignore_above": 1024,
"type": "keyword"
},
"subtechnique": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
},
"name": {
"fields": {
"text": {
"norms": false,
"type": "text"
}
},
"ignore_above": 1024,
"type": "keyword"
},
"reference": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
}
Expand Down

0 comments on commit bf35b55

Please sign in to comment.