<?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 do I organize a table by time without altering other data? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73226#M18312</link>
    <description>&lt;P&gt;Any chance you could post an example of your data format as well as how you would like it to be formatted?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2013 15:28:35 GMT</pubDate>
    <dc:creator>okrabbe_splunk</dc:creator>
    <dc:date>2013-06-24T15:28:35Z</dc:date>
    <item>
      <title>How do I organize a table by time without altering other data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73225#M18311</link>
      <description>&lt;P&gt;I have a table with three columns displaying one with user names and two differing ones arranged by user names. I want to break each occurrence up by time without changing the current format. I am trying to run the search over the past 7 days and show the count, etc for each user each day. Can anybody help to show how to go about doing this? Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:00:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73225#M18311</guid>
      <dc:creator>mab17</dc:creator>
      <dc:date>2013-06-24T14:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I organize a table by time without altering other data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73226#M18312</link>
      <description>&lt;P&gt;Any chance you could post an example of your data format as well as how you would like it to be formatted?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 15:28:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73226#M18312</guid>
      <dc:creator>okrabbe_splunk</dc:creator>
      <dc:date>2013-06-24T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I organize a table by time without altering other data?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73227#M18313</link>
      <description>&lt;P&gt;Not tested this, however, food for thought...&lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;convert&lt;/CODE&gt; to create time fields (e.g. day of the week). Perhaps something like...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.. | convert timeformat="%A" ctime(_time) as weekday
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you can do your stats using that field and the user field.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Convert"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Convert&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Commontimeformatvariables"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2013 16:17:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-organize-a-table-by-time-without-altering-other-data/m-p/73227#M18313</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2013-06-24T16:17:31Z</dc:date>
    </item>
  </channel>
</rss>

