All Apps and Add-ons

IIS app pool Data through Splunk

macadminrohit
Contributor

Hi,

I have a powershell script which gets the app pool data from the WMI , i want to utilise Splunk to get that data indexed , Basically want to create a splunk input , below is the WMI config which is used into the powershell script :

$AppPoolServices = Get-WmiObject -Authentication PacketPrivacy -Impersonation Impersonate -ComputerName $server -namespace "root/MicrosoftIISv2" -class IIsApplicationPoolSetting | Select __SERVER,Name,WAMUserName,AppPoolState

What should be the Splunk input config for this

Tags (1)
0 Karma
1 Solution

vinaykata
Path Finder
0 Karma

vinaykata
Path Finder

Please read the document, I think this will help you

https://docs.splunk.com/Documentation/AddOns/released/MSIIS/Setupaddon

0 Karma

macadminrohit
Contributor

We already have the WMI data indexed , i just need to know what will be the input config for the above requirement.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...