Siren Platform - Connection Error

Hi All,

I downloaded the most recent easy start version12.1.1 for windows and upon initial load up, I get the following errors from the Investigate Server prompt:

[error][elasticsearch] Client request error: connect ECONNREFUSED 127.0.0.1:9220

Is this part of a misconfiguration? I have not edited any config files after unzipping the platform.

Thanks.

Hi TreeWish,

Please change the Elasticsearch URL with localhost in investigate.yml file:

> # The URL of the Elasticsearch instance to use for all your queries.

> elasticsearch.url: 'https://localhost:9220'

Regards
Manu Agarwal