Skip to content

Commit

Permalink
use updated endpoint team schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed May 8, 2020
1 parent 4c87bc4 commit b428d0b
Showing 1 changed file with 87 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"index_patterns": [
"ecs-*"
],
"mappings": {
"dynamic": false,
"_meta": {
"version": "1.6.0-dev"
},
"date_detection": false,
"dynamic_templates": [
{
"strings_as_keyword": {
"mapping": {
"ignore_above": 1024,
"type": "keyword"
},
"match_mapping_type": "string"
}
}
],
"properties": {
"@timestamp": {
"type": "date"
Expand Down Expand Up @@ -684,13 +701,28 @@
}
}
},
"event": {
"properties": {
"process": {
"properties": {
"ancestry": {
"ignore_above": 1024,
"type": "keyword"
}
},
"type": "object"
}
},
"type": "object"
},
"policy": {
"properties": {
"id": {
"ignore_above": 1024,
"type": "keyword"
}
}
},
"type": "object"
}
}
},
Expand Down Expand Up @@ -949,7 +981,8 @@
"type": "nested"
},
"file_extension": {
"type": "long"
"ignore_above": 1024,
"type": "keyword"
},
"project_file": {
"properties": {
Expand Down Expand Up @@ -1116,6 +1149,13 @@
}
}
},
"quarantine_path": {
"ignore_above": 1024,
"type": "keyword"
},
"quarantine_result": {
"type": "boolean"
},
"size": {
"type": "long"
},
Expand Down Expand Up @@ -1363,6 +1403,10 @@
"ignore_above": 1024,
"type": "keyword"
},
"variant": {
"ignore_above": 1024,
"type": "keyword"
},
"version": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -1492,6 +1536,10 @@
},
"status_code": {
"type": "long"
},
"version": {
"ignore_above": 1024,
"type": "keyword"
}
}
},
Expand Down Expand Up @@ -1817,6 +1865,10 @@
"ignore_above": 1024,
"type": "keyword"
},
"variant": {
"ignore_above": 1024,
"type": "keyword"
},
"version": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -2293,6 +2345,13 @@
"ignore_above": 1024,
"type": "keyword"
},
"elevation": {
"type": "boolean"
},
"elevation_type": {
"ignore_above": 1024,
"type": "keyword"
},
"impersonation_level": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -2358,6 +2417,13 @@
"ignore_above": 1024,
"type": "keyword"
},
"elevation": {
"type": "boolean"
},
"elevation_type": {
"ignore_above": 1024,
"type": "keyword"
},
"impersonation_level": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -3385,6 +3451,13 @@
"ignore_above": 1024,
"type": "keyword"
},
"elevation": {
"type": "boolean"
},
"elevation_type": {
"ignore_above": 1024,
"type": "keyword"
},
"impersonation_level": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -3450,6 +3523,13 @@
"ignore_above": 1024,
"type": "keyword"
},
"elevation": {
"type": "boolean"
},
"elevation_type": {
"ignore_above": 1024,
"type": "keyword"
},
"impersonation_level": {
"ignore_above": 1024,
"type": "keyword"
Expand Down Expand Up @@ -4100,6 +4180,10 @@
"ignore_above": 1024,
"type": "keyword"
},
"variant": {
"ignore_above": 1024,
"type": "keyword"
},
"version": {
"ignore_above": 1024,
"type": "keyword"
Expand Down

0 comments on commit b428d0b

Please sign in to comment.