Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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