<?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: How to get perfmon data into a metrics index? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438065#M99357</link>
    <description>&lt;P&gt;on my single instance, it works without mode, but i will try&lt;/P&gt;

&lt;P&gt;counters and instances are wildcard, which should work  together with useEnglishOnly=false&lt;/P&gt;

&lt;P&gt;index is declared as metrics&lt;/P&gt;</description>
    <pubDate>Sun, 11 Aug 2019 07:52:57 GMT</pubDate>
    <dc:creator>jkwiotek</dc:creator>
    <dc:date>2019-08-11T07:52:57Z</dc:date>
    <item>
      <title>How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438061#M99353</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;i have TA Windows 6.0.0 installed on my multisite cluster enviroment on but i cannot see any data incoming into my metrics index.&lt;BR /&gt;
my operation system language is german. on a standalone splunk instance this works fine and i see the metrics incoming.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;serach heads &lt;/LI&gt;
&lt;LI&gt;universal forwarder (with deployment server)&lt;/LI&gt;
&lt;LI&gt;serach head&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;inputs.conf:&lt;/P&gt;

&lt;P&gt;[perfmon://CPU]&lt;BR /&gt;
counters =  *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 30&lt;BR /&gt;
object = Prozessor&lt;BR /&gt;
useEnglishOnly=false&lt;BR /&gt;
index=perfmon&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[perfmon://Memory]&lt;BR /&gt;
counters =  *&lt;BR /&gt;
interval = 30&lt;BR /&gt;
object = Arbeitsspeicher&lt;BR /&gt;
useEnglishOnly=false&lt;BR /&gt;
index=perfmon&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[perfmon://Network]&lt;BR /&gt;
counters =  *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 30&lt;BR /&gt;
object = Netzwerkschnittstelle&lt;BR /&gt;
useEnglishOnly=false&lt;BR /&gt;
index=perfmon&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[perfmon://Process]&lt;BR /&gt;
counters =  *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 300&lt;BR /&gt;
object = Prozess&lt;BR /&gt;
useEnglishOnly=false&lt;BR /&gt;
index=perfmon&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[perfmon://PhysicalDisk]&lt;BR /&gt;
counters =  *&lt;BR /&gt;
instances = *&lt;BR /&gt;
interval = 300&lt;BR /&gt;
object = Physikalischer Datenträger&lt;BR /&gt;
useEnglishOnly=false&lt;BR /&gt;
index=perfmon&lt;BR /&gt;
disabled = 0&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 11:24:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438061#M99353</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-10T11:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438062#M99354</link>
      <description>&lt;P&gt;Search peer xxx has the following message: Metric value= is not valid for source=CPU, sourcetype=CPU, host=yyy, index=perfmon. Metric event data with an invalid metric value would not be indexed. Ensure the input metric data is not malformed.&lt;BR /&gt;
10.8.2019, 13:37:05&lt;BR /&gt;
Search peer xxx has the following message: Metric name is missing for source=CPU, sourcetype=CPU, host=yyy, index=perfmon. Metric event data without metric name is invalid and would not be indexed. Ensure the input metric data is not malformed.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 11:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438062#M99354</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-10T11:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438063#M99355</link>
      <description>&lt;P&gt;Perfmon data is not in the correct format for metrics indexes.  You must use an events index.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 23:04:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438063#M99355</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-08-10T23:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438064#M99356</link>
      <description>&lt;P&gt;A few things to check pop to mind - &lt;/P&gt;

&lt;P&gt;1) Sounds like your mode isn't set to single in inputs.conf add this to your inputs.conf &lt;BR /&gt;
mode = single&lt;BR /&gt;
Splunk_TA_Windows requires single mode for the transforms.conf to convert to metrics. &lt;BR /&gt;
2)  Make sure you have counters and instances configured. They appear blank in your example&lt;BR /&gt;
3) Ensure your perfmon index is declared as metrics. &lt;/P&gt;

&lt;P&gt;Just a thought - you might want your indexes name to indicate the data type to avoid confusion later. By no means a requirement, but not all perfmon inputs convert to metrics under Splunk_TA_windows 6.0.0 automatically.  You can see which ones actually convert by default by reading transforms.conf in Splunk_TA_windows towards the bottom. &lt;BR /&gt;
index=perfmon_metrics instead of index=perfmon. &lt;/P&gt;

&lt;P&gt;More about Perfmon mode &lt;BR /&gt;
&lt;A href="https://www.splunk.com/blog/2013/10/28/new-features-for-perfmon-in-splunk-6.html" target="_blank"&gt;https://www.splunk.com/blog/2013/10/28/new-features-for-perfmon-in-splunk-6.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438064#M99356</guid>
      <dc:creator>daniel333</dc:creator>
      <dc:date>2020-09-30T01:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438065#M99357</link>
      <description>&lt;P&gt;on my single instance, it works without mode, but i will try&lt;/P&gt;

&lt;P&gt;counters and instances are wildcard, which should work  together with useEnglishOnly=false&lt;/P&gt;

&lt;P&gt;index is declared as metrics&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 07:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438065#M99357</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-11T07:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438066#M99358</link>
      <description>&lt;P&gt;there are transforms for a metrics index... and on my single test instance it works just fine&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 07:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438066#M99358</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-11T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438067#M99359</link>
      <description>&lt;P&gt;I always get messages like this:&lt;/P&gt;

&lt;P&gt;xxx has the following message: Metric value= is not valid for source=CPU, sourcetype=CPU, host=yyy, index=perfmon. Metric event data with an invalid metric value would not be indexed. Ensure the input metric data is not malformed.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 08:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438067#M99359</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-11T08:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438068#M99360</link>
      <description>&lt;P&gt;@jkwiotek  Please share the transforms you use for metrics.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 12:14:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438068#M99360</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-08-11T12:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get perfmon data into a metrics index?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438069#M99361</link>
      <description>&lt;P&gt;im using the original transforms from the ta-windows app&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 18:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-perfmon-data-into-a-metrics-index/m-p/438069#M99361</guid>
      <dc:creator>jkwiotek</dc:creator>
      <dc:date>2019-08-13T18:52:50Z</dc:date>
    </item>
  </channel>
</rss>

