Trying to get Metricbeat to collect the exchange perfmon counters. Here is my current config. Any thoughts? I am getting counter not found.
- module: windows
metricsets: [perfmon]
period: 30s
perfmon.ignore_non_existent_counters: true
perfmon.group_measurements_by_instance: true
perfmon.queries:- object: "MSExchange Delivery SmtpSend"
instance: "[Messages Sent/sec]"
counters:- name: "Messages Sent/sec"
field: "Rateofcountspersecond32"
format: "float"
- name: "Messages Sent/sec"
- object: "MSExchange Delivery SmtpReceive"
instance: "[Messages Received/sec]"
counters:- name: "Messages Received/sec"
field: "Rateofcountspersecond32"
format: "float"
- name: "Messages Received/sec"
- object: "MSExchange Delivery SmtpReceive"
instance: "[Connections Current]"
counters:- name: "Connections Current"
field: "NumberOfItems32"
format: "float"
- name: "Connections Current"
- object: "MSExchange Delivery SmtpReceive"
instance: "[Number of times MaxInboundConnectionExceededPerSource limit reached
last hour]"
counters:- name: "Number of times MaxInboundConnectionExceededPerSource limit reached last hour"
field: "NumberOfItems32"
format: "float"
- name: "Number of times MaxInboundConnectionExceededPerSource limit reached last hour"
- object: "MSExchange Delivery SmtpSend"