diff options
-rw-r--r-- | system/elasticsearch/README | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/system/elasticsearch/README b/system/elasticsearch/README index 4d20f2c192..ae3c8aac9a 100644 --- a/system/elasticsearch/README +++ b/system/elasticsearch/README @@ -2,7 +2,8 @@ ElasticSearch A Distributed RESTful Search Engine -ElasticSearch is a distributed RESTful search engine built for the cloud. +ElasticSearch is a distributed RESTful search engine built for the +cloud. Features include: @@ -23,7 +24,8 @@ Various set of APIs Document oriented No need for upfront schema definition. - Schema can be defined per type for customization of the indexing process. + Schema can be defined per type for customization of the indexing + process. Reliable, Asynchronous Write Behind for long term persistency. (Near) Real Time Search. @@ -37,7 +39,9 @@ Per operation consistency Single document level operations are atomic, consistent, isolated and durable. -This script requires a 'elasticsearch' user/group to exist before running. -The recommended UID/GID is 280. You can create these like so: +This script requires a 'elasticsearch' user/group to exist before +running. The recommended UID/GID is 280. You can create these like +so: + groupadd -g 280 elasticsearch useradd -u 280 -g elasticsearch -s /bin/sh elasticsearch |