Skip to content

Commit 2ea7c46

Browse files
Merge pull request #835 from humanmade/VlasicVojislav-patch-1
Update elasticsearch.md
2 parents 625bb52 + 9bc2ae1 commit 2ea7c46

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

docs/elasticsearch.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,9 @@ Elasticsearch is available on some Altis plans, and is fully integrated into Alt
55
(Note: Altis uses [OpenDistro for Elasticsearch](https://opendistro.github.io/for-elasticsearch-docs/) and [OpenSearch](https://opensearch.org/), which are compatible with Elasticsearch.)
66

77

8-
## Enabling
8+
## Enabling Elasticsearch
99

10-
Elasticsearch support in Local Server is enabled when the Enhanced Search module is installed. It can be disabled through configuration if desired:
11-
12-
```json
13-
{
14-
"extra": {
15-
"altis": {
16-
"modules": {
17-
"search": {
18-
"local": {
19-
"enabled": false
20-
}
21-
}
22-
}
23-
}
24-
}
25-
}
26-
```
10+
Elasticsearch support in Local Server is enabled when the Enhanced Search module is installed.
2711

2812

2913
## Available Versions
@@ -146,3 +130,23 @@ You can set the `ES_MEM_LIMIT` variable in 2 ways:
146130

147131
- Set it globally e.g. `export ES_MEM_LIMIT=2g`
148132
- Set it for the local server process only: `ES_MEM_LIMIT=2g composer server start`
133+
134+
## Disabling Elasticsearch
135+
136+
Elasticsearch can be disabled through configuration if desired:
137+
138+
```json
139+
{
140+
"extra": {
141+
"altis": {
142+
"modules": {
143+
"search": {
144+
"local": {
145+
"enabled": false
146+
}
147+
}
148+
}
149+
}
150+
}
151+
}
152+
```

0 commit comments

Comments
 (0)