diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:11:40 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:05 -0400 |
commit | e4d5db046a4420ee39013a1375b9487068ef9b7c (patch) | |
tree | d978f868a5a97a7cbe267937629c5287e69748be /system/elasticsearch/README | |
parent | b8703b43d0aa38f2e62561032e2d9ea802a59ecc (diff) |
system/elasticsearch: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/elasticsearch/README')
-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 4d20f2c19201f..ae3c8aac9a6a4 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 |