Skip to content

Instantly share code, notes, and snippets.

View gedalyahreback's full-sized avatar
🖖
Looking to contribute

Gedalyah Reback gedalyahreback

🖖
Looking to contribute
View GitHub Profile
@MarvinJWendt
MarvinJWendt / wordlist-german.txt
Created September 7, 2017 03:19
All german words (german wordlist).
This file has been truncated, but you can view the full file.
AA
AAA
Aachen
Aachener
Aachenerin
Aachenerinnen
Aachenern
Aacheners
Aachens
Aal
@wbuchanan
wbuchanan / iclogs.yml
Last active September 24, 2020 12:29
Logstash configuration example for munging logs generated by Infinite Campus
###########################################################################################################
# I have this file saved as iclogs.yml, but you could name the file anything you wanted to. When you #
# start up logstash you need to tell it where this file is using the -f flag on the command line like: #
# #
# logstash -f iclogs.yml #
# #
# There are still some bugs in the parsing resulting in keys that contain no name value, which might be #
# possible to clean up using the grep setting of the mutate filter. #
###########################################################################################################
@DanielBerman
DanielBerman / gist:176ee6f8395b6510ad11d4569fa8b971
Last active May 3, 2021 22:00
ELK on Ubuntu Quick Install
ELK on Ubuntu Quick Install
---------------------------
#Elasticsearch
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
sudo apt-get update
sudo apt-get install apt-transport-https
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
sudo apt-get update && sudo apt-get install elasticsearch
sudo su
vim /etc/elasticsearch/elasticsearch.yml