<?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't index new data..? :S in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105181#M22153</link>
    <description>&lt;P&gt;I have some files that I want to index, I have created a new very simple sourcetype that fits my log format, and in the preview it looks fine. When I index the files I can see the event count changing in the search summary, and my source type and sources are showing up as well.&lt;/P&gt;

&lt;P&gt;But when I run a search these events never show up! Here are some of the searches I tried, and none of my events from this source type is showing up:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;sourcetype=my_source_type&lt;/LI&gt;
&lt;LI&gt;*&lt;/LI&gt;
&lt;LI&gt;sourcetype=*&lt;/LI&gt;
&lt;LI&gt;source=path_to_one_of_the_files&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;My source type looks like this, and is generated by Splunk, I want to break at every timestamp(I've also tried setting SHOULD_LINEMERGE and LINE_BREAKER to break at every new line to see if that made any difference):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_source_type]
NO_BINARY_CHECK = 1
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And my files look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2013-03-18 03:51:28,616  INFO  [22] Deleting id=100188304
2013-03-18 03:51:28,631  INFO  [22] Deleting id=100188314
2013-03-18 03:51:28,631  INFO  [22] Deleting id=100188313
2013-03-18 08:37:51,728  INFO  [46] Checking access to 'path'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm using a free license for now, and after I've been trying to index these files I exceeded my limit, but this issue occured before exceeding the limit.&lt;/P&gt;

&lt;P&gt;Does anyone know why I get this weird problem? :S&lt;/P&gt;

&lt;P&gt;UPDATE:&lt;BR /&gt;
I tried the splunk clean eventdata command in CLI, and then reindex some files with other custom source types that worked before, and I see the event count changing, saying that 133 events are indexed. &lt;BR /&gt;
Then I run a search for * and Splunk says it has found 133 events, but no events is showing :S&lt;/P&gt;

&lt;P&gt;The difference with these events compared to the ones with my new source type is that now Splunk tells me it found 133 events but I can't see them, with the new source type Splunk doesn't find any events at all of that source type...&lt;/P&gt;

&lt;P&gt;UPDATE #2:&lt;BR /&gt;
In case anyone wonders, I checked splunkd.log when I tried to index my files, but no errors, only a warning on two of my files(I tried to index more than two files):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;WARN  LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 24 Jul 2013 09:10:15 GMT</pubDate>
    <dc:creator>gelica</dc:creator>
    <dc:date>2013-07-24T09:10:15Z</dc:date>
    <item>
      <title>Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105181#M22153</link>
      <description>&lt;P&gt;I have some files that I want to index, I have created a new very simple sourcetype that fits my log format, and in the preview it looks fine. When I index the files I can see the event count changing in the search summary, and my source type and sources are showing up as well.&lt;/P&gt;

&lt;P&gt;But when I run a search these events never show up! Here are some of the searches I tried, and none of my events from this source type is showing up:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;sourcetype=my_source_type&lt;/LI&gt;
&lt;LI&gt;*&lt;/LI&gt;
&lt;LI&gt;sourcetype=*&lt;/LI&gt;
&lt;LI&gt;source=path_to_one_of_the_files&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;My source type looks like this, and is generated by Splunk, I want to break at every timestamp(I've also tried setting SHOULD_LINEMERGE and LINE_BREAKER to break at every new line to see if that made any difference):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_source_type]
NO_BINARY_CHECK = 1
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And my files look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2013-03-18 03:51:28,616  INFO  [22] Deleting id=100188304
2013-03-18 03:51:28,631  INFO  [22] Deleting id=100188314
2013-03-18 03:51:28,631  INFO  [22] Deleting id=100188313
2013-03-18 08:37:51,728  INFO  [46] Checking access to 'path'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'm using a free license for now, and after I've been trying to index these files I exceeded my limit, but this issue occured before exceeding the limit.&lt;/P&gt;

&lt;P&gt;Does anyone know why I get this weird problem? :S&lt;/P&gt;

&lt;P&gt;UPDATE:&lt;BR /&gt;
I tried the splunk clean eventdata command in CLI, and then reindex some files with other custom source types that worked before, and I see the event count changing, saying that 133 events are indexed. &lt;BR /&gt;
Then I run a search for * and Splunk says it has found 133 events, but no events is showing :S&lt;/P&gt;

&lt;P&gt;The difference with these events compared to the ones with my new source type is that now Splunk tells me it found 133 events but I can't see them, with the new source type Splunk doesn't find any events at all of that source type...&lt;/P&gt;

&lt;P&gt;UPDATE #2:&lt;BR /&gt;
In case anyone wonders, I checked splunkd.log when I tried to index my files, but no errors, only a warning on two of my files(I tried to index more than two files):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;WARN  LineBreakingProcessor - Truncating line because limit of 10000 has been exceeded
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:10:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105181#M22153</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T09:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105182#M22154</link>
      <description>&lt;P&gt;What's the time interval chosen for the search? as you can see the time in the log will be the index time, it will not be recent data. All other configuration is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:37:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105182#M22154</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-07-24T09:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105183#M22155</link>
      <description>&lt;P&gt;I'm searching over all time, so that shouldn't be a problem..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105183#M22155</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105184#M22156</link>
      <description>&lt;P&gt;Try to add index=* at the beggining of your search. By default, Search App is searching default index only. Maybe, somehow,  your events went to different index.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:47:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105184#M22156</guid>
      <dc:creator>dariusz_kwasny</dc:creator>
      <dc:date>2013-07-24T09:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105185#M22157</link>
      <description>&lt;P&gt;I tried your suggestion, unfortunately that wasn't the issue &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 09:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105185#M22157</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105186#M22158</link>
      <description>&lt;P&gt;How did you add the log? from splunk UI? If the option is not selected to continuously collect data, then it will be monitored only once and you will not get the data anymore if it's deleted. Need to add it again.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 10:28:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105186#M22158</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-07-24T10:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105187#M22159</link>
      <description>&lt;P&gt;I tried both uploading a log once from the web ui, and adding a monitor in the config files. I tried with different log files. &lt;BR /&gt;
I know that the monitors doesn't index already indexedd files, but if that was the case, the event count wouldn't change in the search summary..&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 10:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105187#M22159</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105188#M22160</link>
      <description>&lt;P&gt;Here is a screenshot of what happens when I'm searching for * (cropped in the middle), as you can see, Splunk claims it finds 410 events but they aren't showing :S&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://splunk-base.splunk.com//storage/splunk_weird_2.jpg" alt="splunk_weird" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 11:25:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105188#M22160</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T11:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105189#M22161</link>
      <description>&lt;P&gt;Do you know to which index this sourcetype belongs? Do you have rights to view the events of this index? What role are you using?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 12:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105189#M22161</guid>
      <dc:creator>jtworzydlo</dc:creator>
      <dc:date>2013-07-24T12:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105190#M22162</link>
      <description>&lt;P&gt;All of my sourcetypes belong to the main index. I should have rights since I'm running everything locally and I am admin.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105190#M22162</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't index new data..? :S</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105191#M22163</link>
      <description>&lt;P&gt;I figured out the reason to my problem, but I'm not sure of how I fixed it &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;For some reason, Splunk created empty timestamps for my events, and because of that the events didn't show.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 13:10:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-t-index-new-data-S/m-p/105191#M22163</guid>
      <dc:creator>gelica</dc:creator>
      <dc:date>2013-07-24T13:10:52Z</dc:date>
    </item>
  </channel>
</rss>

