<?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: timechart results in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523008#M35339</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, problem one is not resolved as in the time chard for today I get 125 computers when I should only get 43, I think there are duplicate resaults.&lt;/P&gt;&lt;P&gt;That's why I used (| dedup computer.pagination.id) to get only the actual computers&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;| dedup computer.general.id&lt;BR /&gt;| stats count(computer.general.id)&lt;/P&gt;&lt;P&gt;I get 861 computers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run:&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;| stats count(computer.general.id)&lt;/P&gt;&lt;P&gt;I get 3440 computers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately for some reason (| dedup computer.general.id) do not seem to work on&amp;nbsp;timechart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Mon, 05 Oct 2020 14:22:34 GMT</pubDate>
    <dc:creator>DimitriosP</dc:creator>
    <dc:date>2020-10-05T14:22:34Z</dc:date>
    <item>
      <title>timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522800#M35295</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to Splunk, but already loving it.&lt;/P&gt;&lt;P&gt;I have connected Splunk with our Jamf Pro instance and I'm trying to track the macOS upgrade process based on the macOS Build version.&lt;/P&gt;&lt;P&gt;Unfortunately, I'm only getting the results on the last, current day and not the last 30 days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;computer.hardware.os_build="19H2" OR computer.hardware.os_build="18G6032" OR computer.hardware.os_build="17G14033"&lt;BR /&gt;| dedup computer.pagination.id&lt;BR /&gt;| rex field=computer.hardware.os_build mode=sed "s/19H2/macOS Catalina/g"&lt;BR /&gt;| rex field=computer.hardware.os_build mode=sed "s/18G6032/macOS Mojave/g"&lt;BR /&gt;| rex field=computer.hardware.os_build mode=sed "s/17G14033/macOS High Sierra/g"&lt;BR /&gt;| timechart span=30d count BY computer.hardware.os_build&lt;BR /&gt;| sort -count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know what I'm doing wrong?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-03 at 17.25.38.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11097i9B371904C56C2318/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-03 at 17.25.38.png" alt="Screenshot 2020-10-03 at 17.25.38.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 16:27:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522800#M35295</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-03T16:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522802#M35296</link>
      <description>&lt;P&gt;Two things need to change.&lt;/P&gt;&lt;P&gt;1) The time picker is set to 24 hours, which means Splunk will only look at data from the last day.&amp;nbsp; Change it to "Last 30 days".&lt;/P&gt;&lt;P&gt;2) The &lt;FONT face="courier new,courier"&gt;span&lt;/FONT&gt; option in the &lt;FONT face="courier new,courier"&gt;timechart&lt;/FONT&gt; command groups the events into "buckets".&amp;nbsp; "&lt;FONT face="courier new,courier"&gt;Span=30d&lt;/FONT&gt;" says to make each bucket hold 30 days of data, which may not be what is desired.&amp;nbsp; Try &lt;FONT face="courier new,courier"&gt;| timechart span=1d count by computer_hardware.os_build&lt;/FONT&gt; to see the number of upgrades on each day of the month.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 16:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522802#M35296</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-03T16:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522803#M35297</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226438"&gt;@DimitriosP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you're using 24 hours as time picker, so you're using only the events in the last 24 hours, so it's correct the result you have.&lt;/P&gt;&lt;P&gt;If you want a time distribution of 30 days, you have to use a larger time picker, or insert time modifiers (that override time picker) in your search.&lt;/P&gt;&lt;P&gt;Then you used span=30 days in timechart, this means that you have all the results in one column.&lt;/P&gt;&lt;P&gt;One hint, you don't need to replace values in field using rex command, you can also use eval instead the three rexes:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval computer.hardware.os_build=case(computer.hardware.os_build="19H2","macOS Catalina",computer.hardware.os_build="18G6032","macOS Mojave",computer.hardware.os_build="17G14033","macOS High Sierra")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;So you could have:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="jamfmodularinput"
computer.hardware.os_build="19H2" OR computer.hardware.os_build="18G6032" OR computer.hardware.os_build="17G14033" earliest=-30d@d latest=now
| dedup computer.pagination.id
| eval computer.hardware.os_build=case(computer.hardware.os_build="19H2","macOS Catalina",computer.hardware.os_build="18G6032","macOS Mojave",computer.hardware.os_build="17G14033","macOS High Sierra")
| timechart span=1d count BY computer.hardware.os_build&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 16:42:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522803#M35297</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-03T16:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522808#M35298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;richgalloway,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your quick response &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I followed your instructions, &amp;nbsp;changed the time picker to 30 days &amp;nbsp;and span=1 that worked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but still don't get any results for older days&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-03 at 17.54.08.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11098iC4C73A90B8A8A62F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-03 at 17.54.08.png" alt="Screenshot 2020-10-03 at 17.54.08.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I removed "| dedup computer.pagination.id" if I'm not mistaken search unique computers based on ID&lt;/P&gt;&lt;P&gt;When removed I get results from older dates&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-03 at 17.57.10.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11099i1F34D25B9315CF0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-03 at 17.57.10.png" alt="Screenshot 2020-10-03 at 17.57.10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is what I should see&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-03 at 17.57.56.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11100i73C5E721CA4A6717/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-03 at 17.57.56.png" alt="Screenshot 2020-10-03 at 17.57.56.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 17:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522808#M35298</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-03T17:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522810#M35299</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;gcusello&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply&lt;/P&gt;&lt;P&gt;In the beginning, I was playing around with&amp;nbsp;eval instead of&amp;nbsp;rex field but never managed to make it work&lt;/P&gt;&lt;P&gt;Puts all the results under the same column &amp;nbsp;&lt;/P&gt;&lt;P&gt;when I put your Search here is what I'm getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-03 at 18.05.44.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11101i78A5F9F8FBB53193/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-03 at 18.05.44.png" alt="Screenshot 2020-10-03 at 18.05.44.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 17:09:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522810#M35299</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-03T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522843#M35302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226438"&gt;@DimitriosP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I see two problems:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;al the events have the same timestamp;&lt;/LI&gt;&lt;LI&gt;the&amp;nbsp;computer.hardware.os_build isn'r recognized in all the events.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;For the first problem,&amp;nbsp;check timestamp of your events, because they seem to be all in the same day and see if you have events also in other days.&lt;/P&gt;&lt;P&gt;For the second one, it seems that the eval doesn't find none of the computer.hardware.os_build values you used in the eval command; could you share a sample of your logs?&lt;/P&gt;&lt;P&gt;At the end, I hint to add to your main search also the index/es to use.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 13:34:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522843#M35302</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-04T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522983#M35333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if I remove (| dedup computer.pagination.id) I get results all the way back to Sep 25 the day I set up my Splunk with Jamf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;computer.hardware.os_build="19H2" OR computer.hardware.os_build="18G6032" OR computer.hardware.os_build="17G14033" earliest=-30d@d latest=now&lt;BR /&gt;| eval computer.hardware.os_build=case(computer.hardware.os_build="19H2","macOS Catalina",computer.hardware.os_build="18G6032","macOS Mojave",computer.hardware.os_build="17G14033","macOS High Sierra")&lt;BR /&gt;| timechart span=1d count BY computer.hardware.os_build&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-05 at 13.34.23.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11122iC3D2D817673884D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-05 at 13.34.23.png" alt="Screenshot 2020-10-05 at 13.34.23.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I use your search (| eval)I only get one value null, and I don't get separated columns for each macOS build. On the other hand, when I use (| rex) I get the macOS Build separately&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-05 at 13.33.32.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11121i95622DAD75C254D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-05 at 13.33.32.png" alt="Screenshot 2020-10-05 at 13.33.32.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 12:38:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522983#M35333</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-05T12:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522998#M35338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226438"&gt;@DimitriosP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Ok you solved problem 1&lt;/P&gt;&lt;P&gt;fpr problem 2, you should see the values in&amp;nbsp;&lt;SPAN&gt;computer.hardware.os_build before timechart and eval.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please make s mad test:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype="jamfmodularinput"
computer.hardware.os_build="19H2" OR computer.hardware.os_build="18G6032" OR computer.hardware.os_build="17G14033" earliest=-30d@d latest=now
| rename computer.hardware.os_build AS os_build
| eval os_build=case(os_build="19H2","macOS Catalina",os_build="18G6032","macOS Mojave",os_build="17G14033","macOS High Sierra")
| timechart span=1d count BY os_build&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 13:28:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/522998#M35338</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-05T13:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523008#M35339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, problem one is not resolved as in the time chard for today I get 125 computers when I should only get 43, I think there are duplicate resaults.&lt;/P&gt;&lt;P&gt;That's why I used (| dedup computer.pagination.id) to get only the actual computers&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;| dedup computer.general.id&lt;BR /&gt;| stats count(computer.general.id)&lt;/P&gt;&lt;P&gt;I get 861 computers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run:&lt;/P&gt;&lt;P&gt;sourcetype="jamfmodularinput"&lt;BR /&gt;| stats count(computer.general.id)&lt;/P&gt;&lt;P&gt;I get 3440 computers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;unfortunately for some reason (| dedup computer.general.id) do not seem to work on&amp;nbsp;timechart&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 14:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523008#M35339</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-05T14:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523018#M35340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226438"&gt;@DimitriosP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I always insert index definition in all my searches.&lt;/P&gt;&lt;P&gt;then manually see the values of computer.hardware.os_build.&lt;/P&gt;&lt;P&gt;Could you share your search?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 15:10:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523018#M35340</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-05T15:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523395#M35386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the two searches, I have changed the time to 30 days.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-07 at 12.21.34.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11173i7856A8783D99B780/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-07 at 12.21.34.png" alt="Screenshot 2020-10-07 at 12.21.34.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-10-07 at 12.22.53.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/11174i59776F66F5F8175B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-10-07 at 12.22.53.png" alt="Screenshot 2020-10-07 at 12.22.53.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The 861 is the correct one.&lt;/P&gt;&lt;P&gt;I'm not sure how to insert index&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 11:25:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523395#M35386</guid>
      <dc:creator>DimitriosP</dc:creator>
      <dc:date>2020-10-07T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: timechart results</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523398#M35387</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226438"&gt;@DimitriosP&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;with the 861, you always have 1 as result of the count.&lt;/P&gt;&lt;P&gt;Anyway, my hint is to add index in the main search, e.g. index=wineventlog, sourcetype =Security&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 11:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/timechart-results/m-p/523398#M35387</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-10-07T11:31:12Z</dc:date>
    </item>
  </channel>
</rss>

