Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerManaged committed Dec 1, 2013
1 parent 0d8fc4d commit 24bffe7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ Logging Scheme: Clients => Rsyslog Tcp 514 => logstash2redis => Redis => redis2e
### Variables

**usname** : username of the Apache user

**domain** : domain name of Apache vhost

**pass** : password for Apache auth

**myip**: ip address of the client authorized to connect at http://$domain/kibana-3.0.0milestone4/

### Use
Expand All @@ -26,11 +29,17 @@ Logging Scheme: Clients => Rsyslog Tcp 514 => logstash2redis => Redis => redis2e
or you may want to setup individual roles step by step:

`ansible-playbook central-logs.yml -t rsyslog-server`

`ansible-playbook central-logs.yml -t redis`

`ansible-playbook central-logs.yml -t logstash`

`ansible-playbook central-logs.yml -t elasticsearch`

`ansible-playbook central-logs.yml -t supervisord`

`ansible-playbook central-logs.yml -e="usname= domain= pass=" -t apache-kibana`

`ansible-playbook central-logs.yml -e="myip=" -t shorewall`

Et voila, your centralized logging server is up and running!
Expand Down

0 comments on commit 24bffe7

Please sign in to comment.