Created
March 12, 2025 09:18
-
-
Save huynhbaoan/7521e00ebc3331177c9d7a73f9e320c8 to your computer and use it in GitHub Desktop.
Flowlog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fields @message | |
| parse @message " * * * * * * * * * * * * * * *" as version, account_id, interface_id, srcAddr, dstAddr, srcPort, dstPort, protocol, packets, bytes, start_time, end_time, action, log_status | |
| filter dstPort = 25 or dstPort = 465 | |
| filter dstAddr in ["10.39.132.10", "10.39.133.138", "10.39.132.97", "10.39.133.151"] | |
| limit 10000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment