Data Aggregation Snippets

Data aggregation via command line snippets

About Data Aggregation Snippets

Data Aggregation Snippet - tempate that allows aggregate data via command line

Useful Data Aggregation Snippets

Dump entire network traffic for remote host

entireNetwork:
    exec: tcpdump -i any -s 0 port not 22 -w -
    extension: pcap

Journald logs streaming

journaldLog:
    exec: journalctl -f
    extension: log

Last updated