mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Add component templates
This commit is contained in:
@@ -0,0 +1,112 @@
|
|||||||
|
{
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"dynamic": "strict",
|
||||||
|
"properties": {
|
||||||
|
"binary": {
|
||||||
|
"type": "binary"
|
||||||
|
},
|
||||||
|
"boolean": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"byte": {
|
||||||
|
"type": "byte"
|
||||||
|
},
|
||||||
|
"created_at": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"created_by": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"date_nanos": {
|
||||||
|
"type": "date_nanos"
|
||||||
|
},
|
||||||
|
"date_range": {
|
||||||
|
"type": "date_range"
|
||||||
|
},
|
||||||
|
"deserializer": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"double": {
|
||||||
|
"type": "double"
|
||||||
|
},
|
||||||
|
"double_range": {
|
||||||
|
"type": "double_range"
|
||||||
|
},
|
||||||
|
"float": {
|
||||||
|
"type": "float"
|
||||||
|
},
|
||||||
|
"float_range": {
|
||||||
|
"type": "float_range"
|
||||||
|
},
|
||||||
|
"geo_point": {
|
||||||
|
"type": "geo_point"
|
||||||
|
},
|
||||||
|
"geo_shape": {
|
||||||
|
"type": "geo_shape"
|
||||||
|
},
|
||||||
|
"half_float": {
|
||||||
|
"type": "half_float"
|
||||||
|
},
|
||||||
|
"integer": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"integer_range": {
|
||||||
|
"type": "integer_range"
|
||||||
|
},
|
||||||
|
"ip": {
|
||||||
|
"type": "ip"
|
||||||
|
},
|
||||||
|
"ip_range": {
|
||||||
|
"type": "ip_range"
|
||||||
|
},
|
||||||
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"list_id": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"long": {
|
||||||
|
"type": "long"
|
||||||
|
},
|
||||||
|
"long_range": {
|
||||||
|
"type": "long_range"
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"type": "object",
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"serializer": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"shape": {
|
||||||
|
"type": "shape"
|
||||||
|
},
|
||||||
|
"short": {
|
||||||
|
"type": "short"
|
||||||
|
},
|
||||||
|
"text": {
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
|
"tie_breaker_id": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"updated_at": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"updated_by": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aliases": {}
|
||||||
|
},
|
||||||
|
"version": 2,
|
||||||
|
"_meta": {
|
||||||
|
"managed": true,
|
||||||
|
"description": "default mappings for the .items index template installed by Kibana/Security"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,55 @@
|
|||||||
|
{
|
||||||
|
"template": {
|
||||||
|
"mappings": {
|
||||||
|
"dynamic": "strict",
|
||||||
|
"properties": {
|
||||||
|
"created_at": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"created_by": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"description": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"deserializer": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"immutable": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"meta": {
|
||||||
|
"type": "object",
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"name": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"serializer": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"tie_breaker_id": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"type": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"updated_at": {
|
||||||
|
"type": "date"
|
||||||
|
},
|
||||||
|
"updated_by": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
|
"version": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"aliases": {}
|
||||||
|
},
|
||||||
|
"version": 2,
|
||||||
|
"_meta": {
|
||||||
|
"managed": true,
|
||||||
|
"description": "default mappings for the .lists index template installed by Kibana/Security"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user