<?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: Extract data from a txt file in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463150#M130561</link>
    <description>&lt;P&gt;I don't think I quite understand, I'm sending a link to the original file.&lt;/P&gt;

&lt;P&gt;See if you can include this file in Splunk within a new type of source code with the regex settings.&lt;/P&gt;

&lt;P&gt;The file should only be opened in notepad or notepad ++&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/"&gt;&lt;/A&gt;&lt;A href="https://www.splunk.com/" target="test_blank"&gt;https://www.splunk.com/&lt;/A&gt; https://www.splunk.com/&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/"&gt;https://www.splunk.com/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2020 06:13:00 GMT</pubDate>
    <dc:creator>leandromatperei</dc:creator>
    <dc:date>2020-04-02T06:13:00Z</dc:date>
    <item>
      <title>Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463146#M130557</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;

&lt;P&gt;I have the attached file that is generated every night via my client's internal system and I need to index the information to collect metrics.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Job 'NICE Kaizen Job' : Step 1, 'Run script' : Began Executing 2020-03-31 22:00:00

AgentName                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Canal       Ramal                                              ID do Logger Dia                            Chamadas   
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ----------- -------------------------------------------------- ------------ ------------------------------ -----------
agent1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       333         22222222                                           00000000     31/03/2020                     17
agent1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       334         22222222                                           00000000     31/03/2020                     2
Sala de Reuniao - Sala 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   161         333333333                                          11111111     31/03/2020                     1
Sala de Reuniao - Sala 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   157         44444444                                           11111111     31/03/2020                     1
agent2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       106         66666666                                           11111111     31/03/2020                     11
agent2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       106         88888888                                           11111111     31/03/2020                     11
TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6
TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6
TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6

(9 rows(s) affected)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, it generates a completely unconfigured file for me and due to the company's business rules, I cannot use Python or another language inside the server where the system is hosted.&lt;/P&gt;

&lt;P&gt;I need to extract the information from (Agent_Name, Canal, Ramal, Id do Logger, Dia), an example is below&lt;/P&gt;

&lt;P&gt;Remembering that this file is variable, there are days that generate many lines and other days not.&lt;/P&gt;

&lt;H2&gt;AgentName  Canal          Ramal      ID do Logger      Dia             Chamadas   &lt;/H2&gt;

&lt;P&gt;agent1      33          22222222      00000000       31/03/2020          17&lt;BR /&gt;
agent1      334         22222222      00000000       31/03/2020          2&lt;/P&gt;

&lt;P&gt;Is there a way to do this with Splunk?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 23:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463146#M130557</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-01T23:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463147#M130558</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw=" Job 'NICE Kaizen Job' : Step 1, 'Run script' : Began Executing 2020-03-31 22:00:00

  AgentName                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Canal       Ramal                                              ID do Logger Dia                            Chamadas   
  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ----------- -------------------------------------------------- ------------ ------------------------------ -----------
  agent1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         333         22222222                                           00000000     31/03/2020                     17
  agent1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         334         22222222                                           00000000     31/03/2020                     2
  Sala de Reuniao - Sala 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   161         333333333                                          11111111     31/03/2020                     1
  Sala de Reuniao - Sala 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   157         44444444                                           11111111     31/03/2020                     1
  agent2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          106         66666666                                           11111111     31/03/2020                     11
  agent2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          106         88888888                                           11111111     31/03/2020                     11
  TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6
  TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6
  TI Count FL 545454 (2)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       134         999999999                                          11111111     31/03/2020                     6

  (9 rows(s) affected)" 
| rename COMMENT as "This is your sample"
| rex mode=sed "s/^s+//g"
| makemv delim="
" _raw 
| rename _raw as raw 
| mvexpand raw 
| rex field=raw "(?ms)(?&amp;lt;Agent_Name&amp;gt;.*?)\s{3,}(?&amp;lt;Canal&amp;gt;\d+)\s+(?&amp;lt;Ramal&amp;gt;\d+)\s+(?&amp;lt;Id_do_Logger&amp;gt;\d+)\s+(?&amp;lt;Dia&amp;gt;\S+)\s+(?&amp;lt;Chamadas&amp;gt;\d+)" 
| fields - _* raw 
| table Agent_Name, Canal, Ramal, Id_do_Logger, Dia, Chamadas 
| foreach * 
    [ eval &amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt; = trim('&amp;lt;&amp;lt;FIELD&amp;gt;&amp;gt;')] 
| search Agent_Name=*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Please ask admin to edit &lt;EM&gt;props.conf&lt;/EM&gt; and extract appropriate fields.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[simplecsv]
SHOULD_LINEMERGE = 0
TRUNCATE = 0
TIME_FORMAT = %d/%m/%Y
TIME_PREFIX = (?ms)(?&amp;lt;Agent_Name&amp;gt;.*?)\s{3,}(?&amp;lt;Canal&amp;gt;\d+)\s+(?&amp;lt;Ramal&amp;gt;\d+)\s+(?&amp;lt;Id_do_Logger&amp;gt;\d+)\s+
TRANSFORMS-nulls = null1, null2, null3, null4
REPORT-csv = simple_csv
category = Splunk App Add-on Builder
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[null1]
REGEX = ---
DEST_KEY = queue
FORMAT = nullQueue

[null2]
REGEX = AgentName
DEST_KEY = queue
FORMAT = nullQueue

 [null3]
REGEX = affected
DEST_KEY = queue
FORMAT = nullQueue

[null4]
REGEX = Began
DEST_KEY = queue
FORMAT = nullQueue

[simple_csv]
REGEX = (?&amp;lt;Agent_Name&amp;gt;\w.*)\s+(?&amp;lt;Canal&amp;gt;\d+)\s+(?&amp;lt;Ramal&amp;gt;\d+)\s+(?&amp;lt;Id_do_Logger&amp;gt;\d+)\s+(?&amp;lt;Dia&amp;gt;\S+)\s+(?&amp;lt;Chamadas&amp;gt;\d+)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Why do you make shell script? &lt;BR /&gt;
You don't have to do this much trouble&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:03:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463147#M130558</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-02T04:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463148#M130559</link>
      <description>&lt;P&gt;Thanks for the answer,&lt;/P&gt;

&lt;P&gt;But I had some doubts:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;In my props.conf file, what configuration should I do to index the logs according to what I need?&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I tried to use examples of slightly larger files and it didn't work correctly, I couldn't index the example of my log file in txt format here, I think it would make it easier for the analysis, is it possible to send it by e-mail?&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;When I put a part of the text in the log file it "breaks" due to the number of characters.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 04:29:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463148#M130559</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463149#M130560</link>
      <description>&lt;P&gt;&lt;CODE&gt;index&lt;/CODE&gt; ?&lt;BR /&gt;
I don't know your &lt;CODE&gt;index&lt;/CODE&gt; . line number?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;breaks&lt;/CODE&gt; ?&lt;BR /&gt;
Isn't this &lt;CODE&gt;TRUNCATE&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;props.conf is simple line break and only time extract.&lt;BR /&gt;
so, transforms.conf is null queue and field extract.&lt;BR /&gt;
Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 05:37:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463149#M130560</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-02T05:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463150#M130561</link>
      <description>&lt;P&gt;I don't think I quite understand, I'm sending a link to the original file.&lt;/P&gt;

&lt;P&gt;See if you can include this file in Splunk within a new type of source code with the regex settings.&lt;/P&gt;

&lt;P&gt;The file should only be opened in notepad or notepad ++&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/"&gt;&lt;/A&gt;&lt;A href="https://www.splunk.com/" target="test_blank"&gt;https://www.splunk.com/&lt;/A&gt; https://www.splunk.com/&lt;/P&gt;

&lt;P&gt;&lt;A href="https://www.splunk.com/"&gt;https://www.splunk.com/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463150#M130561</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T06:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463151#M130562</link>
      <description>&lt;P&gt;I see. my answer is updated.&lt;BR /&gt;
On my splunk, field extractions are good.&lt;BR /&gt;
check and try it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:21:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463151#M130562</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-02T06:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463152#M130563</link>
      <description>&lt;P&gt;Follow my dropbox link with the file&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/s/zrqyiobhvb3jn30/teste.txt?dl=0"&gt;https://www.dropbox.com/s/zrqyiobhvb3jn30/teste.txt?dl=0&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;This file is complete with the complete format, just open it through notepad or notepad ++.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:22:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463152#M130563</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T06:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463153#M130564</link>
      <description>&lt;P&gt;thank you @leandromatpereira &lt;BR /&gt;
I check your log and test&lt;BR /&gt;
On my splunk, both conf are OK.&lt;BR /&gt;
please check my answer(updated) and try it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:37:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463153#M130564</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-02T06:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463154#M130565</link>
      <description>&lt;P&gt;thank you @to4kawa &lt;/P&gt;

&lt;P&gt;Let me see and I will return here.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 06:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463154#M130565</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463155#M130566</link>
      <description>&lt;P&gt;@to4kawa thanks a lot.&lt;/P&gt;

&lt;P&gt;I would just like to check if it is possible that the timestamp is the value of the field "Started running 2020-03-31 22:00:00"&lt;/P&gt;

&lt;P&gt;I analyzed that the timestamp is in the current time and must be at the time the routine was executed.&lt;/P&gt;

&lt;P&gt;Is it also possible that all fields are within the same line?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 07:14:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463155#M130566</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463156#M130567</link>
      <description>&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[mergecsv]
LINE_BREAKER = affected\)([\r\n]+)
REPORT-mergecsv = merge_csv
SEDCMD-footer = s/\(.*\)//g
SEDCMD-header = s/(?ms).*---\s+//g
SHOULD_LINEMERGE = 0
TIME_FORMAT = %F %T
TIME_PREFEX = Executing\s
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[merge_csv]
REGEX = (?-ms)(?&amp;lt;Agent_Name&amp;gt;\w.*)\s+(?&amp;lt;Canal&amp;gt;\d+)\s+?(?&amp;lt;Ramal&amp;gt;\d+)\s+?(?&amp;lt;Id_do_Logger&amp;gt;\d+)\s+?(?&amp;lt;Dia&amp;gt;[\d\/]+)\s+?(?&amp;lt;Chamadas&amp;gt;\d+)
MV_ADD = true
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The way to separate the combined events was pretty tough for me, but I done it.&lt;BR /&gt;
I learned a lot.&lt;/P&gt;

&lt;P&gt;thank you @leandromatpereira &lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2020 09:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463156#M130567</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-02T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463157#M130568</link>
      <description>&lt;P&gt;@to4kawa thanks a lot.&lt;/P&gt;

&lt;P&gt;That way it was indexed is perfect for me, it is possible to extract the fields properly.&lt;/P&gt;

&lt;P&gt;The only problem is with more fields in the file, where Splunk discards many fields, the larger prints and files are below:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://www.dropbox.com/s/6dulocddzhm3dld/splunk.rar?dl=0"&gt;https://www.dropbox.com/s/6dulocddzhm3dld/splunk.rar?dl=0&lt;/A&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 02 Apr 2020 13:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463157#M130568</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-02T13:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463158#M130569</link>
      <description>&lt;P&gt;your csv has only AgentName field.&lt;BR /&gt;
Is there always 6 fields? &lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 11:32:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463158#M130569</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-03T11:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463159#M130570</link>
      <description>&lt;P&gt;The 06 fields are always listed, what changes is the size of the affected lines that is linked to the number of agents.&lt;/P&gt;

&lt;P&gt;Now the fields are always 06 (Agent Name, Channel, Extension, Logger Id, Call Day)&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 12:40:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463159#M130570</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-03T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463160#M130571</link>
      <description>&lt;P&gt;If you want I can add more examples here.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 12:53:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463160#M130571</guid>
      <dc:creator>leandromatperei</dc:creator>
      <dc:date>2020-04-03T12:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extract data from a txt file</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463161#M130572</link>
      <description>&lt;P&gt;add on props.conf&lt;BR /&gt;
&lt;CODE&gt;TRUNCATE = 0&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 00:04:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Extract-data-from-a-txt-file/m-p/463161#M130572</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-04T00:04:51Z</dc:date>
    </item>
  </channel>
</rss>

