<?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: Converting events data into metric using Mcollect in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Converting-events-data-into-metric-using-Mcollect/m-p/483765#M193367</link>
    <description>&lt;P&gt;Did you try using the metric explorer or analytics workspace to see if you can find the said metrics?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 04:36:01 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2020-04-29T04:36:01Z</dc:date>
    <item>
      <title>Converting events data into metric using Mcollect</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Converting-events-data-into-metric-using-Mcollect/m-p/483764#M193366</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;

&lt;P&gt;I'm trying to convert events data into metric for CPU, Disk, Memory monitoring for Azure PAAS, using below command.&lt;BR /&gt;
index=azure_data  metric_name=cpu_percent &lt;BR /&gt;
| eval metric_name=case(metric_name="cpu_percent", "%_Processor_Time")| eval _value=maximum&lt;BR /&gt;
| fields host,metric_name,namespace,_time,_value&lt;BR /&gt;
| eval prefix="Processor." | mcollect index=azure_metrics_summary prefix_field=prefix&lt;/P&gt;

&lt;P&gt;*here I'm trying to use mcollect to send CPU data to summary index "azure_metrics_summary ". Query is running with no error but not showing _value field in the output and when I'm running below command to search metrics data , Not seeing any output.&lt;/P&gt;

&lt;P&gt;| mstats avg(_value) count where metric_name="Processor.%_Processor_Time" index=azure_metrics_summary by host&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:09:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Converting-events-data-into-metric-using-Mcollect/m-p/483764#M193366</guid>
      <dc:creator>ssharma09</dc:creator>
      <dc:date>2020-09-30T05:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Converting events data into metric using Mcollect</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Converting-events-data-into-metric-using-Mcollect/m-p/483765#M193367</link>
      <description>&lt;P&gt;Did you try using the metric explorer or analytics workspace to see if you can find the said metrics?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 04:36:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Converting-events-data-into-metric-using-Mcollect/m-p/483765#M193367</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-04-29T04:36:01Z</dc:date>
    </item>
  </channel>
</rss>

