<?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 import CPU load from Check Point logs? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274512#M2581</link>
    <description>&lt;P&gt;Part of the beauty of managing the GAiA OS is that the vast majority is directly derived from RedHat EL (depending on the version of GAiA, predominantly RHEL3 or RHEL5).&lt;/P&gt;

&lt;P&gt;The output you're looking to ingest is from "mpstat", a standard *Nix application.&lt;/P&gt;

&lt;P&gt;The &lt;A href="https://splunkbase.splunk.com/app/833/#/details"&gt;*NIX TA (available at https://splunkbase.splunk.com/app/833/&lt;/A&gt; ) does the necessary work to make sense of this input type without reinventing the wheel.  The sourcetype will be "cpu".&lt;/P&gt;</description>
    <pubDate>Fri, 09 Dec 2016 13:46:42 GMT</pubDate>
    <dc:creator>mnatkin_splunk</dc:creator>
    <dc:date>2016-12-09T13:46:42Z</dc:date>
    <item>
      <title>How to import CPU load from Check Point logs?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274508#M2577</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
we're trying to import archive logs from checkpoint (gaia).&lt;BR /&gt;
In one archive it includes many hardware params.&lt;BR /&gt;
Each file has a unix timestamp (cpu_load.1480888800) 866 each day&lt;BR /&gt;
cut cpu_load.1480888800&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Average:     CPU   %user   %nice    %sys %iowait    %irq   %soft  %steal   %idle    intr/s
Average:     all    0.54    0.00    0.47    0.08    0.02    1.13    0.00   97.75  18997.50
Average:       0    4.00    0.00    2.90    3.00    0.10    3.20    0.00   86.80   1060.80
Average:       1    0.10    0.00    0.40    0.00    0.00    0.80    0.00   98.80      0.00
Average:      12    0.30    0.00    0.00    0.00    0.10    0.50    0.00   99.20    637.00
Average:      39    0.10    0.00    0.60    0.00    0.10    1.10    0.00   98.10   1267.90
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How import cpu load for each core? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:05:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274508#M2577</guid>
      <dc:creator>k909</dc:creator>
      <dc:date>2020-09-29T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to import CPU load from Check Point logs?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274509#M2578</link>
      <description>&lt;P&gt;Have you tried importing the file as a CSV with the field delimiter set to space?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 13:12:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274509#M2578</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-12-08T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to import CPU load from Check Point logs?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274510#M2579</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
Thanks for answer, but space delimeter not help.&lt;BR /&gt;
try to change props.conf&lt;BR /&gt;
[cpu_61k_csv]&lt;BR /&gt;
FIELDS = Average,CPU,user,nice,sys,iowait,irq,soft,steal,idle,intr/s&lt;BR /&gt;
DELIMS = " "&lt;/P&gt;

&lt;P&gt;But space delimeter its different, it depend from value from row&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274510#M2579</guid>
      <dc:creator>k909</dc:creator>
      <dc:date>2020-09-29T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to import CPU load from Check Point logs?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274511#M2580</link>
      <description>&lt;P&gt;From your edited question it appears the delimiter is tab rather than space.  Try using &lt;CODE&gt;\t&lt;/CODE&gt; as the &lt;CODE&gt;DELIMS&lt;/CODE&gt; value.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 12:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274511#M2580</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2016-12-09T12:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to import CPU load from Check Point logs?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274512#M2581</link>
      <description>&lt;P&gt;Part of the beauty of managing the GAiA OS is that the vast majority is directly derived from RedHat EL (depending on the version of GAiA, predominantly RHEL3 or RHEL5).&lt;/P&gt;

&lt;P&gt;The output you're looking to ingest is from "mpstat", a standard *Nix application.&lt;/P&gt;

&lt;P&gt;The &lt;A href="https://splunkbase.splunk.com/app/833/#/details"&gt;*NIX TA (available at https://splunkbase.splunk.com/app/833/&lt;/A&gt; ) does the necessary work to make sense of this input type without reinventing the wheel.  The sourcetype will be "cpu".&lt;/P&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:46:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/How-to-import-CPU-load-from-Check-Point-logs/m-p/274512#M2581</guid>
      <dc:creator>mnatkin_splunk</dc:creator>
      <dc:date>2016-12-09T13:46:42Z</dc:date>
    </item>
  </channel>
</rss>

