Added Splunk Docker capability, log access

This commit is contained in:
Marwolf
2018-07-20 01:16:29 -04:00
parent 2561e311bb
commit c6f2d26420
13 changed files with 103 additions and 0 deletions

12
Splunk/Makefile Normal file
View File

@@ -0,0 +1,12 @@
start:
docker-compose up -d
stop:
@docker-compose down -v
restart:
@docker-compose down -v
docker-compose up -d
logs:
@docker-compose logs -f