Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b90ed64a
Commit
b90ed64a
authored
Jan 22, 2020
by
Kai Armstrong
Committed by
Russell Dickenson
Jan 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Elasticsearch version requirements in dev docs
This also removes Homebrew instructions as 6.x is not available
parent
c93c10ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
17 deletions
+5
-17
doc/development/elasticsearch.md
doc/development/elasticsearch.md
+5
-17
No files found.
doc/development/elasticsearch.md
View file @
b90ed64a
...
...
@@ -15,27 +15,15 @@ In June 2019, Mario de la Ossa hosted a [Deep Dive] on GitLab's [Elasticsearch i
[
Google Slides
]:
https://docs.google.com/presentation/d/1H-pCzI_LNrgrL5pJAIQgvLX8Ji0-jIKOg1QeJQzChug/edit
[
PDF
]:
https://gitlab.com/gitlab-org/create-stage/uploads/c5aa32b6b07476fa8b597004899ec538/Elasticsearch_Deep_Dive.pdf
##
Initial installation on OS X
##
Supported Versions
It is recommended to use the Docker image. After installing docker you can immediately spin up an instance with
See
[
Version Requirements
](
../integration/elasticsearch.md#version-requirements
)
.
```
docker run --name elastic56 -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:5.6.12
```
and use
`docker stop elastic56`
and
`docker start elastic56`
to stop/start it.
### Installing on the host
Developers making significant changes to Elasticsearch queries should test their features against all our supported versions.
We currently only support Elasticsearch
[
5.6 to 6.x
](
../integration/elasticsearch.md#version-requirements
)
Version 5.6 is available on homebrew and is the recommended version to use in order to test compatibility.
```
brew install elasticsearch@5.6
```
## Setting up development environment
There is no need to install any plugins
See the
[
Elasticsearch GDK setup instructions
](
https://gitlab.com/gitlab-org/gitlab-development-kit/blob/master/doc/howto/elasticsearch.md
)
## Helpful rake tasks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment