Mandar Vaze's microblog
  • 2022-06-01 16:01:57 +0530 +0530
    Mandar Vaze

    Mandar Vaze

    Jun 01, 2022

    Setup Elastic Search Locally via Docker

    This is the first time I’m setting up elasticsearch

    While one can set it up natively via brew I have learnt longtime ago to use docker for complex, server type applications.

    Elastic search’s official document also suggests the docker in their Getting Started.

    I’ve made summary of the steps on my PKM. Search elastic on the site, since URLs are likely to change.

    Important thing : Create a local user (I called it dev) and make it superuser

    This is useful in case you misplace the auto-generated password for built-in superuser user named elastic

    2022-06-01 16:01:57 +0530 +0530 Jun 01, 2022
    #elk #tools #elastic