system/elasticsearch: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:11:40 -04:00
parent b8703b43d0
commit e4d5db046a

View file

@ -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