Apply DataView indices to all installed engines Beta
POST /api/entity_store/engines/apply_dataview_indices
curl \
-X POST https://localhost:5601/api/entity_store/engines/apply_dataview_indices
Response examples (200)
{
"result": [
{
"changes": {
"indexPatterns": [
"string"
]
},
"type": "string"
}
],
"success": true
}
Response examples (207)
{
"errors": [
"string"
],
"result": [
{
"changes": {
"indexPatterns": [
"string"
]
},
"type": "string"
}
],
"success": true
}
Response examples (500)
{
"body": "string",
"statusCode": 42.0
}