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:
Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform.
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:
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.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 |
---|---|---|---|
|
no |
|
Number of seconds that wildcards in counter paths should be expanded and how often to refresh counters from configuration. (default: |
|
no |
|
Print out the configurations that match available performance counters. This option is used for debugging. (default: |
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:
Submit a case in the Splunk Support Portal
Available to Splunk Observability Cloud customers
-
Available to Splunk Observability Cloud customers
Ask a question and get answers through community support at Splunk Answers
Available to Splunk Observability Cloud customers and free trial users
Join the Splunk #observability user group Slack channel to communicate with customers, partners, and Splunk employees worldwide
Available to Splunk Observability Cloud customers and free trial users
To learn how to join, see Get Started with Splunk Community - Chat groups
To learn about even more support options, see Splunk Customer Success.