Metricbeat Tx and Rx Rates

Hi Guys,

I'm having some issue while pulling the network stats, we want to capture TX and RX values and we able to pull the values to Elasticsearch but on kibana its showing larger values compare to value on the server. How to resolve it???

Even we have same issues with memory usage and load average its shows bigger values on kibana.

@magnusbaeck can you help me on this thanks.

You could use Timelion (Github) to compute a derivative to get Tx and Rx rates. Related: https://github.com/elastic/beats/issues/2783

how to specify particular host here

.es(index='metricbeat-', q='', metric='max:system.network.in.bytes').derivative().color(#f66)

@andrewkroh

thank You

You can specify a Lucene query with .es(q="beat.hostname:myhost")

it worked thanks @andrewkroh. You guys are awesome

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.