<?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: Cannot find remote data using timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219453#M175965</link>
    <description>&lt;P&gt;Hi, Chimell,&lt;BR /&gt;
I try you method and it doesnt work....&lt;BR /&gt;
Also I try "index=os sourcetype=vmstat host=PC2 | timechart avg(threads)" and other fields like memTotalMB. Still nothing in the new form returned by timechart.....&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2017 08:20:31 GMT</pubDate>
    <dc:creator>huangyingleo</dc:creator>
    <dc:date>2017-01-05T08:20:31Z</dc:date>
    <item>
      <title>Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219449#M175961</link>
      <description>&lt;P&gt;Here is my test environment, I got two VMs, PC1 and PC2, and PC1 works as a server end and PC2 as a client end. I try to collect vmstat data from PC2. I install Splunk_TA_NIX on both sides.&lt;BR /&gt;
I can find events like this:&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/175182-1.jpg" alt="alt text" /&gt;&lt;BR /&gt;
But when I use timechart, all data just vanish. Take a look.&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/175183-2.jpg" alt="alt text" /&gt;&lt;BR /&gt;
I got confused. Can you give me some ideas to solve this? Thanks....&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:17:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219449#M175961</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2020-09-29T12:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219450#M175962</link>
      <description>&lt;P&gt;First, flip to the other pages in the table returned by the timechart.&lt;/P&gt;

&lt;P&gt;If that doesn't yield data, make sure the field is actually extracted correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 07:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219450#M175962</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-05T07:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219451#M175963</link>
      <description>&lt;P&gt;I checked other pages in the table returned by timechart and found nothing.&lt;BR /&gt;
As to "make sure the field is acutally extracted correctly", how? I think I can find data by using "index=os sourcetype=vmstat" and can see events followed by searching, which means field is extracted correctly. Am I right?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219451#M175963</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-05T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219452#M175964</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
Verify if loadAvgIni field is well extracted . &lt;BR /&gt;
And try using this search code : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=os host=PC2 sourcetype=vmstat |timechart avg(loadAvgIni)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:12:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219452#M175964</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2017-01-05T08:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219453#M175965</link>
      <description>&lt;P&gt;Hi, Chimell,&lt;BR /&gt;
I try you method and it doesnt work....&lt;BR /&gt;
Also I try "index=os sourcetype=vmstat host=PC2 | timechart avg(threads)" and other fields like memTotalMB. Still nothing in the new form returned by timechart.....&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219453#M175965</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-05T08:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219454#M175966</link>
      <description>&lt;P&gt;Hi, Martin,&lt;BR /&gt;
But how to "make sure the field is actually extracted corrently"? I think I can generate events by "index=os sourcetype=vmstat" like picture 1, which means the raw data is collected.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219454#M175966</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-05T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219455#M175967</link>
      <description>&lt;P&gt;Run &lt;CODE&gt;index=os sourcetype=vmstat&lt;/CODE&gt; in smart mode and see if the field appears in the left bar.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:47:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219455#M175967</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-05T08:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219456#M175968</link>
      <description>&lt;P&gt;Hi, Martin,&lt;BR /&gt;
Can you take a look at this screenshot?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2289i1EB32D89016C0ACC/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:03:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219456#M175968</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-05T09:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219457#M175969</link>
      <description>&lt;P&gt;Hi, here is the outcome. &lt;/P&gt;

&lt;H2&gt;Search command: index=os sourcetype=vmstat host=PC2 &lt;/H2&gt;

&lt;P&gt;Selected Fields&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;a   host    1   
a   source  1   
a   sourcetype  1   
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Interesting Fields&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;a   dest    1   
a   eventtype   1   
a   index   1   
#   linecount   1   
a   loadAvg1mi  1   
a   punct   1   
a   splunk_server   1   
a   src 1   
a   tag 8   
a   tag::eventtype  8   
a   timestamp   1   
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219457#M175969</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-05T09:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219458#M175970</link>
      <description>&lt;P&gt;That says &lt;CODE&gt;loadAvg1mi&lt;/CODE&gt; is a string value (see the "a"), you can't compute an average of strings.&lt;/P&gt;

&lt;P&gt;What's the value of the field?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219458#M175970</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-01-05T09:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219459#M175971</link>
      <description>&lt;P&gt;Try to convert loadAvgIni to number using &lt;/P&gt;

&lt;P&gt;..|eval loadAvgIni=tonum(loadAvgIni)|timechart avg(loadAvgIni)&lt;/P&gt;

&lt;P&gt;And then do timechart it should work...&lt;/P&gt;

&lt;P&gt;Or &lt;/P&gt;

&lt;P&gt;You can check loadAvgIni is extracted or not using &lt;/P&gt;

&lt;P&gt;index=os host=PC2 sourcetype=vmstat loadAvgIni=*&lt;/P&gt;

&lt;P&gt;If it is not returning any data you must extract the field first.&lt;/P&gt;

&lt;P&gt;Use multikv to extract values.&lt;/P&gt;

&lt;P&gt;index=os host=PC2 sourcetype=vmstat|multikv|timechart avg(loadAvgIni)&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Arun N&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 10:07:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219459#M175971</guid>
      <dc:creator>Arun_N_007</dc:creator>
      <dc:date>2017-01-05T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219460#M175972</link>
      <description>&lt;P&gt;Yes, Martin,&lt;BR /&gt;
You are right! I love you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 01:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219460#M175972</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-09T01:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219461#M175973</link>
      <description>&lt;P&gt;Thanks, I think the root cause should be 'loadAvg1mi' is a string field not a number one. &lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 01:20:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219461#M175973</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-09T01:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot find remote data using timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219462#M175974</link>
      <description>&lt;P&gt;Thanks, I think the root cause should be 'loadAvg1mi' is a string field not a number one.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 01:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Cannot-find-remote-data-using-timechart/m-p/219462#M175974</guid>
      <dc:creator>huangyingleo</dc:creator>
      <dc:date>2017-01-09T01:21:03Z</dc:date>
    </item>
  </channel>
</rss>

