shell-whiz-toolkit/elasticsearch
2019-02-20 11:37:28 -08:00
..
grabbing_es_data.py add scripts from old box 2019-02-20 11:37:28 -08:00
README.md add scripts from old box 2019-02-20 11:37:28 -08:00
set_log.py add scripts from old box 2019-02-20 11:37:28 -08:00

Elastalert hacks

curl -s logs.HOST.com:9200/logstash-2017.09.08/_search\?q=ty_params.ProcessName:osqueryd\&size=10000\&sort=@timestamp:desc | jq -r '.hits.hits[]._source.ty_params.Username' | sort | uniq -c | sort -nr