<?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: rounding decmials in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477347#M192697</link>
    <description>&lt;P&gt;A team effort to solve your problem, nice!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 01:08:17 GMT</pubDate>
    <dc:creator>jpolvino</dc:creator>
    <dc:date>2020-01-10T01:08:17Z</dc:date>
    <item>
      <title>rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477342#M192692</link>
      <description>&lt;P&gt;I've tried everthing I've found but for some reason cant round the value for "%_Committed_Bytes_In_Use". different variations of things like | eval %_Committed_Bytes_In_Use=round(value,2) but no luck. someone help this newbie. thanks in advance!&lt;/P&gt;

&lt;P&gt;index=perfmon eventtype="perfmon_windows" object="Memory" host=$host$| eval DATETIME=strftime(_time, "%D %H:%M") | sort-%_Committed_Bytes_In_Use | table host %_Committed_Bytes_In_Use DATETIME | dedup host&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477342#M192692</guid>
      <dc:creator>dbagdanoff</dc:creator>
      <dc:date>2020-09-30T03:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477343#M192693</link>
      <description>&lt;P&gt;Have you tried&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval %_Committed_Bytes_In_Use=round(%_Committed_Bytes_In_Use,2)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Jan 2020 18:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477343#M192693</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2020-01-09T18:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477344#M192694</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/194278"&gt;@arjunpkishore5&lt;/a&gt; yes&lt;/P&gt;

&lt;P&gt;Error on 'eval' command: The expression is malformed. An unexpected character is reached at '%_Committed_Bytes_In_Use,2)'&lt;/P&gt;

&lt;P&gt;I've tried quotation marks, parenthesis in different places. seems the eval command dosent like something in that counter&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477344#M192694</guid>
      <dc:creator>dbagdanoff</dc:creator>
      <dc:date>2020-09-30T03:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477345#M192695</link>
      <description>&lt;P&gt;Can you please rename your field to Pct_Committed_Bytes_In_Use ? Do this before any operations.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477345#M192695</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2020-09-30T03:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477346#M192696</link>
      <description>&lt;P&gt;@jpolvino Nice suggestion! worked like a charm. never even thought to rename first.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 21:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477346#M192696</guid>
      <dc:creator>dbagdanoff</dc:creator>
      <dc:date>2020-01-09T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: rounding decmials</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477347#M192697</link>
      <description>&lt;P&gt;A team effort to solve your problem, nice!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 01:08:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rounding-decmials/m-p/477347#M192697</guid>
      <dc:creator>jpolvino</dc:creator>
      <dc:date>2020-01-10T01:08:17Z</dc:date>
    </item>
  </channel>
</rss>

