<?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: MS SQL Server Perfmon multiple Install instances in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87750#M22432</link>
    <description>&lt;P&gt;Thats good to know, but does that work for virtual (shared) node in an active active SQL 2012 env.  The perfmon counters for the virtual and physical node are different if you collect through the virtual node  vs the physical node.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Aug 2014 16:55:41 GMT</pubDate>
    <dc:creator>bmacias84</dc:creator>
    <dc:date>2014-08-04T16:55:41Z</dc:date>
    <item>
      <title>MS SQL Server Perfmon multiple Install instances</title>
      <link>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87748#M22430</link>
      <description>&lt;P&gt;I am trying to create generic MSSQL for data collection.  While installing SQL you are able to use the DEFAULT_INSTANCE or create NAMED_INSTANCES.   Creating NAMED_INSTANCES allows you to have multiple MSSQL installation running on different ports.&lt;/P&gt;

&lt;P&gt;With a DEFAULT_INSTANCE the counters will look like:&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
[perfmon://&lt;STRONG&gt;SQLServer&lt;/STRONG&gt;:GeneralStatistics]&lt;BR /&gt;
counters = User Connections&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 60&lt;BR /&gt;
object = SQLServer:General Statistics&lt;BR /&gt;
index = &amp;lt;some_index&amp;gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;On a NAMED_INSTANCE the counters will look like:&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
[perfmon://&lt;STRONG&gt;&amp;lt;NAMED_INSTANCE&amp;gt;&lt;/STRONG&gt;:GeneralStatistics]&lt;BR /&gt;
counters = User Connections&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval = 60&lt;BR /&gt;
object = &lt;STRONG&gt;&amp;lt;NAMED_INSTANCE&amp;gt;&lt;/STRONG&gt;:General Statistics&lt;BR /&gt;
index = &amp;lt;some_index&amp;gt;&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;NAMED_INSTANCE could be foo,bar, MSQL$HELLO,  or MSQL$THREEHUNDRED.  I would like to wild card all objects SQL objects for General Statistics for example.  I do know I can create a WMI query quite easily to complish this but I would prefer using perfmon for constancy. Also trying to avoid creating stanzas for each instance of SQL.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2013 18:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87748#M22430</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2013-07-08T18:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: MS SQL Server Perfmon multiple Install instances</title>
      <link>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87749#M22431</link>
      <description>&lt;P&gt;You can do this by wildcards in the object.  This is a regular expression, so something like the following in Splunk Universal Forwarder 6.0 and beyond:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://GeneralStats]
counters = User Connections
interval = 60
object = [^:]+:General Statistics
index = perfmon
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 Jul 2014 14:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87749#M22431</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2014-07-10T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: MS SQL Server Perfmon multiple Install instances</title>
      <link>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87750#M22432</link>
      <description>&lt;P&gt;Thats good to know, but does that work for virtual (shared) node in an active active SQL 2012 env.  The perfmon counters for the virtual and physical node are different if you collect through the virtual node  vs the physical node.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/MS-SQL-Server-Perfmon-multiple-Install-instances/m-p/87750#M22432</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2014-08-04T16:55:41Z</dc:date>
    </item>
  </channel>
</rss>

