<?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 MB to GB in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506550#M33686</link>
    <description>&lt;P&gt;Thanks everyone for the suggestions. I wasn't familiar with "eval". That helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 15:23:48 GMT</pubDate>
    <dc:creator>kesrich</dc:creator>
    <dc:date>2020-06-29T15:23:48Z</dc:date>
    <item>
      <title>Converting MB to GB</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506198#M33640</link>
      <description>&lt;P&gt;Hi, I am very new to Splunk reporting and I am trying to change a timechart I have to show in GB since we are using a 4TB disk share. Below is my search query. It comes up OK, but just trying to make it more friendly.&lt;/P&gt;&lt;P&gt;index=perfmon host=ServerName eventtype=perfmon_windows NetShare14| timechart span=24h avg(Free_Megabytes) as MB_Free&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Kesrich&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 18:48:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506198#M33640</guid>
      <dc:creator>kesrich</dc:creator>
      <dc:date>2020-06-25T18:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MB to GB</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506206#M33642</link>
      <description>&lt;P&gt;Use eval to convert the values.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=perfmon host=ServerName eventtype=perfmon_windows NetShare14
| eval GB_Free = Free_Megabytes/1024
| timechart span=24h avg(GB_Free) as GB_Free&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506206#M33642</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-06-25T19:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MB to GB</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506207#M33643</link>
      <description>&lt;P&gt;You could try to use the following before your timechart: | eval GB_Free=(&lt;SPAN&gt;Free_Megabytes/1024).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then change your timechart to the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| timechart span=24h avg(GB_Free) as GB_Free&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:51:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506207#M33643</guid>
      <dc:creator>MattibergB</dc:creator>
      <dc:date>2020-06-25T19:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MB to GB</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506326#M33657</link>
      <description>&lt;P&gt;Actually reverse perform timechart to get daily data hoping even if you are querying 1 year of data it will be 365 rows. Then apply eval&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=perfmon host=ServerName eventtype=perfmon_windows NetShare14
| timechart span=24h avg(Free_Megabytes) as GB_Free
| eval GB_Free=round(GB_Free,2)&lt;/LI-CODE&gt;&lt;P&gt;Read more about eval command in Splunk Documentation:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Eval" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Eval&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jun 2020 16:45:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506326#M33657</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-06-26T16:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Converting MB to GB</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506550#M33686</link>
      <description>&lt;P&gt;Thanks everyone for the suggestions. I wasn't familiar with "eval". That helped.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 15:23:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Converting-MB-to-GB/m-p/506550#M33686</guid>
      <dc:creator>kesrich</dc:creator>
      <dc:date>2020-06-29T15:23:48Z</dc:date>
    </item>
  </channel>
</rss>

