shell-whiz-toolkit/elasticsearch
2024-10-16 14:34:03 +09:00
..
grabbing_es_data.py add things resources from the last 5 years over machines 2024-10-15 09:59:09 +09:00
README.md move shell scripts and zsh and add fav vscode themes 2024-10-16 14:34:03 +09:00
set_log.py add things resources from the last 5 years over machines 2024-10-15 09:59:09 +09: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