blob: 90df9bef21cef8023a5872e94b3f86c8551eaefd [file] [log] [blame]
Filip Pytloun5163dfb2015-10-06 16:28:31 +02001
2=============
Ales Komarekdd881a62015-12-08 11:03:49 +01003Elasticsearch
Filip Pytloun5163dfb2015-10-06 16:28:31 +02004=============
5
Ales Komarekdd881a62015-12-08 11:03:49 +01006Elasticsearch provides a distributed, multitenant-capable full-text search engine with a HTTP web interface and schema-free JSON documents.
7
Filip Pytloun5163dfb2015-10-06 16:28:31 +02008Sample 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
21Read more
22=========
23
Ales Komarekdd881a62015-12-08 11:03:49 +010024
25* https://www.elastic.co/
Filip Pytloun5163dfb2015-10-06 16:28:31 +020026* 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