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
fbb1fe49
Unverified
Commit
fbb1fe49
authored
Jul 03, 2019
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add and clarify information about security
parent
e7f4481c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
README.md
README.md
+11
-3
No files found.
README.md
View file @
fbb1fe49
...
@@ -130,8 +130,8 @@ Passwords for all 6 built-in users will be randomly generated. Take note of them
...
@@ -130,8 +130,8 @@ Passwords for all 6 built-in users will be randomly generated. Take note of them
[
Configuration
](
#configuration
)
section below.
[
Configuration
](
#configuration
)
section below.
> :information_source: Do not use the `logstash_system` user inside the Logstash *pipeline* file, it does not have
> :information_source: Do not use the `logstash_system` user inside the Logstash *pipeline* file, it does not have
> sufficient permissions to create indices. Follow the instructions
from the [Built-in roles][builtin-roles] page to
> sufficient permissions to create indices. Follow the instructions
at [Configuring Security in Logstash][ls-security]
> create a user with suitable roles.
>
to
create a user with suitable roles.
Restart Kibana and Logstash to apply the passwords you just wrote to the configuration files.
Restart Kibana and Logstash to apply the passwords you just wrote to the configuration files.
...
@@ -139,6 +139,11 @@ Restart Kibana and Logstash to apply the passwords you just wrote to the configu
...
@@ -139,6 +139,11 @@ Restart Kibana and Logstash to apply the passwords you just wrote to the configu
$
docker-compose restart kibana logstash
$
docker-compose restart kibana logstash
```
```
> :information_source: Learn more about the security of the Elastic stack at [Tutorial: Getting started with
> security][sec-tutorial].
### Injecting data
Give Kibana about a minute to initialize, then access the Kibana web UI by hitting
Give Kibana about a minute to initialize, then access the Kibana web UI by hitting
[
http://localhost:5601
](
http://localhost:5601
)
with a web browser and use the following default credentials to log in:
[
http://localhost:5601
](
http://localhost:5601
)
with a web browser and use the following default credentials to log in:
...
@@ -152,6 +157,8 @@ you to send content via TCP:
...
@@ -152,6 +157,8 @@ you to send content via TCP:
$
nc localhost 5000 < /path/to/logfile.log
$
nc localhost 5000 < /path/to/logfile.log
```
```
You can also load the sample data provided by your Kibana installation.
### Default Kibana index pattern creation
### Default Kibana index pattern creation
When Kibana launches for the first time, it is not configured with any index pattern.
When Kibana launches for the first time, it is not configured with any index pattern.
...
@@ -363,7 +370,8 @@ instead of `elasticsearch`.
...
@@ -363,7 +370,8 @@ instead of `elasticsearch`.
[
mac-mounts
]:
https://docs.docker.com/docker-for-mac/osxfs/
[
mac-mounts
]:
https://docs.docker.com/docker-for-mac/osxfs/
[
builtin-users
]:
https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html#built-in-users
[
builtin-users
]:
https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html#built-in-users
[
builtin-roles
]:
https://www.elastic.co/guide/en/elastic-stack-overview/current/built-in-roles.html
[
ls-security
]:
https://www.elastic.co/guide/en/logstash/current/ls-security.html
[
sec-tutorial
]:
https://www.elastic.co/guide/en/elastic-stack-overview/current/security-getting-started.html
[
connect-kibana
]:
https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html
[
connect-kibana
]:
https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html
...
...
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