diff --git a/salt/elasticsearch/templates/component/so/detection-mappings.json b/salt/elasticsearch/templates/component/so/detection-mappings.json index 4efd2f73f..9b68421e7 100644 --- a/salt/elasticsearch/templates/component/so/detection-mappings.json +++ b/salt/elasticsearch/templates/component/so/detection-mappings.json @@ -111,7 +111,7 @@ } } }, - "so_comment": { + "so_detectioncomment": { "properties": { "createTime": { "type": "date" @@ -120,7 +120,7 @@ "ignore_above": 1024, "type": "keyword" }, - "description": { + "value": { "type": "text" }, "userId": {