Metricbeat period

HI,

Required some info regarding period in metricbeat.yml file
period: 10s by default right but why i am getting multiple documents instead of
1 document for each 10s ?

If it is not the case then how i can control, to fetch the documents for every 10s and only one
document each 10s?

Metrics can use more than one document per period and you can’t change that.
For exemple the filesystem metrics sends 1 document per period per filesystem, so 2 filesystem will give 2 docs every 10s. You can’t change that because putting many in the same document doesn’t make sense.

Other metrics can have different or varying number of document per period, the process metricset will emit 1 doc per period per process running on the server, so it varies.

Each metric is different in that regard.

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