<?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: Is it possible to list out empty index in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446135#M77608</link>
    <description>&lt;P&gt;Yup i got solution for time conversion.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 20:49:37 GMT</pubDate>
    <dc:creator>chandana204</dc:creator>
    <dc:date>2018-06-20T20:49:37Z</dc:date>
    <item>
      <title>Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446116#M77589</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I am working on index="retail_ca", The problem with this index is some days the data is not ingesting in this index. I have created a query to calculate standard deviation on this index for every week. So the thing is, these empty index days are not adding in the calculations. I wanted to list out the empty indexes dates with count=0. Is it possible? &lt;/P&gt;

&lt;P&gt;Updating my query as my time range is from Apr 1st to till date, why Splunk is listing March (2018-03-27) data? &lt;/P&gt;

&lt;P&gt;You can see that in the below image. &lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5163i61A055E386A3BD93/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;

&lt;P&gt;New Update 06/15/2018:  So i have changed time rage as &lt;STRONG&gt;earliest=-2mon@-1w latest=now&lt;/STRONG&gt;. With this time range most of the weekday dates are selecting properly except where month's first day and weekday matched. &lt;/P&gt;

&lt;P&gt;Example: In the April month, first day started on Sunday. In this kind of scenario the time range picker is not selecting April 1st day data for weekday=sunday. &lt;/P&gt;

&lt;P&gt;Please help me If anybody know how to overcome this issue. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Not a proper Solution:&lt;/STRONG&gt; Finally, I found solution for this issue. Here is the solution: I gave time range as &lt;STRONG&gt;earliest=-2mon@-8d latest=now&lt;/STRONG&gt; . That's it.&lt;/P&gt;

&lt;P&gt;I thought the above time range is a proper solution but it's not.&lt;/P&gt;

&lt;P&gt;Please help me to find a proper solution.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 17:20:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446116#M77589</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-13T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446117#M77590</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/85883"&gt;@chandana204&lt;/a&gt; &lt;/P&gt;

&lt;P&gt;Give this search a try&lt;/P&gt;

&lt;P&gt;index=retail_ca  | timechart span=1d count by index | search retail_ca=0&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:54:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446117#M77590</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2020-09-29T19:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446118#M77591</link>
      <description>&lt;P&gt;This is working fine. But if i want to work on a particular week day this query is not affecting. &lt;/P&gt;

&lt;P&gt;Let's say I want to pull data for "Tuesday" from Apr1st to till now.  If i use above query it's pulling all other week day count as 0. So, to get only weekday info i modified span=1w but the date is not accurate. &lt;/P&gt;

&lt;P&gt;Actual tuesday dates from April to now as: 04/ 03/2018; 04/10/2018; 04/17/2018; 04/24/2018; 05/1/2018; 05/08/2018; 05/15/2018; 05/22/2018; 05/29/2018; 06/05/2018; 06/12/2018 &lt;/P&gt;

&lt;P&gt;But in the timechart it's listing _time as: 04/01/2018; 04/08/2018; 04/15/2018; 04/22/2018; 04/29/2018; 05/06/2018; 05/13/2018; 05/20/2018; 05/27/2018; 06/03/2018; 06/10/2018&lt;/P&gt;

&lt;P&gt;Why it is not listing actual date in the chart? Is there any other query to manipulate it to actual date?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 19:03:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446118#M77591</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-13T19:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446119#M77592</link>
      <description>&lt;P&gt;Why I can't see my comment here?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:43:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446119#M77592</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-13T20:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446120#M77593</link>
      <description>&lt;P&gt;Anyways, I tried the above query it is working fine for daily basis. It's not working exactly for weekday. &lt;/P&gt;

&lt;P&gt;Let's say I want to do calculations on "Tuesday" from Apr 1 st to current day. I modified above query as span=&lt;A href="mailto:1w@w" target="_blank"&gt;1w@w&lt;/A&gt;. the timechart is listing dates from Thursday days. So I gone through document and i found i that i can mention the day as span=&lt;A href="mailto:1w@w2" target="_blank"&gt;1w@w2&lt;/A&gt;. Now timechart listed all tuesday data but it included march last week data also. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Query:&lt;/STRONG&gt;&lt;BR /&gt;
index=retail_ca date_wday=tuesday | timechart span=1w@w2 count by index &lt;/P&gt;

&lt;P&gt;Why it's listing March data when i put time range from Apr to till?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:54:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446120#M77593</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2020-09-29T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446121#M77594</link>
      <description>&lt;P&gt;I hope your index list is fixed. You can create lookup with all the index names then append that into your search results. Further, join to find out empty indexes &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:55:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446121#M77594</guid>
      <dc:creator>sushantmhatre</dc:creator>
      <dc:date>2018-06-13T20:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446122#M77595</link>
      <description>&lt;P&gt;I got answer for why timechart is listing dates as 04/01/2018; 04/08/2018; 04/15/2018; 04/22/2018; 04/29/2018; 05/06/2018; 05/13/2018; 05/20/2018; 05/27/2018; 06/03/2018; 06/10/2018&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 20:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446122#M77595</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-13T20:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446123#M77596</link>
      <description>&lt;P&gt;Can anybody solve this issue?  &lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446123#M77596</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-14T14:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446124#M77597</link>
      <description>&lt;P&gt;what is your time frame looks like for the search ?&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 14:58:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446124#M77597</guid>
      <dc:creator>ssadanala1</dc:creator>
      <dc:date>2018-06-14T14:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446125#M77598</link>
      <description>&lt;P&gt;@chandana24, for scenarios like this when you have to work on metadata fields, it is better to use commands like &lt;CODE&gt;tstats&lt;/CODE&gt;, &lt;CODE&gt;metadata&lt;/CODE&gt;, &lt;CODE&gt;dbinspect&lt;/CODE&gt; or &lt;CODE&gt;eventcount&lt;/CODE&gt; depending on what fits your needs.&lt;/P&gt;

&lt;P&gt;Following is the command you should try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count where index=retail_ca by _time span=1d
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 14 Jun 2018 15:06:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446125#M77598</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-14T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446126#M77599</link>
      <description>&lt;P&gt;Thank you for your response. But it's not working on my analysis. With the below code, i am able to list out all dates but it's including last week (tuesday) of march data. &lt;/P&gt;

&lt;P&gt;index=retail_ca | timechart span=1w@w2 count by index &lt;/P&gt;

&lt;P&gt;I just want to get rid of the march data from the table. Is that possible. &lt;BR /&gt;
Why I am sticking to this query cause I can work on specific key words also as below&lt;/P&gt;

&lt;P&gt;index=retail_ca "process" | timechart span=1d count by index  &lt;/P&gt;

&lt;P&gt;Interestingly I observed something i.e., if i select time range as last 1 month (first day of month) to till date. It's not listing April months data. But if select as last 2 month (first day of month) to till date, it's listing march data. I don't understand why it's considering March month data? Is there any problem with the Splunk time range picker?&lt;/P&gt;

&lt;P&gt;Hope you understand my requirement. And it would be great if you help me on this. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:07:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446126#M77599</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-14T16:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446127#M77600</link>
      <description>&lt;P&gt;Adding as an answer as i can't upload a image in comments.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5161i434C745B16404DD3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;In missing tuesday's probably my local spunk was down&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:31:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446127#M77600</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-06-14T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446128#M77601</link>
      <description>&lt;P&gt;Thank you for resonse @PowerPacked. This is my actual query but it's not listing empty data dates. I wanted to include missing tuesday's count as 0 with date specification. For this if I have used timechart query (As you responded yesterday) i can see empty data dates including march data. &lt;/P&gt;

&lt;P&gt;Please have a look at the image in my query. Hopefully you understand my issue.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 16:54:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446128#M77601</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-14T16:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446129#M77602</link>
      <description>&lt;P&gt;Even am not sure, why its listing 27th data from the march&lt;/P&gt;

&lt;P&gt;all i can think of is --- as we are doing a span of 1week, it might be pulling data from week starting in march and ending in April&lt;/P&gt;

&lt;P&gt;Work Around:&lt;BR /&gt;
if you do earliest as April 3rd you wont see the march 27th anymore.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 17:57:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446129#M77602</guid>
      <dc:creator>PowerPacked</dc:creator>
      <dc:date>2018-06-14T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446130#M77603</link>
      <description>&lt;P&gt;Yeah, you're right but i am working on rel time data, I am making calculations on weekday basis for the last 2 months. The timeperiod will change for every new month. So it's not good idea to pick particular date. &lt;/P&gt;

&lt;P&gt;Is there any other way to overcome this issue?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 18:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446130#M77603</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-14T18:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446131#M77604</link>
      <description>&lt;P&gt;@chandana204, sorry for the delay in my response. I am afraid I am not able to grasp your issue. However, if you feel that correct events are not being picked up Time Picker, you should validate Timestamp in your raw event and see whether the same matches with _time or not. Also it would be good to check your account's Time Zone settings.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 09:07:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446131#M77604</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-18T09:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446132#M77605</link>
      <description>&lt;P&gt;That's okay &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;. I cross checked everything. Everything is fine. I am thinking this problem is with timechart query.&lt;/P&gt;

&lt;P&gt;I'll explain here exactly what kind of issue i am facing with timechart query. &lt;BR /&gt;
When i use relative time range as last 2 months(start day of month) to now on a particular weekday, the _raw data is listing exactly as time range. after if i put this in timechart to see count in a table format, it's pulling 3rd month's last week data also with count=0. I don't understand how to resolve this issue. Below I am giving example:&lt;/P&gt;

&lt;P&gt;Query: index="retail_ca" process="process" date_wday="monday" | timechart span=w@w1 count by process&lt;BR /&gt;
Relative time Range: last 2 months (starting of the day) to now&lt;/P&gt;

&lt;P&gt;To get more clarification you ca run above query as below&lt;BR /&gt;
Query: index="_internal" "post" date_wday="monday" | timechart span=w@w1 count by index&lt;BR /&gt;
Relative time Range: last 2 months (starting of the day) to now&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:02:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446132#M77605</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2020-09-29T20:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446133#M77606</link>
      <description>&lt;P&gt;Try one of the following:&lt;/P&gt;

&lt;P&gt;1) Manually remove first row. For example using streamstats as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" "post" date_wday="monday" 
| timechart span=w@w1 count by index
| streamstats count as sno
| search sno!=1
| fields - sno
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2) Ensure that time picked is for specific week you are interested in using stats with Week of the Year Time format.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index="_internal" "post" date_wday="monday" 
| eval WeekOfYear=strftime(_time,"%Y - %U") 
| stats count min(_time) as MinTime by WeekOfYear 
| eval MinTime=strftime(MinTime,"%m/%d/%Y") 
| eval WeekDateRange=strftime(relative_time(strptime(MinTime,"%m/%d/%Y"),"-0w@w"),"%m/%d/%Y")." - ".strftime(relative_time(strptime(MinTime,"%m/%d/%Y"),"+1w@w-1d"),"%m/%d/%Y")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Refer to answer: &lt;A href="https://answers.splunk.com/answers/637244/time-range-to-display-count-of-weekly.html"&gt;https://answers.splunk.com/answers/637244/time-range-to-display-count-of-weekly.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 17:54:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446133#M77606</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-06-19T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446134#M77607</link>
      <description>&lt;P&gt;Thank you @niketnilay. I can use streamstats to remove first column.  &lt;/P&gt;

&lt;P&gt;I got one more question: I have created another column with yesterday date. Now i want to compare _time column with yesterday's date column but it's not comparing. Do you know how to make it happen?&lt;/P&gt;

&lt;P&gt;I tried as "where _time=yesterday" &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana  &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:24:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446134#M77607</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-20T20:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to list out empty index</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446135#M77608</link>
      <description>&lt;P&gt;Yup i got solution for time conversion.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Chandana&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 20:49:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-it-possible-to-list-out-empty-index/m-p/446135#M77608</guid>
      <dc:creator>chandana204</dc:creator>
      <dc:date>2018-06-20T20:49:37Z</dc:date>
    </item>
  </channel>
</rss>

