Getting Data In

Windows 2008 Performance Monitor

kevind5
New Member

How can I add the input to collect HTTP service request counters from my web servers using the Universal Forwarder. thanks

Tags (2)
0 Karma
1 Solution

jstockamp
Communicator

You just need to add the appropriate perfmon counters.

http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Real-timeWindowsperformancemonitoring

You should be adding stanzas like this to your perfmon configuration:

[PERFMON:Web Service]
counters = Get Requests/sec;Current Connections
disabled = 0
instances = *
interval = 10
object = Web Service
index = windows_perfmon

View solution in original post

0 Karma

jstockamp
Communicator

You just need to add the appropriate perfmon counters.

http://docs.splunk.com/Documentation/Splunk/5.0.3/Data/Real-timeWindowsperformancemonitoring

You should be adding stanzas like this to your perfmon configuration:

[PERFMON:Web Service]
counters = Get Requests/sec;Current Connections
disabled = 0
instances = *
interval = 10
object = Web Service
index = windows_perfmon
0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...