<?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 Help with timewrap Command in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/483522#M135360</link>
    <description>&lt;P&gt;Hi, I am trying to show a comparison of traffic on my website for today, yesterday and last week. I am using below query for getting the results. My query is if i put that into a chart then on x-axis, i get time field which shows time for last 24 hours. So what does it mean exactly?&lt;BR /&gt;
I mean does it show the 7 days before on this time, this was the traffic? I am not able to get the _time field understanding here.&lt;BR /&gt;
Can someone help?&lt;/P&gt;

&lt;P&gt;index=web_prod sourcetype=access_combined  req_content="/" earliest=-8d@d latest=now &lt;BR /&gt;
| timechart count span=1h &lt;BR /&gt;
| timewrap d&lt;BR /&gt;
| table _time 1day_before 7days_before latest_day&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 02:57:47 GMT</pubDate>
    <dc:creator>Shashank_87</dc:creator>
    <dc:date>2020-09-30T02:57:47Z</dc:date>
    <item>
      <title>Help with timewrap Command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/483522#M135360</link>
      <description>&lt;P&gt;Hi, I am trying to show a comparison of traffic on my website for today, yesterday and last week. I am using below query for getting the results. My query is if i put that into a chart then on x-axis, i get time field which shows time for last 24 hours. So what does it mean exactly?&lt;BR /&gt;
I mean does it show the 7 days before on this time, this was the traffic? I am not able to get the _time field understanding here.&lt;BR /&gt;
Can someone help?&lt;/P&gt;

&lt;P&gt;index=web_prod sourcetype=access_combined  req_content="/" earliest=-8d@d latest=now &lt;BR /&gt;
| timechart count span=1h &lt;BR /&gt;
| timewrap d&lt;BR /&gt;
| table _time 1day_before 7days_before latest_day&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/483522#M135360</guid>
      <dc:creator>Shashank_87</dc:creator>
      <dc:date>2020-09-30T02:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with timewrap Command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506439#M141697</link>
      <description>&lt;P&gt;Got answer for the above?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 03:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506439#M141697</guid>
      <dc:creator>Jegan</dc:creator>
      <dc:date>2020-06-29T03:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help with timewrap Command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506461#M141701</link>
      <description>&lt;P&gt;This would work&lt;/P&gt;&lt;P&gt;index=webprod sourcetype=accesscombined reqcontent="/" | timechart count span=1h | timewrap d | table _time, _span, 1daybefore, 7daysbefore, latestday&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 04:10:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506461#M141701</guid>
      <dc:creator>Jegan</dc:creator>
      <dc:date>2020-06-29T04:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with timewrap Command</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506465#M141703</link>
      <description>&lt;P&gt;The timewrap normalises all the time series on to the same time window, i.e. in your case the last 24 hours. It will create a new series for each of the days going back in time in your search time range&lt;/P&gt;&lt;P&gt;I think your field names are not quite right&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| table _time 1day_before 7days_before latest_day&lt;/LI-CODE&gt;&lt;P&gt;Missing '_' character in fields&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 04:24:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-timewrap-Command/m-p/506465#M141703</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2020-06-29T04:24:19Z</dc:date>
    </item>
  </channel>
</rss>

