Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
elasticsearch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
docker
elasticsearch
Merge requests
!6
You need to sign in or sign up before continuing.
ES 8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
ES 8
es8
into
master
Overview
0
Commits
5
Pipelines
5
Changes
5
Open
ale
requested to merge
es8
into
master
1 year ago
Overview
0
Commits
5
Pipelines
5
Changes
5
Expand
0
0
Merge request reports
Compare
master
version 4
3df0f80c
1 year ago
version 3
0b928581
1 year ago
version 2
9dc3f6e8
1 year ago
version 1
0fdb93f4
1 year ago
master (HEAD)
and
latest version
latest version
c69591d1
5 commits,
1 year ago
version 4
3df0f80c
4 commits,
1 year ago
version 3
0b928581
3 commits,
1 year ago
version 2
9dc3f6e8
2 commits,
1 year ago
version 1
0fdb93f4
1 commit,
1 year ago
5 files
+
17
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
testconf/elasticsearch.yml
+
2
−
6
Options
@@ -42,10 +42,6 @@ path.logs: /var/log/elasticsearch
#
#bootstrap.memory_lock: true
#
# Since we run ES in a container with --user we can't apply a seccomp
# profile on top of the one Docker already provides.
bootstrap.system_call_filter
:
false
#
# Make sure that the heap size is set to about half the memory available
# on the system and that the owner of the process is allowed to use this
# limit.
@@ -82,8 +78,8 @@ network.publish_host: "localhost"
#
# Block initial recovery after a full cluster restart until N nodes are started:
#
gateway.recover_after_nodes
:
1
gateway.expected_nodes
:
1
gateway.recover_after_
data_
nodes
:
1
gateway.expected_
data_
nodes
:
1
#
# For more information, consult the gateway module documentation.
#
Loading