Skip to main content
Skip table of contents

Step 1 Setup Elasticsearch

Download Elasticsearch

To download elasticsearch we recommend the official website.

  1. Open the link https://www.elastic.co/downloads/elasticsearch.
  2. Choose the version for your OS. in my case is windows.
  3. A zip file will be downloaded.

Run Elasticsearch

  1. After it finishes, Go to the download folder then extract the zip.



  2. Move the downloaded file into C:\folder.
  3. Go to the bin folder and run the elasticsearch.bat (on windows).



  4. The console will display a password for the "elastic" user (only displayed on the first run). Save it we will need it.
  5. Now elasticsearch is running, go to https://localhost:9200, log in using the "elastic" user and the password from the previous step. You should see a response similar to this one. 


Next


Step 2 Setup the elasticsearch timeseries connector







JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.