Differences between revisions 3 and 4
Revision 3 as of 2022-05-04 21:57:30
Size: 482
Editor: PieterSmit
Comment:
Revision 4 as of 2022-05-20 04:59:10
Size: 531
Editor: PieterSmit
Comment: Extend to more generic aws log search
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from AWS/CloudWatch/FlowLog

AWS/FlowLog

  • Find
    1. CloudWatch

    2. Logs > Logs Insights

    3. Search VPCFlowLogs
  • Flow logs is network packet flow logs, can be used for advanced troubleshooting and monitoring.
  • Once enabled, captured under CloudWatch vpc-flow-log/vpc-00123456-acct-name

    • e.g. filter for Logs Insights

      filter protocol == '6' and dstPort == 443 and substr(srcAddr, 0,6) != '10.20' | stats count() by srcAddr

AWS/CloudWatch/FlowLogsInsightsFilterPatterns (last edited 2022-06-01 01:57:10 by PieterSmit)