Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticSearch Notes

Installation

OS X with brew installed.

brew install elasticsearch
# start from command line
brew services start elasticsearch
# or via LaunchRocket

Config

Before start the service, edit /usr/local/etc/elasticsearch/elasticsearch.yml

# add CORs for local development use
http.cors.enabled: true
http.cors.allow-origin: "*"

Plugins

kibana

https://github.com/elastic/kibana

head

https://github.com/mobz/elasticsearch-head

Start

Api Ref: https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html

About

Learn ElasticSearch

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages