mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
7 lines
170 B
Bash
7 lines
170 B
Bash
#!/bin/bash
|
|
|
|
# Get the data
|
|
DROP=$(tac /var/log/stenographer/stenographer.log | grep -m1 drop | awk '{print $14}' | awk -F "=" '{print $2}')
|
|
|
|
echo "stenodrop drop=$DROP"
|