json.data.testConnections.search.elasticsearch.json Maven / Gradle / Ivy
{
"name": "ElasticSearch",
"displayName": "ElasticSearch Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of dashboards and charts.",
"steps": [
{
"name": "CheckAccess",
"description": "Validate that the API is accessible with the given credentials",
"errorMessage": "Failed to connect to elasticsearch, please validate the credentials",
"shortCircuit": true,
"mandatory": true
},
{
"name": "GetSearchIndexes",
"description": "Validate that the API is accessible with the given credentials",
"errorMessage": "Failed to connect to elasticsearch, please validate the credentials",
"shortCircuit": true,
"mandatory": true
}
]
}