Create a KnowledgeBase
Beta
Create a KnowledgeBase
Path parameters
-
resource
string The KnowledgeBase
resource
value.
Query parameters
-
modelId
string Optional ELSER modelId to use when setting up the Knowledge Base
-
ignoreSecurityLabs
boolean Indicates whether we should or should not install Security Labs docs when setting up the Knowledge Base
Default value is
false
.
curl \
--request POST https://<KIBANA_URL>/api/security_ai_assistant/knowledge_base/{resource} \
--header "Authorization: $API_KEY"
{
"success": true
}
{
"error": "string",
"message": "string",
"statusCode": 42.0
}