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
d65e62b0
Unverified
Commit
d65e62b0
authored
Jun 28, 2019
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Fix incorrect usage of logstash_system user
Closes #405
parent
6a97c20a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+6
-1
No files found.
README.md
View file @
d65e62b0
...
...
@@ -126,9 +126,13 @@ $ docker-compose exec -T elasticsearch 'bin/elasticsearch-setup-passwords' auto
```
Passwords for all 6 built-in users will be randomly generated. Take note of them and replace the
`elastic`
username with
`kibana`
and
`logstash_system`
inside the Kibana and Logstash
*pipeline*
configuration files respectively. See the
`kibana`
and
`logstash_system`
inside the Kibana and Logstash configuration files respectively. See the
[
Configuration
](
#configuration
)
section below.
> :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
> create a user with suitable roles.
Restart Kibana and Logstash to apply the passwords you just wrote to the configuration files.
```
console
...
...
@@ -350,6 +354,7 @@ instead of `elasticsearch`.
[
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-roles
]:
https://www.elastic.co/guide/en/elastic-stack-overview/current/built-in-roles.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