Filip Pytloun | 5163dfb | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 1 | |
| 2 | ============= |
Ales Komarek | dd881a6 | 2015-12-08 11:03:49 +0100 | [diff] [blame^] | 3 | Elasticsearch |
Filip Pytloun | 5163dfb | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 4 | ============= |
| 5 | |
Ales Komarek | dd881a6 | 2015-12-08 11:03:49 +0100 | [diff] [blame^] | 6 | Elasticsearch provides a distributed, multitenant-capable full-text search engine with a HTTP web interface and schema-free JSON documents. |
| 7 | |
Filip Pytloun | 5163dfb | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 8 | Sample pillars |
| 9 | ============== |
| 10 | |
| 11 | .. code-block:: yaml |
| 12 | |
| 13 | elasticsearch: |
| 14 | server: |
| 15 | enabled: true |
| 16 | version: 1.0.1 |
| 17 | bind: |
| 18 | address: 0.0.0.0 |
| 19 | port: 9200 |
| 20 | |
| 21 | Read more |
| 22 | ========= |
| 23 | |
Ales Komarek | dd881a6 | 2015-12-08 11:03:49 +0100 | [diff] [blame^] | 24 | |
| 25 | * https://www.elastic.co/ |
Filip Pytloun | 5163dfb | 2015-10-06 16:28:31 +0200 | [diff] [blame] | 26 | * http://alex.nederlof.com/blog/2012/11/19/installing-elasticsearch-with-jenkins-on-ubuntu/ |
| 27 | * http://websightdesigns.com/wiki/Setting_up_Centralized_Event_Parsing_on_Ubuntu_12.04 |
| 28 | * https://gist.github.com/wingdspur/2026107 |