This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x2460d9BA68d2F1253E8F4A84f0118Cac67cCC056 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongo: | |
image: mongo:3.2.11 | |
volumes: | |
- /data/db/mongo | |
ports: | |
- "27017:27017" | |
redis: | |
image: redis | |
volumes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mongo: | |
image: mongo:3.2.11 | |
volumes: | |
- /data/db/mongo | |
ports: | |
- "27017:27017" | |
redis: | |
image: redis | |
volumes: |
I hereby claim:
- I am oosidat on github.
- I am oosidat (https://keybase.io/oosidat) on keybase.
- I have a public key whose fingerprint is 0C4F 8E22 7471 A1AE B30C EA43 2CC2 E47F AEA2 6659
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Running Instructions | |
// 1. Get a docker ELK instance up and running - I used https://github.com/deviantony/docker-elk | |
// 2. Compile this (fill in the right variables before) | |
// 3. Run this script | |
// 4. ??? | |
// 5. Go to Kibana to see all the click messages | |
package main | |
import ( |
NewerOlder