Hello,
I have two questions:
- We have multiple java processes that we would like to connect metrics for. Each of these processes has a custom name as a part of the command line. Since the process name for each of them is "java.exe", it is hard to know which metrics are for which process. Is there any way we can tag the collected metrics to have a specific parameter we specify in the command line?
- Would the following enable the collection of metrics for all java processes?
metricbeat.modules:
- name: system
metricsets: [process]
processes: ['^java.exe$']