mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
store related event data as a flattened object blob
This commit is contained in:
@@ -22,17 +22,6 @@
|
|||||||
},
|
},
|
||||||
"dynamic": false,
|
"dynamic": false,
|
||||||
"date_detection": false,
|
"date_detection": false,
|
||||||
"dynamic_templates": [
|
|
||||||
{
|
|
||||||
"strings_as_keyword": {
|
|
||||||
"mapping": {
|
|
||||||
"ignore_above": 1024,
|
|
||||||
"type": "keyword"
|
|
||||||
},
|
|
||||||
"match_mapping_type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"@timestamp": {
|
"@timestamp": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
@@ -221,6 +210,15 @@
|
|||||||
"createTime": {
|
"createTime": {
|
||||||
"type": "date"
|
"type": "date"
|
||||||
},
|
},
|
||||||
|
"fields": {
|
||||||
|
"eager_global_ordinals": false,
|
||||||
|
"ignore_above": 1024,
|
||||||
|
"index": true,
|
||||||
|
"type": "flattened",
|
||||||
|
"index_options": "docs",
|
||||||
|
"split_queries_on_whitespace": false,
|
||||||
|
"doc_values": true
|
||||||
|
},
|
||||||
"userId": {
|
"userId": {
|
||||||
"type": "keyword",
|
"type": "keyword",
|
||||||
"ignore_above": 1024
|
"ignore_above": 1024
|
||||||
|
|||||||
Reference in New Issue
Block a user