Not sure how it is scraping data from 1970.

I am trying to get top 20 source IP address with highest number of reject 
request.

filter action="REJECT"
| stats count(*) as numRejections by srcAddr
| sort numRejections desc
| limit 20

Please find the attachment.

Thank you.


On Tuesday, 17 March 2020 15:02:39 UTC+5:30, mohd wrote:
>
> Hello Team,
>
> Could anyone please help me on to monitor AWS CloudWatch logs.
> I am using this plugin : 
> https://github.com/mtanda/grafana-aws-cloudwatch-logs-datasource 
>
> Trying with Insight query for
> vpcflow logs (top 10 bytes transfers by source and destination IP 
> addresses)
>
> stats sum(bytes) as bytesTransferred by srcAddr, dstAddr
> | sort bytesTransferred desc
> | limit 10
>
> Any help on setting up beatiful dashboards for CloudWatch logs greatly 
> appreciated.
>
> Thank you.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/6b7b3e7f-f3bf-4c6b-9b58-f50ec17aeb83%40googlegroups.com.

Reply via email to