In order to run InSights Inference, there are changes that should be made in server-config.json, and uiConfig.json. Please adhere the following steps, and make respective changes -
Changes in server-config.json
- Browse the following directory inside your InSights Installation directory -
.\Server2\.InSights\server-config.json
or
%INSIGHTS_HOME%\.InSights\serverconfig.json
server-config.json
{
"endpointData": {
"elasticSearchEndpoint": "http://localhost:9200"
},
"sparkConfigurations": {
"appName" : "inSights",
"master" : "local[*]",
"sparkExecutorMemory" : "8g",
"sparkElasticSearchHost": "http://localhost",
"sparkElasticSearchPort": "9200",
"sparkElasticSearchConfigIndex": "",
"sparkElasticSearchResultIndex": "",
"kpiSize": "30",
"sparkResultSince": 5
},
...
...
...