Skip to content

Instantly share code, notes, and snippets.

@fzrhrs
Created March 6, 2017 08:27
Show Gist options
  • Save fzrhrs/9a4d16bf387bdc4366f2db6a8107afe6 to your computer and use it in GitHub Desktop.
Save fzrhrs/9a4d16bf387bdc4366f2db6a8107afe6 to your computer and use it in GitHub Desktop.

https://www.elastic.co/downloads/past-releases/elasticsearch-1-7-6 https://www.elastic.co/downloads/past-releases/kibana-3-1-2

Get started: cd /path/to/archive tar elasticsearch (do the same for kibana) -zxvf elasticsearch-2.1.0.tar.gz (do the same for kibana) cd elasticsearch-1.7.6/config vi elasticsearch.yml Add http.cors.enabled: true To start elasticsearch, cd bin ./elasticsearch cd kibana-3.1.2 Config dekat kibana tukar link . Open config.js comment this statement elasticsearch: "http://"+window.location.hostname+":9200", dan tulis nie kat bawah dia elasticsearch: "http://localhost:9200", python -m SimpleHTTPServer 9898

Plugins: Phonetic - https://github.com/elastic/elasticsearch-analysis-phonetic Pluginhead - https://github.com/mobz/elasticsearch-head Elasticdump - https://github.com/taskrabbit/elasticsearch-dump (dalam Github, ambil yang global)

Selepas install semua plugins, adalah dinasihati untuk restart elasticsearch

Install node.js On Mac, use brew to install: brew install node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment