Can we have : an agent which publish system metrics from 2 servers

Hi,
is there a way to make an agent to send metrics for another 2 servers (system metrics)- the 2 servers send the metrics to the agent , and the agent will publish the metrics .

Hey @Samerd, sorry for the late response here. Do you mean on top of aws metricbeat module(based on your previous issue), you want to also collect system metrics from the machine?
If so, you can use ./metricbeat modules enable aws and ./metricbeat modules enable system to make sure both modules are enabled. Make sure both aws.yml and system.yml under modules.d is accurate. Then when you start MB, for example using ./metricbeat -e, you will see MB starts collecting metrics both from AWS and system.

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