All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.data.testConnections.search.elasticsearch.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
    "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
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy