Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eason lau committed Jan 31, 2018
1 parent 1473671 commit 23572f3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Forwarder : filebeat port 5044
below take version 6.1.2 for example.

## The Simplest way to start all component:
### Usage
1. Usage
```bash
cd ~/elasticstack/
chmod +x auto_up_elk_service.sh
Expand All @@ -42,12 +42,12 @@ usage: ./up_service.sh <linux|mac> <5.3.1 5.6.3 6.0.1 6.1.2> <your_hostname>
./auto_up_elk_service.sh mac 6.1.2 <your_hostname>
```
## The second way to start all component by version folder
### Change config if you are using docker-for-mac under MAC
1. Change config if you are using docker-for-mac under MAC
* Replace <your_es_host> with your running host for below config
```bash
~/elasticstack/6.1.2/docker-compose.yml.docker_for_mac
```
### Startup ELK service at one machine
2. Startup ELK service at one machine
* For linux user
```bash
cd ~/elaticstack/6.1.2
Expand All @@ -58,14 +58,11 @@ docker-compose -f docker-compose.yml.linux up -d
cd ~/elasticstack/6.1.2
docker-compose -f docker-compose.yml.docker_for_mac up -d
```

### Access kibana via `<kibanahost>:5601`, you can see below screenshot

3. Access kibana via `<kibanahost>:5601`, you can see below screenshot
![alt text](https://raw.githubusercontent.com/easonlau02/elasticstack/master/6.0.0/kibana_up_status.png "kibana_up_status.png")
![alt text](https://raw.githubusercontent.com/easonlau02/elasticstack/master/6.1.2/kibana_up.png "kibana_up")

You can see **Unable to fetch mapping. Do you have indices match...**, caused by no log feed.

## HERE IS IMPORTANT!!!!
We managed all config file in images `eason02/elk-data-volume:6.1.2`, so if you need to change/add config for below folder.
```bash
Expand Down

0 comments on commit 23572f3

Please sign in to comment.