Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.03 KB

INTERNAL.md

File metadata and controls

39 lines (33 loc) · 1.03 KB

Elastic Internal Documentation

Testing locally with Enterprise Search and Kibana

Setup
  • clone kibana
    • cd into your kibana checkout
    • install kibana dependencies with:
      nvm use && yarn kbn clean && yarn kbn bootstrap
  • clone ent-search
Start Elasticsearch
  • cd into your kibana checkout
  • start elasticsearch with:
    nvm use && yarn es snapshot -E xpack.security.authc.api_key.enabled=true
Start Kibana
  • cd into your kibana checkout
  • start kibana with:
    nvm use && yarn start --no-base-path
Start Enterprise Search
  • cd into your ent-search checkout
  • start Enterprise Search with:
    script/togo/development start
Start Connectors
  • cd into your connectors checkout
  • run make install to get the latest dependencies
  • run make run to start Connectors.