<?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 timechart errror in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/timechart-errror/m-p/41372#M6952</link>
    <description>&lt;P&gt;hi all,&lt;/P&gt;

&lt;P&gt;i run this below query but it shows me error as&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;fiels"_time" Field '_time' should have numerical values.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;source="C:\Users\20875\Desktop\taskmanager_log.txt" | transaction TaskBP startswith=START endswith=Succeeded | table TaskBP duration | join TaskBP [ | search source="C:\Users\20875\Desktop\task.txt"| transaction TaskBP startswith=START endswith=Succeeded|stats avg(duration) as Avgduration by TaskBP] | eval Diff=duration-Avgduration | table TaskBP Diff | where (Diff&amp;gt;-100 AND Diff&amp;lt;100) | timechart count(Diff) by TaskBP &lt;/P&gt;

&lt;P&gt;kindly help me to get rid of this error&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;

&lt;P&gt;poornima&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 12:50:38 GMT</pubDate>
    <dc:creator>splunkpoornima</dc:creator>
    <dc:date>2020-09-28T12:50:38Z</dc:date>
    <item>
      <title>timechart errror</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/timechart-errror/m-p/41372#M6952</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;

&lt;P&gt;i run this below query but it shows me error as&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;fiels"_time" Field '_time' should have numerical values.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;source="C:\Users\20875\Desktop\taskmanager_log.txt" | transaction TaskBP startswith=START endswith=Succeeded | table TaskBP duration | join TaskBP [ | search source="C:\Users\20875\Desktop\task.txt"| transaction TaskBP startswith=START endswith=Succeeded|stats avg(duration) as Avgduration by TaskBP] | eval Diff=duration-Avgduration | table TaskBP Diff | where (Diff&amp;gt;-100 AND Diff&amp;lt;100) | timechart count(Diff) by TaskBP &lt;/P&gt;

&lt;P&gt;kindly help me to get rid of this error&lt;/P&gt;

&lt;P&gt;thanks in advance&lt;/P&gt;

&lt;P&gt;poornima&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:50:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/timechart-errror/m-p/41372#M6952</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2020-09-28T12:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: timechart errror</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/timechart-errror/m-p/41373#M6953</link>
      <description>&lt;P&gt;Well, at a first guess without any testing you've removed the _time field by using the reporting command table to only pass those two fields.&lt;BR /&gt;
Each time you pipe results over, reporting commands will only pass the fields you tell them to. Try adding _time to your commands and please please please read the tutorials&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2012 12:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/timechart-errror/m-p/41373#M6953</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-21T12:39:55Z</dc:date>
    </item>
  </channel>
</rss>

