• Stars
    star
    1
  • Language
    Shell
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generate Splunk Dashboards for your AWS S3 Server Access Logs

More Repositories

1

diceware

Generate secure passwords you can actually remember!
JavaScript
211
star
2

evernote-to-obsidian

Wrapper for the Yarle app to make converting Evernote notebooks to Markdown easier
Shell
165
star
3

splunk-lab

Learn Splunk by creating a lab instance in seconds. Includes Eventgen and Splunk's Machine Learning app!
Shell
85
star
4

IsSeptaFcked

Real-time status for Philadelphia Regional Rail
JavaScript
54
star
5

git-rebase-i-playground

A playground/lab to test different use cases of git rebase -i
HTML
48
star
6

wordpress-with-nginx-and-letsencrypt

Install WordPress in Docker with Nginx, PHP-FPM, and LetsEncrypt for HTTPS!
Shell
45
star
7

fastapi-httpbin

HTTP Endpoints for easy testing of your app.
Python
28
star
8

cat-crawler

A webcrawler I wrote in Golang that I can use to find and download cat pictures.
Go
28
star
9

grafana-playground

Learn Grafana quickly by spinning up an instance with Prometheus and Loki to test your Internet connection quickly and painlessly.
Python
26
star
10

splunk-telegram

Splunk messages from Telegram groups
Shell
24
star
11

splunk-network-health-check

A Dockerized Splunk app to monitor your Internet connection
Shell
21
star
12

google-go-cpu-usage

A package to test CPU performance in GoLang across multiple cores.
Go
21
star
13

google-go-monte-carlo

A Monte Carlo simulation written in GoLang as a way to "get my feet wet" with the language.
Go
17
star
14

s3-disk-usage

Report S3 disk usage stats, including revisions and deleted files
Python
16
star
15

twitter-aws-comprehend

An app to analyze tweets using Amazon Comprehend's Sentiment Analysis service
Python
16
star
16

ssh-principal-and-ca-playground

Dockerized setup of SSH with a Certificate Authority and Principals configured
Shell
15
star
17

SeptaStats

Real-time dashboards, graphs, and analytics for Philadelphia's Regional Rail train system.
PHP
15
star
18

nginxtop

UNIX top-like app for nginx (or Apache, if you wish) access logs.
JavaScript
14
star
19

tarsplit

A utility to split tarballs into smaller pieces while keeping files intact.
Shell
12
star
20

zfs-playground

Learn ZFS the easy way with this lab environment where disk failures and corruption can be simulated!
Shell
11
star
21

unix-utils

Random shell scripts and whatnot that I'd like to share
Shell
10
star
22

rsync-obsidian-to-icloud

Bash scripts to rsync an Obsidian Vault to iCloud and back
Shell
9
star
23

aws-lambda-copy-s3-file-uploads

AWS Lambda code to copy files uploaded to S3 to another bucket for safekeeping
JavaScript
8
star
24

chef-101-introduction-to-chef

Sample Chef cookbook and recipe that I created for a blog post on Chef
HTML
8
star
25

musicbot-docker

A Dockerfile for the Discord Musicbot
Shell
7
star
26

dns-tool

A DNS packet creation tool I wrote
Python
7
star
27

aws-s3-server-access-logging-rollup

A Python script to perform regular rollup of AWS S3 Server Access Logs
Python
7
star
28

ansible-btsync

An Ansible Playbook and roles for setting up BitTorrent Sync on Digital Ocean
Shell
6
star
29

facebook-group-leaderboard

Node.js app to get leaderboards and other stats for 1 or more Facebook groups
JavaScript
6
star
30

google-go-log4go

A log4j analogue for GoLang.
Go
6
star
31

anthrocon-reg

Convention Memebership Registration System. To date, it has processed over $1 Million in registration revenue across a number of conventions.
PHP
6
star
32

ticket-sales

A proof of concept node.js server I put together to handle locking and claiming of seats at an event.
JavaScript
4
star
33

neural-network

A demo of how to use a Neural Network in Node.js
JavaScript
4
star
34

docker-in-vagrant

Alternative to Docker Desktop for Mac. This project lets you deploy Docker inside of a Vagrant VM in Virtualbox.
Shell
4
star
35

twitter-sentiment-analysis

Perform sentiment analysis for Twitter keywords with AWS Comphrehend and Splunk
Python
4
star
36

Splunk4Docker

Don't use this anymore, use splunk-lab instead: https://github.com/dmuth/splunk-lab
Shell
4
star
37

splunk-osx-magic-mouse-battery

A Splunk App to track the battery level of your Apple Magic Mouse
Shell
3
star
38

docker-remove-dependent-child-images

Script to remove dependent child images of a Docker Container
Shell
3
star
39

procedural-webserver

A webserver written in GoLang which serves up procedurally generated content.
Go
3
star
40

fivestarstats

Generate statistics on ratings made with the Drupal module "fivestar"
PHP
2
star
41

golang-stats

Stats package for Golang
Go
2
star
42

guestbook

A sample guestbook app I wrote in PHP for an interview. Part of the requirements involved NOT using any frameworks, so I created my own architecture from the ground up.
PHP
2
star
43

Dougs-Drupal-Templates

Some nifty Drupal templates for websites I run
PHP
2
star
44

anthrocon-hotel-countdown

Code for the Anthrocon Hotel Countdown Timer screen that I used on the website for our 2013 convention.
PHP
2
star
45

anthrocon_dealers

Code for handling dealer registrations on our website
PHP
2
star
46

MusicBot-Ansible

Ansible Playbook to install the Discord Musicbot
2
star
47

docker-health-check

Simple Health Check for Docker
Shell
2
star
48

Drupal-Chatroom

A fork/fix of the chatroom module for Drupal.
JavaScript
1
star
49

mac-osx-ram-usage

Uses Splunk and Docker to get a real-time look at OS/X Ram Usage
Shell
1
star
50

chef

My Chef recipes for creating a development Vagrant box
Ruby
1
star
51

undertale-deltarune-resources

Undertale and Deltarune Resources
1
star
52

anthrocon_webform

Saner downloads of webform data in Drupal
PHP
1
star
53

twitter-account-metrics-bot

App to pull down tweet activity from specific accounts and send to Telegram via a bot
Python
1
star
54

dmuth.github.io

Jekyll repo for CheetahFacts.com
HTML
1
star
55

zooyan_stats_user

A sample Drupal module that I put together as part of my interview process at the now defunct Zooyan.
PHP
1
star
56

splunk-modem-monitor

A Splunk app to monitor your Arris TG852G cable modem.
PHP
1
star
57

docker-check-disk-usage

A docker container to check disk usage and send alerts to Slack
Shell
1
star
58

Dougs-Drupal-Tools

This Drupal 6 module contains tools that I put together for some Drupal-powered sites that I manage.
PHP
1
star
59

splunk-twint

Dockerized version of Twint with some Splunk Integration
Shell
1
star
60

another-circuit-breaker

This Node.js module implements the "Circuit Breaker" pattern, which is used to detect failures and prevent a failure from occurring regularly.
JavaScript
1
star
61

splunk-glassdoor

Splunk app to graph Glassdoor reviews of companies
Shell
1
star
62

grafana-network-monitor

Monitor Connectivity to Various Hosts on the Internet
Shell
1
star