Skip to content

Commit

Permalink
fix mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <[email protected]>
  • Loading branch information
jowg-amazon committed Jul 1, 2024
1 parent 67337bd commit 1077ff2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/resources/mappings/threat_intel_job_mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"_meta" : {
"schema_version": 2
},
"dynamic": "strict",
"properties": {
"source_config": {
"properties": {
Expand Down Expand Up @@ -68,10 +67,8 @@
"format": "strict_date_time||epoch_millis"
},
"source" : {
"type": "nested",
"properties": {
"s3": {
"type": "nested",
"properties": {
"bucket_name": {
"type": "keyword"
Expand All @@ -88,7 +85,6 @@
}
},
"ioc_upload": {
"type" : "nested",
"properties": {
"file_name": {
"type": "keyword"
Expand Down Expand Up @@ -177,13 +173,10 @@
"type": "boolean"
},
"ioc_store_config": {
"type": "nested",
"properties": {
"default": {
"type": "nested",
"properties": {
"ioc_map": {
"type": "nested",
"properties": {
"domain-name": {
"type": "text"
Expand Down

0 comments on commit 1077ff2

Please sign in to comment.