<?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 use the timechart command to get a certain amount of time span in custom field? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395643#M114884</link>
    <description>&lt;P&gt;Yeah, the idiom &lt;A href="https://idioms.thefreedictionary.com/pick+up+the+slack"&gt;"Pick up someones slack"&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 23:11:54 GMT</pubDate>
    <dc:creator>xpac</dc:creator>
    <dc:date>2018-05-10T23:11:54Z</dc:date>
    <item>
      <title>How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395637#M114878</link>
      <description>&lt;P&gt;I have a lookup table with 3 fields: host, user, p_time&lt;/P&gt;

&lt;P&gt;The events in the lookup table will contain 12 months of data. I have converted p_time to epoch format.&lt;/P&gt;

&lt;P&gt;Simply, what I'm trying to accomplish is to use timechart command with a span of 1 month using p_time - to view the total number of events each month. As a side note, I would also like to include total number of events over 12 month period.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. &lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 15:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395637#M114878</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2018-05-10T15:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395638#M114879</link>
      <description>&lt;P&gt;Just add this to the bottom of your existing search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval _time = p_time
| timechart span=1mon count
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 May 2018 15:17:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395638#M114879</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-10T15:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395639#M114880</link>
      <description>&lt;P&gt;And add following after the timechart command to get total events for whole 12 month period&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eventstats sum(count) as TotalEvents
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 10 May 2018 15:37:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395639#M114880</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-10T15:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395640#M114881</link>
      <description>&lt;P&gt;Awesome. thank you both (as always) for responding &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 16:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395640#M114881</guid>
      <dc:creator>brdr</dc:creator>
      <dc:date>2018-05-10T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395641#M114882</link>
      <description>&lt;P&gt;Nice tag-team, @somsoni2.  So now you and @daljeanis are both stalking me and fixing my silly oversights and mistakes.  Thanks for picking up my slack.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 17:26:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395641#M114882</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2018-05-10T17:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395642#M114883</link>
      <description>&lt;P&gt;Is there another slack than the splunk user group slack ? &lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 17:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395642#M114883</guid>
      <dc:creator>macadminrohit</dc:creator>
      <dc:date>2018-05-10T17:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the timechart command to get a certain amount of time span in custom field?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395643#M114884</link>
      <description>&lt;P&gt;Yeah, the idiom &lt;A href="https://idioms.thefreedictionary.com/pick+up+the+slack"&gt;"Pick up someones slack"&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 23:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-use-the-timechart-command-to-get-a-certain-amount-of-time/m-p/395643#M114884</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-10T23:11:54Z</dc:date>
    </item>
  </channel>
</rss>

