I am using SNMP input Plugin to get IfInOctects and OutOctects
Can anyone help me to create a chart to show Inbound/Outbound Traffic in Mbps?
@ylasri
For Traffic Utilization I think we need to calculate it ?
Input = ( value of latest IfInOctacts - value of Previous IfInOctacts ) / Time Interval in Seconds
Yes if this the definition of your metric, you can use elasticsearch filter to get the latest event for your interface and then compute as you like and send back the data into elasticsearch
@ylasri link you mentained is for traffic utilization in %.
I prefer this link to get output in mbps: https://www.reddit.com/r/sysadmin/comments/6rl5i4/snmp_ifinoctetsifoutoctets_to_mbps/
I am not using the Logstash filter but I am doing something in TSVB Graph.
Please check the Attachment, and ping me what I am doing wrong.


