<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way to see current connections on IIS servers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119352#M24802</link>
    <description>&lt;P&gt;This should be faster: &lt;CODE&gt;sourcetype="iis" | stats dc(JSESSIONID)&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2014 21:15:41 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-11-18T21:15:41Z</dc:date>
    <item>
      <title>Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119349#M24799</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to create a dashboard or a search to be able to view the current connections on our IIS servers. The way I am currently doing this is by using Windows Performance monitor adding a counter for Web Service &amp;gt; Current Connections.&lt;/P&gt;

&lt;P&gt;But what I am hoping to do is to consolidate this into Splunk so I can have historical data of connections as well as a way to alert via email every morning to show the current number of connections. &lt;/P&gt;

&lt;P&gt;Some information that may help:&lt;BR /&gt;
Currently using Splunk 6.0.3 Build 204106&lt;BR /&gt;
IIS Servers are Windows Server 2012 R2&lt;BR /&gt;
IIS version is IIS8&lt;BR /&gt;
Splunk Forwarder version is 6.2.0-237341-x64&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 17:51:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119349#M24799</guid>
      <dc:creator>eziemer</dc:creator>
      <dc:date>2014-11-18T17:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119350#M24800</link>
      <description>&lt;P&gt;You can read Windows Performance Monitor data into Splunk: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/Real-timeWindowsperformancemonitoring"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Data/Real-timeWindowsperformancemonitoring&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 18:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119350#M24800</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-18T18:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119351#M24801</link>
      <description>&lt;P&gt;Run this in a real time search (5 minute window or so):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype="iis" |dedup JSESSIONID| stats count(JSESSIONID)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Found here: &lt;A href="http://gosplunk.com/real-time-iis-web-site-connections/"&gt;http://gosplunk.com/real-time-iis-web-site-connections/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;NOTE&lt;/EM&gt; I'm assuming you are talking about user initiated web-sessions.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119351#M24801</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2014-11-18T21:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119352#M24802</link>
      <description>&lt;P&gt;This should be faster: &lt;CODE&gt;sourcetype="iis" | stats dc(JSESSIONID)&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:15:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119352#M24802</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-18T21:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119353#M24803</link>
      <description>&lt;P&gt;Martin is correct! (as always) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 21:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119353#M24803</guid>
      <dc:creator>hagjos43</dc:creator>
      <dc:date>2014-11-18T21:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119354#M24804</link>
      <description>&lt;P&gt;Hey Martin,&lt;/P&gt;

&lt;P&gt;I read through that but I still may be missing something, I am using the Universal forwarder and am attempting to add a remote performance monitor data input but when I put in the Host name or IP address it states that WMI is not configured correctly. I thought because I am using the universal forwarder I don't need to use WMI, am I mistaken? &lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:30:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119354#M24804</guid>
      <dc:creator>eziemer</dc:creator>
      <dc:date>2014-11-18T22:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119355#M24805</link>
      <description>&lt;P&gt;You shouldn't even need to do remote monitoring as long as the UF is installed on the machine you want to monitor. Did you try out the paragraph on local monitoring?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2014 22:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119355#M24805</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-18T22:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119356#M24806</link>
      <description>&lt;P&gt;Martin,&lt;/P&gt;

&lt;P&gt;I did read through the local monitoring but it seems to be only for the splunk server not the IIS servers I need to monitor. &lt;/P&gt;

&lt;P&gt;So when I go to add Local Performance Monitoring I choose web services but I only see the instances on the splunk server rather then the IIS servers. Any ideas?&lt;/P&gt;

&lt;P&gt;Thanks again for the help. &lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:42:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119356#M24806</guid>
      <dc:creator>eziemer</dc:creator>
      <dc:date>2014-11-19T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119357#M24807</link>
      <description>&lt;P&gt;You will need to add this to inputs.conf on your forwarder, either locally or through a deployment server - the universal forwarder doesn't have a UI.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Nov 2014 18:43:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119357#M24807</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-11-19T18:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119358#M24808</link>
      <description>&lt;P&gt;So I have manually edited the inputs.conf file but still no luck on seeing it appear in splunk. What I added to the inputs.conf file is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://CurrentConnections]
interval = 60
object = Web Service
counters = Current Connections
instances = *
disabled = 0
index = perfmon
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Nov 2014 20:54:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119358#M24808</guid>
      <dc:creator>eziemer</dc:creator>
      <dc:date>2014-11-21T20:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119359#M24809</link>
      <description>&lt;P&gt;Did you restarted the forwarder after this?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:07:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119359#M24809</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-11-21T21:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to see current connections on IIS servers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119360#M24810</link>
      <description>&lt;P&gt;Yes, I restarted the service called SplunkForwarder on the IIS server that I edited the inputs.conf file on.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-see-current-connections-on-IIS-servers/m-p/119360#M24810</guid>
      <dc:creator>eziemer</dc:creator>
      <dc:date>2014-11-21T21:25:25Z</dc:date>
    </item>
  </channel>
</rss>

