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)://" }, {