Commit fc43e3bc authored by Antoine Cotten's avatar Antoine Cotten

Add external reference to X-Pack built-in users

parent 8fc587e8
...@@ -22,12 +22,10 @@ Based on the official images: ...@@ -22,12 +22,10 @@ Based on the official images:
2. Install [Docker-compose](http://docs.docker.com/compose/install/) **version >= 1.6**. 2. Install [Docker-compose](http://docs.docker.com/compose/install/) **version >= 1.6**.
3. Clone this repository 3. Clone this repository
## Increase max_map_count on your host ## Increase `vm.max_map_count` on your host
You need to increase `max_map_count` on your Docker host. You need to increase the `vm.max_map_count` kernel setting on your Docker host.
To do this follow the recommended instructions within the elastic documentation: To do this follow the recommended instructions from the Elastic documentation: [Install Elasticsearch with Docker](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode)
https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode
## SELinux ## SELinux
...@@ -35,8 +33,7 @@ On distributions which have SELinux enabled out-of-the-box you will need to eith ...@@ -35,8 +33,7 @@ On distributions which have SELinux enabled out-of-the-box you will need to eith
For example on Redhat and CentOS, the following will apply the proper context: For example on Redhat and CentOS, the following will apply the proper context:
```bash ```bash
.-root@centos ~ $ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/
-$ chcon -R system_u:object_r:admin_home_t:s0 docker-elk/
``` ```
# Usage # Usage
...@@ -64,6 +61,8 @@ And then access Kibana UI by hitting [http://localhost:5601](http://localhost:56 ...@@ -64,6 +61,8 @@ And then access Kibana UI by hitting [http://localhost:5601](http://localhost:56
* user: *elastic* * user: *elastic*
* password: *changeme* * password: *changeme*
Refer to the Elastic documentation for a list of built-in users: [Setting Up User Authentication](https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html#built-in-users)
*NOTE*: You'll need to inject data into logstash before being able to create a logstash index in Kibana. Then all you should have to do is to hit the create button. *NOTE*: You'll need to inject data into logstash before being able to create a logstash index in Kibana. Then all you should have to do is to hit the create button.
See: https://www.elastic.co/guide/en/kibana/current/setup.html#connect See: https://www.elastic.co/guide/en/kibana/current/setup.html#connect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment