Metricbeat module question - Does the module need to be enabled before you have use it?

Do I need to enable a module before I use it or can enabling the module be controlled in the metricbeat.yml config file?

for example:

do I need to do this first? ./metricbeat modules enable windows

or

is this the same:

  • module: windows
    metricsets: ["perfmon"]
    period: 60s
    perfmon.counters:
    • instance_label: "processor.name"
      instance_name: "Total"
      ..... etc.

nvm

https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-metricbeat.html

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