Skip to content

Commit

Permalink
moved LICENSE and README.md up to the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
apolloclark committed Sep 27, 2018
1 parent 7a2b489 commit e06770d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 239 deletions.
File renamed without changes.
21 changes: 4 additions & 17 deletions base/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ To use this project, you must have installed:
## Deploy to AWS, with Packer
```shell
git clone https://github.com/apolloclark/packer-aws-elk
cd packer-aws-elk
cd ./packer-aws-elk/config
# create a keypair named "packer" or change lines 26, 27 in build_packer_aws.sh
./build_packer_aws.sh
```

## Deploy Locally, with Vagrant
```shell
git clone https://github.com/apolloclark/packer-aws-elk
cd packer-aws-elk
cd ./packer-aws-elk/config
vagrant up
vagrant ssh
```
Expand All @@ -37,11 +37,11 @@ vagrant ssh
Ansible Roles:
- [geerlingguy.firewall](https://github.com/geerlingguy/ansible-role-firewall)
- [apolloclark.osquery](https://github.com/apolloclark/ansible-role-osquery)
- [apolloclark.auditbeat](https://github.com/apolloclark/ansible-role-auditbeat)
- [apolloclark.filebeat](https://github.com/apolloclark/ansible-role-filebeat)
- [apolloclark.metricbeat](https://github.com/apolloclark/ansible-role-metricbeat)
- [apolloclark.heartbeat](https://github.com/apolloclark/ansible-role-heartbeat)
- [apolloclark.metricbeat](https://github.com/apolloclark/ansible-role-metricbeat)
- [apolloclark.packetbeat](https://github.com/apolloclark/ansible-role-packetbeat)
- [apolloclark.auditbeat](https://github.com/apolloclark/ansible-role-auditbeat)
- [apolloclark.zookeeper](https://github.com/apolloclark/ansible-role-zookeeper)
- [apolloclark.kafka](https://github.com/apolloclark/ansible-role-kafka)
- [apolloclark.logstash](https://github.com/apolloclark/ansible-role-logstash)
Expand All @@ -58,19 +58,6 @@ Ansible Roles:
nano /var/log/auth.log
```

*apache*
```
service apache2 status | cat
nano /var/log/apache2/access.log
nano /var/log/apache2/audit.log
nano /var/log/apache2/error.log
```

*mysql*
```
nano /var/log/mysql/audit.log
```

*osquery*
```
nano /var/log/osquery/osqueryd.results.log
Expand Down
21 changes: 0 additions & 21 deletions config/LICENSE

This file was deleted.

201 changes: 0 additions & 201 deletions config/README.md

This file was deleted.

0 comments on commit e06770d

Please sign in to comment.