Docs » Available host and application monitors » Configure application receivers for hosts and servers » Microsoft Windows IIS

Microsoft Windows IIS 🔗

Description 🔗

The Splunk Distribution of OpenTelemetry Collector provides this integration using the windows-iis monitor with the smartagent receiver.

This monitor is only available on Windows. It reports metrics for Windows Internet Information Services (IIS) and drives the Windows IIS dashboard content.

Windows Performance Counters 🔗

The underlying source for these metrics are Windows Performance Counters. Most of the performance counters queried in this monitor are actually Gauges that represent rates per second and percentages.

This monitor reports the instantaneous values for these Windows Performance Counters. This means that in between a collection interval, spikes could occur on the Performance Counters. The best way to mitigate this limitation is to increase the reporting interval on this monitor to collect more frequently.

Installation 🔗

This monitor is available in the Smart Agent Receiver, which is part of the Splunk Distribution of OpenTelemetry Collector.

To install this integration:

  1. Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform.

  2. Configure the monitor, as described in the next section.

Configuration 🔗

The Splunk Distribution of OpenTelemetry Collector allows embedding a Smart Agent monitor configuration in an associated Smart Agent Receiver instance.

Note: Providing a windows-iis monitor entry in your Collector or Smart Agent (deprecated) configuration is required for its use. Use the appropriate form for your agent type.

Splunk Distribution of OpenTelemetry Collector 🔗

To activate this monitor in the Splunk Distribution of OpenTelemetry Collector:

  1. Find your agent configuration file in C:\ProgramData\Splunk\OpenTelemetry Collector\agent_config.yaml. If you changed the default path, use the location you chose.

  2. Add the following option:

receivers:
  smartagent/windows-iis:
    type: windows-iis
    ...  # Additional config

To complete the monitor activation, you must also include the smartagent/windows-iis receiver item in a metrics pipeline. To do this, add the receiver item to the service > pipelines > metrics > receivers section of your configuration file.

For more information, see OpenTelemetry Collector. See configuration examples for specific use cases that show how the Splunk Distribution of OpenTelemetry Collector can integrate and complement existing environments.

Smart Agent 🔗

To activate this monitor in the Smart Agent, add the following to your agent configuration:

monitors:  # All monitor config goes under this key
  - type: windows-iis
    ...  # Additional config

See Smart Agent example configuration for an autogenerated example of a YAML configuration file, with default values where applicable.

Configuration settings 🔗

The following table shows the configuration options for the windows-iis monitor:

Option

Required

Type

Description

counterRefreshInterval

no

int64

Number of seconds that wildcards in counter paths should be expanded and how often to refresh counters from configuration. (default: 60s)

printValid

no

bool

Print out the configurations that match available performance counters. This option is used for debugging. (default: false)

Metrics 🔗

The following metrics are available for this integration:

Get help 🔗

If you are not able to see your data in Splunk Observability Cloud, try these tips:

To learn about even more support options, see Splunk Customer Success.