<?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 make a timechart for a search? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415027#M41563</link>
    <description>&lt;P&gt;list is not an appropriate function to use over timechart. Try avg or other mathematical aggregation functions&lt;/P&gt;

&lt;PRE&gt;| timechart avg(NoiceFloor) by APname&lt;/PRE&gt;</description>
    <pubDate>Tue, 22 May 2018 20:02:34 GMT</pubDate>
    <dc:creator>pradeepkumarg</dc:creator>
    <dc:date>2018-05-22T20:02:34Z</dc:date>
    <item>
      <title>How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415025#M41561</link>
      <description>&lt;P&gt;Hi, &lt;BR /&gt;
I have the following search and need to make a timechart of NoicerValues by APname. I tried this but there are not results.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="ti-wifi" sourcetype=csv_wifi name=bsnMobileStationMacAddress
| rename values as MobileStationMacAddress
| join ip
   [search index="ti-wifi" name=bsnMobileStationRSSI
   | rename values as MobileStationRSSI ]
| join ip
   [search index="ti-wifi" name=bsnMobileStationSnr
   | rename values as MobileStationSnr]
| join ip
   [search index="ti-wifi" name=bsnMobileStationAPMacAddr
   | rename values as MacAddress ]
| lookup wifi.csv MacAddress OUTPUT APname
| eval MacAddress =APname
| eval totalCount = (MobileStationRSSI - MobileStationSnr)
| stats sum(totalCount) as totalNoice, count as Sessions by APname
| eval  NoiceFloor = round(totalNoice/Sessions,0)
| timechart list(NoiceFloor) by APname
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thank you&lt;/P&gt;

&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 19:23:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415025#M41561</guid>
      <dc:creator>acceo_purchasin</dc:creator>
      <dc:date>2018-05-22T19:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415026#M41562</link>
      <description>&lt;P&gt;Can you show the results you get when you remove the last part of your search (the &lt;CODE&gt;| timechart ...&lt;/CODE&gt;)?&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 19:56:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415026#M41562</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-22T19:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415027#M41563</link>
      <description>&lt;P&gt;list is not an appropriate function to use over timechart. Try avg or other mathematical aggregation functions&lt;/P&gt;

&lt;PRE&gt;| timechart avg(NoiceFloor) by APname&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 May 2018 20:02:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415027#M41563</guid>
      <dc:creator>pradeepkumarg</dc:creator>
      <dc:date>2018-05-22T20:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415028#M41564</link>
      <description>&lt;P&gt;I receive the following table :&lt;/P&gt;

&lt;P&gt;APname      totalNoice     Sessions   NoiceFloor &lt;BR /&gt;
wap-3                -72                    1             -72 &lt;BR /&gt;
wap-7              -755                   8             -94&lt;BR /&gt;&lt;BR /&gt;
wap-8            -1081                 11             -98 &lt;BR /&gt;
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 12:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415028#M41564</guid>
      <dc:creator>acceo_purchasin</dc:creator>
      <dc:date>2018-05-23T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415029#M41565</link>
      <description>&lt;P&gt;Thank you for your answer, I already tried it but I received : Non result found.&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 12:07:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415029#M41565</guid>
      <dc:creator>acceo_purchasin</dc:creator>
      <dc:date>2018-05-23T12:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a timechart for a search?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415030#M41566</link>
      <description>&lt;P&gt;At this point, your &lt;CODE&gt;stats()&lt;/CODE&gt; has already removed all time information, so it's no longer possible to draw a timechart.&lt;BR /&gt;
Do you actually want a time chart, that means the values for one or multiple series over a certain time frame? If yes, what time frame would that be?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 12:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-make-a-timechart-for-a-search/m-p/415030#M41566</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-23T12:24:45Z</dc:date>
    </item>
  </channel>
</rss>

