Transaction Command and Flow help regarding source IPs.

Comments

1 comment

  • Avatar
    Riddhi Shah

    Please try the following two queries to see if they can help:

    _sourceCategory=** | parse "time=\"\"" as Time | parse "dst=:" as DestinationIP | parse "src=*:" as src_IP | count by DestinationIP,src_IP, _messageTime | formatDate (_messageTime) | order by _messageTime asc,DestinationIP asc

    _sourceCategory=** | parse "dst=:" as DestinationIP | parse "src=:" as src_IP | count by destinationip,src_ip | transpose row src_ip column destinationip

    Replace ** with your _sourceCategory name

    0
    Comment actions Permalink

Please sign in to leave a comment.