<?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 Can we add more than one time field to the dataset or add more than one time filter to the pivot? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390312#M69849</link>
    <description>&lt;P&gt;I have created a pivot report which by default has _time filter, but I want to apply a filter on my other date-time fields also.&lt;/P&gt;

&lt;P&gt;I tried doing this, but it is taking my other date-time fields as strings and not as date.&lt;/P&gt;

&lt;P&gt;I want to add more than one time filter to the pivot report and all time filters should have the capability to select range of values.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 11:15:34 GMT</pubDate>
    <dc:creator>chinmayc469</dc:creator>
    <dc:date>2018-08-01T11:15:34Z</dc:date>
    <item>
      <title>Can we add more than one time field to the dataset or add more than one time filter to the pivot?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390312#M69849</link>
      <description>&lt;P&gt;I have created a pivot report which by default has _time filter, but I want to apply a filter on my other date-time fields also.&lt;/P&gt;

&lt;P&gt;I tried doing this, but it is taking my other date-time fields as strings and not as date.&lt;/P&gt;

&lt;P&gt;I want to add more than one time filter to the pivot report and all time filters should have the capability to select range of values.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 11:15:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390312#M69849</guid>
      <dc:creator>chinmayc469</dc:creator>
      <dc:date>2018-08-01T11:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add more than one time field to the dataset or add more than one time filter to the pivot?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390313#M69850</link>
      <description>&lt;P&gt;In your search, you need to create an epoch version of each time field you want to filter on.  Assuming the time selector was called &lt;CODE&gt;start_token&lt;/CODE&gt; and the field was &lt;CODE&gt;StartTime&lt;/CODE&gt;, in a format like "2018-08-01 14:21:00", it might look like this in the search...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eval StartTimeEpoch=strptime(StartTime,"%Y-%m-%d %H:%M:%S")
 | where StartTimeEpoch&amp;gt;= $start_token.earliest$ AND StartTimeEpoch &amp;lt; $start_token.latest$ 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Aug 2018 16:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390313#M69850</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-08-01T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add more than one time field to the dataset or add more than one time filter to the pivot?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390314#M69851</link>
      <description>&lt;P&gt;but how to do this in pivot report?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 09:12:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-we-add-more-than-one-time-field-to-the-dataset-or-add-more/m-p/390314#M69851</guid>
      <dc:creator>chinmayc469</dc:creator>
      <dc:date>2018-08-02T09:12:41Z</dc:date>
    </item>
  </channel>
</rss>

