Rough Go at New Mappings/Settings

This commit is contained in:
Corey Ogburn
2025-07-29 11:23:28 -06:00
parent ec27517bdd
commit ba601c39b3
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
{
"template": {
"mappings": {
"properties": {
"@timestamp": {
"type": "date"
},
"so_kind": {
"ignore_above": 1024,
"type": "keyword"
},
"so_operation": {
"ignore_above": 1024,
"type": "keyword"
},
"so_chat": {
"properties": {
"role": {
"ignore_above": 1024,
"type": "keyword"
},
"content": {
"type": "text"
},
"conversation_id": {
"ignore_above": 1024,
"type": "keyword"
},
"createTime": {
"type": "date"
},
"tool_use_id": {
"ignore_above": 1024,
"type": "keyword"
},
"userId": {
"ignore_above": 1024,
"type": "keyword"
}
}
}
}
}
},
"_meta": {
"ecs_version": "1.12.2"
}
}

View File

@@ -0,0 +1,7 @@
{
"template": {},
"version": 1,
"_meta": {
"description": "default settings for common Security Onion Assistant indices"
}
}