📋
Philanthrolab
Ctrlk
  • Philanthrolab Technical Docs
  • SSN Component Library
  • Datalabs
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Social Safety Network
    • Introduction
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • SSN for Organisations
    • Introduction
    • Features and user stories
    • Architecture
    • Schema Dictionary
    • Project Status/Timeline
  • Developer Resources
    • Frontend Project Guide
    • Coding Guide
    • Creating a Neo4j instance on GCP vm
    • Set up local deploy for staging and production envs
    • Install ElasticSearch on GCP
    • ElasticSearch Query
    • ETL Strategy for Neo4j Database: Scraping, Transformation, and Enrichment
    • ETL Checklist
  • SSN Authentication
    • Introduction
    • Architecture
    • Schema
  • SSN Admin Dashboard
    • Introduction
    • Architecture
  • SSN Job Board
    • Introduction
    • Architecture
    • User Stories
    • Schema Dictionary
  • SSN Eligibility criteria AI feature
    • Introduction
    • Working Principles
    • Architecture
    • Schema Dictionary
  • DataBase Repopulation
    • Introduction
    • Proposed Solution
    • DB Details
    • Batch 1
  • LLM INTEGRATION
    • LLM Strategy and Implementation
Powered by GitBook
On this page
  1. Developer Resources

Install ElasticSearch on GCP

  • First create a vm

  • Add 9200 port to vm firewall config

  • SSH into vm and run the following command

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wget
  • Next, follow the guide shown here:

Trouble shoot:

  • https://stackoverflow.com/questions/59350069/elasticsearch-start-up-error-the-default-discovery-settings-are-unsuitable-for

  • https://stackoverflow.com/questions/58656747/elasticsearch-job-for-elasticsearch-service-failed/58656748

  • https://stackoverflow.com/questions/56790620/master-not-discovered-exception-when-trying-to-configure-elastic-search-on-rem

PreviousSet up local deploy for staging and production envsNextElasticSearch Query

Last updated 1 year ago

Was this helpful?

Was this helpful?