From 5ac26692abc3142af069c766197c77c5ea7185d3 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Fri, 23 Sep 2022 10:01:43 +0530 Subject: [PATCH] Fix host error message in Elasticsearch config (#17001) --- .../elasticSearchPlugin/src/main/resources/form.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/appsmith-plugins/elasticSearchPlugin/src/main/resources/form.json b/app/server/appsmith-plugins/elasticSearchPlugin/src/main/resources/form.json index 3f3455124c..816e434d3f 100644 --- a/app/server/appsmith-plugins/elasticSearchPlugin/src/main/resources/form.json +++ b/app/server/appsmith-plugins/elasticSearchPlugin/src/main/resources/form.json @@ -10,7 +10,7 @@ "label": "Host URL", "configProperty": "datasourceConfiguration.endpoints[*].host", "controlType": "KEYVALUE_ARRAY", - "validationMessage": "Please enter a valid host URL", + "validationMessage": "Please enter a valid URL, for example, https://example.com", "validationRegex": "^(http|https)://" }, {