Hi Team,
Trying to create virtual graph from elasticsearch as a data source
When i tried to create a elastic search data source with the following command and property file, MYSQL data source is getting created instead of elasticsearch.
cmd:
stardog-admin data-source add var/opt/stardog/tutorial-content/elastic-vkg/elkl.properties
getting "Successfully added data source elkl" message in console, but different MYSQL data source is getting created.
elkl.properties:
elasticsearch.rest.urls=ipaddress:9200
ipaddress => ip of a host running elastic search, with no authentications required to it.
Could anybody Please advice if i'm missing something ?
Note : Elastic data source is working if i create it through Stardog studio, but not happening with cmd line statements