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
d743e6e7
Unverified
Commit
d743e6e7
authored
Feb 27, 2020
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Use warning signs for critical information
parent
fa5b9246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
d743e6e7
...
@@ -72,9 +72,9 @@ By default, the stack exposes the following ports:
...
@@ -72,9 +72,9 @@ By default, the stack exposes the following ports:
*
9300: Elasticsearch TCP transport
*
9300: Elasticsearch TCP transport
*
5601: Kibana
*
5601: Kibana
> :
information_source: Elasticsearch's [bootstrap checks][booststap-checks] were purposely disabled to facilitate
the
> :
warning: Elasticsearch's [bootstrap checks][booststap-checks] were purposely disabled to facilitate the setup of
the
>
setup of the Elastic stack in development environments. For production setups, we recommend users to set up their host
>
Elastic stack in development environments. For production setups, we recommend users to set up their host according to
>
according to
the instructions from the Elasticsearch documentation: [Important System Configuration][es-sys-config].
> the instructions from the Elasticsearch documentation: [Important System Configuration][es-sys-config].
### SELinux
### SELinux
...
@@ -110,7 +110,7 @@ $ docker-compose up
...
@@ -110,7 +110,7 @@ $ docker-compose up
You can also run all services in the background (detached mode) by adding the
`-d`
flag to the above command.
You can also run all services in the background (detached mode) by adding the
`-d`
flag to the above command.
> :
information_source
: You must run `docker-compose build` first whenever you switch branch or update a base image.
> :
warning
: You must run `docker-compose build` first whenever you switch branch or update a base image.
If you are starting the stack for the very first time, please read the section below attentively.
If you are starting the stack for the very first time, please read the section below attentively.
...
@@ -352,7 +352,7 @@ $ docker-compose build
...
@@ -352,7 +352,7 @@ $ docker-compose build
$
docker-compose up
$
docker-compose up
```
```
> :
information_source
: Always pay attention to the [upgrade instructions][upgrade] for each individual component before
> :
warning
: Always pay attention to the [upgrade instructions][upgrade] for each individual component before
performing a stack upgrade.
performing a stack upgrade.
### Plugins and integrations
### Plugins and integrations
...
...
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