<?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: Splunk is not indexing my text file in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293425#M3687</link>
    <description>&lt;P&gt;Sounds like you need to configure your sourcetype with timestamp settings. There are a few best practices when it comes to defining a sourcetype...but for now lets focus on the props.conf for timestamp recogonition.&lt;/P&gt;

&lt;P&gt;What timezone should these logs be in? &lt;/P&gt;

&lt;P&gt;can you share the props.conf you are using for sourcetype &lt;CODE&gt;sched&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk btool props list sched --debug&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Try adding &lt;CODE&gt;TZ= &amp;lt;logTimezone&amp;gt;&lt;/CODE&gt; to the props to help Splunk determine the correct stamp.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Mar 2017 12:24:58 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-03-24T12:24:58Z</dc:date>
    <item>
      <title>Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293417#M3679</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;It looks like splunk is not indexing my log file, If I create a test file then it is indexing it but not my log file.&lt;/P&gt;

&lt;P&gt;input.conf&lt;/P&gt;

&lt;P&gt;[monitor://D:\logs]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index = prd&lt;BR /&gt;
sourcetype = sched&lt;/P&gt;

&lt;P&gt;Log File sample:&lt;/P&gt;

&lt;P&gt;2017-03-24 00:00:00,848 [Thread-2] WARN  com.JobInitiator- executed CALL&lt;BR /&gt;
2017-03-24 00:00:20,927 [Thread-2] WARN  com.JobInitiator- executed CALL&lt;BR /&gt;
2017-03-24 00:00:41,161 [Thread-2] WARN  com.JobInitiator- executed CALL&lt;BR /&gt;
2017-03-24 00:01:01,208 [Thread-2] WARN  com.JobInitiator- executed CALL&lt;/P&gt;

&lt;P&gt;Please help me on this issue. Thank You!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:08:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293417#M3679</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T03:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293418#M3680</link>
      <description>&lt;P&gt;Hi Abilan1&lt;/P&gt;

&lt;P&gt;You can try checking &lt;CODE&gt;index=_internal tailreader&lt;/CODE&gt; with your log path in the GUI to see perhaps the tail reader is ignoring the file due to CRC checks or permissions otherwise, or check &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk list inputstatus&lt;/CODE&gt; to check for the files and the tailprocessor's status.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:24:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293418#M3680</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293419#M3681</link>
      <description>&lt;P&gt;Check that the user splunk runs under has permission to access the folders &amp;amp; log files you want to index.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:26:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293419#M3681</guid>
      <dc:creator>jpass</dc:creator>
      <dc:date>2017-03-24T03:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293420#M3682</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Thanks for your reply, I have verified the permission it looks fine. Also If I create any other test file in that folder that is getting indexed properly. so it doesn't seem to be a permission issue.&lt;/P&gt;

&lt;P&gt;Checked the tail-processor's status, it says finished reading. No errors related to CRC.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:39:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293420#M3682</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T03:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293421#M3683</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Permission looks good, that is not the issue. &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293421#M3683</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T03:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293422#M3684</link>
      <description>&lt;P&gt;if the files are read, then maybe we are looking in the wrong spot?&lt;/P&gt;

&lt;P&gt;does searching &lt;CODE&gt;index=prd sourcetype=sched source=*\logs*&lt;/CODE&gt; searched over alltime find them?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 03:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293422#M3684</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T03:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293423#M3685</link>
      <description>&lt;P&gt;When searching select ALL TIME, this has tripped me up before especially if the test logs are old.&lt;/P&gt;

&lt;P&gt;I'm not sure if you want to ingest the whole directory or a file named logs.&lt;/P&gt;

&lt;P&gt;Try using creating a folder logs and putting your test file inside and then use the following stanza.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://D:\logs\*]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You could also confirm connectivity by using telnet&lt;BR /&gt;
telnet SPLUNK_IP 9997&lt;/P&gt;

&lt;P&gt;Another thing you could do is a one shot command. This will ingest the file regardless of whether the file has been ingested before.&lt;/P&gt;

&lt;P&gt;SPLUNK_HOME\bin\splunk add oneshot D:\logs -index pad -sourcetype shed&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorfilesanddirectoriesusingtheCLI"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorfilesanddirectoriesusingtheCLI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 09:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293423#M3685</guid>
      <dc:creator>danielsofoulis</dc:creator>
      <dc:date>2017-03-24T09:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293424#M3686</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Yes I see that logs are indexing, but If I want to search for current log then I have to search for last 4 hours. I mean indexing time stamp is 4 hour behind. &lt;/P&gt;

&lt;P&gt;If I search for last 4 hours in the search, I can see the latest logs there.&lt;/P&gt;

&lt;P&gt;We have the same forwarder on linux machines and that is giving proper time stamps. This is happening on windows server's universal forwarder. All our universal forwarder machines are in same time zone but not indexer.&lt;/P&gt;

&lt;P&gt;Thanks ,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 11:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293424#M3686</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T11:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293425#M3687</link>
      <description>&lt;P&gt;Sounds like you need to configure your sourcetype with timestamp settings. There are a few best practices when it comes to defining a sourcetype...but for now lets focus on the props.conf for timestamp recogonition.&lt;/P&gt;

&lt;P&gt;What timezone should these logs be in? &lt;/P&gt;

&lt;P&gt;can you share the props.conf you are using for sourcetype &lt;CODE&gt;sched&lt;/CODE&gt; ?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;./splunk btool props list sched --debug&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Try adding &lt;CODE&gt;TZ= &amp;lt;logTimezone&amp;gt;&lt;/CODE&gt; to the props to help Splunk determine the correct stamp.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293425#M3687</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293426#M3688</link>
      <description>&lt;P&gt;Try this and set your timezone according to the machines that are spitting the sched logs to your windows box. Setting &lt;CODE&gt;SHOULD_LINEMERGE&lt;/CODE&gt;, &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt;, &lt;CODE&gt;TIME_PREFIX&lt;/CODE&gt;, &lt;CODE&gt;MAX_TIMESTAMP_LOOKAHEAD&lt;/CODE&gt;, &lt;CODE&gt;TZ&lt;/CODE&gt;, and &lt;CODE&gt;LINE_BREAKER&lt;/CODE&gt; in props.conf, should become part of all your sourcetyping. Splunk is really good at auto recognizing things..but you can gain indexing performance by not making it work so hard. Try using the add data wizard! it makes creating these configs real easy and lets you validate your choices. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[ sched ]
SHOULD_LINEMERGE=false
TIME_FORMAT=%Y-%m-%d %H:%M:%S,%f
TIME_PREFIX=^
TZ=UTC
MAX_TIMESTAMP_LOOKAHEAD=25
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:51:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293426#M3688</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T12:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293427#M3689</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;My Indexer is in GMT. but all my forwarders are in Brazil time zone.&lt;/P&gt;

&lt;P&gt;I didn't change anything in props.conf file after installation.&lt;/P&gt;

&lt;P&gt;Also please let me know which timezone I need to add and any standard format for the same?&lt;/P&gt;

&lt;P&gt;Thanks for your help!&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293427#M3689</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T12:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293428#M3690</link>
      <description>&lt;P&gt;You need to set the timezone to that of the machines spitting the logs. IT best practice puts all machines in UTC, but alas, no one is perfect ;). &lt;/P&gt;

&lt;P&gt;If i run &lt;CODE&gt;date&lt;/CODE&gt; on the machine generating the logs, I want to match that timezone as that is the TZ it will stamp the logs with. &lt;/P&gt;

&lt;P&gt;As long as Splunk knows the proper TZ at indextime, the GUI settings will allow the user to set their local timezone and the GUI will adjust for them. But you gotta get the initial TZ correct. &lt;/P&gt;

&lt;P&gt;TZ = &lt;BR /&gt;
* The algorithm for determining the time zone for a particular event is as&lt;BR /&gt;
  follows:&lt;BR /&gt;
* If the event has a timezone in its raw text (for example, UTC, -08:00),&lt;BR /&gt;
  use that.&lt;BR /&gt;
* If TZ is set to a valid timezone string, use that.&lt;BR /&gt;
* If the event was forwarded, and the forwarder-indexer connection is using&lt;BR /&gt;
  the 6.0+ forwarding protocol, use the timezone provided by the forwarder.&lt;BR /&gt;
* Otherwise, use the timezone of the system that is running splunkd.&lt;BR /&gt;
* Defaults to empty.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Admin/Propsconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 12:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293428#M3690</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293429#M3691</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have updated the below in my props.conf on forwarder machine.&lt;/P&gt;

&lt;P&gt;[ sched ]&lt;BR /&gt;
 SHOULD_LINEMERGE=false&lt;BR /&gt;
 TIME_FORMAT=%Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
 TIME_PREFIX=^&lt;BR /&gt;
 TZ=UTC-3&lt;BR /&gt;
 MAX_TIMESTAMP_LOOKAHEAD=25&lt;/P&gt;

&lt;P&gt;And restarted the splunk forwarder service, but still I don't see any change in time from Splunk web.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293429#M3691</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2020-09-29T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293430#M3692</link>
      <description>&lt;P&gt;try&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;TZ=America/Sao_Paulo&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;not sure that utc-3 value is legit...&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 14:24:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293430#M3692</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T14:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293431#M3693</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I have updated this for UTC in my props.conf on forwarder machine.&lt;/P&gt;

&lt;P&gt;[sched]&lt;BR /&gt;
SHOULD_LINEMERGE=false&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
TZ=Africa/Abidjan&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=25&lt;/P&gt;

&lt;P&gt;Still it is not working as expected. Logs are still coming in Brazil Time Zone.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Abilan&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293431#M3693</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2020-09-29T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293432#M3694</link>
      <description>&lt;P&gt;UTC is wrong. the logs are Brazil time. Set it to brazil, that way Splunk can translate it to your chosen timezone in the GUI&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:57:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293432#M3694</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-24T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293433#M3695</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;Yes, I have tried with Brazil Time zone still it is not working!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 16:32:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293433#M3695</guid>
      <dc:creator>Abilan1</dc:creator>
      <dc:date>2017-03-24T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk is not indexing my text file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293434#M3696</link>
      <description>&lt;P&gt;your user is set to UTC in the Splunk GUI, correct?  click the username dropdown (top right of your screen) &amp;gt; Account Settings &amp;gt; Set timezone&lt;/P&gt;

&lt;P&gt;With my user set in UTC, I see these events at 3AM GMT in my Time field....is that what you are trying to achieve? Note the time in the event has not changed, just the Time field now has a local conversion in the gui. &lt;/P&gt;

&lt;P&gt;can you please collect the output of &lt;CODE&gt;./splunk btool props list sched --debug&lt;/CODE&gt; on your forwarder and your indexer? ( not sure of your setup, I think you said forwarder)&lt;/P&gt;

&lt;P&gt;you have the &lt;CODE&gt;sched&lt;/CODE&gt; sourcetype updated in both a forwarder and indexer, correct?&lt;/P&gt;

&lt;P&gt;`[splunker@n00bserver bin]$ ./splunk btool props list sched --debug&lt;BR /&gt;
/home/splunker/splunk/etc/apps/search/local/props.conf                      [sched]&lt;/P&gt;

&lt;P&gt;.........&lt;/P&gt;

&lt;P&gt;/home/splunker/splunk/etc/apps/search/local/props.conf                      TIME_FORMAT = %Y-%m-%d %H:%M:%S,%f&lt;BR /&gt;
/home/splunker/splunk/etc/apps/search/local/props.conf                      TIME_PREFIX = ^&lt;BR /&gt;
/home/splunker/splunk/etc/system/default/props.conf                         TRANSFORMS = &lt;BR /&gt;
/home/splunker/splunk/etc/system/default/props.conf                         TRUNCATE = 10000&lt;BR /&gt;
/home/splunker/splunk/etc/apps/search/local/props.conf                      TZ = Brazil/East&lt;/P&gt;

&lt;P&gt;........&lt;/P&gt;

&lt;P&gt;`&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/4V0LA7h.png" alt="alt text" /&gt;&lt;BR /&gt;
&lt;IMG src="http://i.imgur.com/TDea8Lq.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;Brasil event time, UTC Splunk web user, splunker sitting in Canada &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Splunk-is-not-indexing-my-text-file/m-p/293434#M3696</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2020-09-29T13:23:51Z</dc:date>
    </item>
  </channel>
</rss>

