Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
段孔乐
docker-elk
Commits
4156c0cb
Unverified
Commit
4156c0cb
authored
Mar 12, 2020
by
Antoine Cotten
Committed by
GitHub
Mar 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Document supported major versions (#474)
parent
190f1746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
15 deletions
+19
-15
README.md
README.md
+19
-15
No files found.
README.md
View file @
4156c0cb
...
...
@@ -100,6 +100,22 @@ exclusively. Make sure the repository is cloned in one of those locations or fol
## Usage
### Version selection
This repository tries to stay aligned with the latest version of the Elastic stack. The
`master`
branch tracks the
current major version (7.x).
To use a different version of the core Elastic components, simply change the version number inside the
`.env`
file. If
you are upgrading an existing stack, please carefully read the note in the next section.
> :warning: Always pay attention to the [official upgrade instructions][upgrade] for each individual component before
performing a stack upgrade.
Older major versions are also supported on separate branches:
*
[
`release-6.x`
](
https://github.com/deviantony/docker-elk/tree/release-6.x
)
: 6.x series
*
[
`release-5.x`
](
https://github.com/deviantony/docker-elk/tree/release-5.x
)
: 5.x series (End-Of-Life)
### Bringing up the stack
Clone this repository onto the Docker host that will run the stack, then start services locally using Docker Compose:
...
...
@@ -110,7 +126,8 @@ $ docker-compose up
You can also run all services in the background (detached mode) by adding the
`-d`
flag to the above command.
> :warning: You must run `docker-compose build` first whenever you switch branch or update a base image.
> :warning: You must rebuild the stack images with `docker-compose build` whenever you switch branch or update the
> version of an already existing stack.
If you are starting the stack for the very first time, please read the section below attentively.
...
...
@@ -136,7 +153,7 @@ The stack is pre-configured with the following **privileged** bootstrap user:
*
password:
*changeme*
Although all stack components work out-of-the-box with this user, we strongly recommend using the unprivileged
[
built-in
users]
[
builtin-users
]
instead for increased security.
users]
[
builtin-users
]
instead for increased security.
1.
Initialize passwords for built-in users
...
...
@@ -342,19 +359,6 @@ logstash:
## Going further
### Using a newer stack version
To use a different Elastic Stack version than the one currently available in the repository, simply change the version
number inside the
`.env`
file, and rebuild the stack with:
```
console
$
docker-compose build
$
docker-compose up
```
> :warning: Always pay attention to the [upgrade instructions][upgrade] for each individual component before
performing a stack upgrade.
### Plugins and integrations
See the following Wiki pages:
...
...
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