Breadcrumbs

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.
    image2020-8-24_9-24-3.png

  3. A zip file will be downloaded.
    image2020-8-24_9-25-16.png

Run Elasticsearch

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

    image2020-8-24_9-29-13.png

  2. Move the downloaded file into C:\folder.

  3. Go to the bin folder and run the elasticsearch.bat (on windows).

    image2020-8-24_9-33-9.png

  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. 



  1. image2020-8-24_9-37-7.png

Next


Step 2 Setup the elasticsearch timeseries connector