<?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 How to ignore internal indexes when searching? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211851#M41707</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;| rest /services/data/indexes-extended | eval bd_home_event_min_time=strftime('bucket_dirs.home.event_min_time',"%d/%m/%Y") | eval bd_home_event_max_time=strftime('bucket_dirs.home.event_max_time',"%d/%m/%Y") | eval bd_cold_event_min_time=strftime('bucket_dirs.cold.event_min_time',"%d/%m/%Y") | eval bd_cold_event_max_time=strftime('bucket_dirs.cold.event_max_time',"%d/%m/%Y") | table title,bd_home_event_min_time,bd_home_event_max_time,bd_cold_event_min_time,bd_cold_event_max_time,splunk_server | sort title &lt;STRONG&gt;| where not like(title,"_%")&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;returns empty result.&lt;/P&gt;

&lt;P&gt;However the where clause works if I don't use underscore.&lt;/P&gt;

&lt;P&gt;My aim is to ignore internal indexes.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:08:36 GMT</pubDate>
    <dc:creator>splunkreal</dc:creator>
    <dc:date>2020-09-29T11:08:36Z</dc:date>
    <item>
      <title>How to ignore internal indexes when searching?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211851#M41707</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;| rest /services/data/indexes-extended | eval bd_home_event_min_time=strftime('bucket_dirs.home.event_min_time',"%d/%m/%Y") | eval bd_home_event_max_time=strftime('bucket_dirs.home.event_max_time',"%d/%m/%Y") | eval bd_cold_event_min_time=strftime('bucket_dirs.cold.event_min_time',"%d/%m/%Y") | eval bd_cold_event_max_time=strftime('bucket_dirs.cold.event_max_time',"%d/%m/%Y") | table title,bd_home_event_min_time,bd_home_event_max_time,bd_cold_event_min_time,bd_cold_event_max_time,splunk_server | sort title &lt;STRONG&gt;| where not like(title,"_%")&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;returns empty result.&lt;/P&gt;

&lt;P&gt;However the where clause works if I don't use underscore.&lt;/P&gt;

&lt;P&gt;My aim is to ignore internal indexes.&lt;/P&gt;

&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211851#M41707</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2020-09-29T11:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore internal indexes when searching?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211852#M41708</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/indexes-extended | eval bd_home_event_min_time=strftime('bucket_dirs.home.event_min_time',"%d/%m/%Y") | eval bd_home_event_max_time=strftime('bucket_dirs.home.event_max_time',"%d/%m/%Y") | eval bd_cold_event_min_time=strftime('bucket_dirs.cold.event_min_time',"%d/%m/%Y") | eval bd_cold_event_max_time=strftime('bucket_dirs.cold.event_max_time',"%d/%m/%Y") | table title,bd_home_event_min_time,bd_home_event_max_time,bd_cold_event_min_time,bd_cold_event_max_time,splunk_server | sort title | search title!="_*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Sep 2016 14:45:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211852#M41708</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-09-23T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore internal indexes when searching?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211853#M41709</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;By the way what is the difference between * and % (to use wildcard) ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 15:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211853#M41709</guid>
      <dc:creator>splunkreal</dc:creator>
      <dc:date>2016-09-23T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore internal indexes when searching?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211854#M41710</link>
      <description>&lt;UL&gt;
&lt;LI&gt;and % are 2 different things : % are used for date formatting, see &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1/SearchReference/Commontimeformatvariables"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;% is not a wildcard. &lt;BR /&gt;
for wildcard see : &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.1/Search/Wildcards"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.1/Search/Wildcards&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 08:06:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-ignore-internal-indexes-when-searching/m-p/211854#M41710</guid>
      <dc:creator>sduchene_splunk</dc:creator>
      <dc:date>2017-01-19T08:06:33Z</dc:date>
    </item>
  </channel>
</rss>

