<?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: How can we auto extracted fields from TAB delimited text file with header at index time? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648075#M9574</link>
    <description>&lt;P&gt;Logs are coming from UF, so I have tried INDEXED_EXTRACTION=TSV on indexer which did not work for me, then on search head used following example pattern, which did not work either. So I had to create new field extraction using the UI and there select the tab as delimiter and then rename the fields.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[mysourcetype]
DELIMS = "\t"
FIELDS = field1,f2,fieldthree&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2023 18:16:38 GMT</pubDate>
    <dc:creator>abhisplunk1</dc:creator>
    <dc:date>2023-06-23T18:16:38Z</dc:date>
    <item>
      <title>How can we auto extracted fields from TAB delimited text file with header at index time?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/646962#M9539</link>
      <description>&lt;P&gt;Hi here is sample format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Audit Log ID KMA ID KMA Name Class Retention Term Operation Condition Severity Audit Log Entry ID Created Date Entity ID Entity Network Address Message Values Solution&lt;BR /&gt;B7086B1B57C6714E00000000009D00B1 B7086B1B57C6714E CA4SICLKMA1 Audit Log Management Operations Short Term List Audit Logs Success Success 000109000000 2023-06-05 09:35:11 AKH25wj 30.XXX.XXX.XX No recommended action&lt;BR /&gt;B7086B1B57C6714E00000000009D00AF B7086B1B57C6714E CA4SICLKMA1 Audit Log Management Operations Short Term List Audit Logs Success Success 000109000000 2023-06-05 09:35:06 AKH25wj 30.XXX.XXX.XX No recommended action&lt;BR /&gt;B7086B1B57C6714E00000000009D00AA B7086B1B57C6714E CA4SICLKMA1 Audit Log Management Operations Short Term List Audit Logs Success Success 000109000000 2023-06-05 09:34:17 AKH25wj 30.XXX.XXX.XX No recommended action&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 12:10:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/646962#M9539</guid>
      <dc:creator>abhisplunk1</dc:creator>
      <dc:date>2023-06-14T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can we auto extracted fields from TAB delimited text file with header at index time?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/647006#M9540</link>
      <description>&lt;P&gt;A tab-delimited file is just a CSV that uses tabs instead of commas.&amp;nbsp; Try these props:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[mysourcetype]
INDEXED_EXTRACTIONS = TSV
DATETIME_CONFIG = current&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 16:45:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/647006#M9540</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-06-14T16:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can we auto extracted fields from TAB delimited text file with header at index time?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648075#M9574</link>
      <description>&lt;P&gt;Logs are coming from UF, so I have tried INDEXED_EXTRACTION=TSV on indexer which did not work for me, then on search head used following example pattern, which did not work either. So I had to create new field extraction using the UI and there select the tab as delimiter and then rename the fields.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[mysourcetype]
DELIMS = "\t"
FIELDS = field1,f2,fieldthree&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 18:16:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648075#M9574</guid>
      <dc:creator>abhisplunk1</dc:creator>
      <dc:date>2023-06-23T18:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we auto extracted fields from TAB delimited text file with header at index time?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648078#M9575</link>
      <description>&lt;P&gt;Note that the correct setting name is INDEXED_EXTRACTIONS.&lt;/P&gt;&lt;P&gt;Putting index-time extractions on a search head will not help because extractions are done by indexers and heavy forwarders.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2023 18:32:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648078#M9575</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-06-23T18:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can we auto extracted fields from TAB delimited text file with header at index time?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648120#M9576</link>
      <description>&lt;P&gt;Actually, while "normal" extractions are done on indexers/HFs, indexed extractions are done right on the inputting component even if it's a UF so you need to define INDEXED_EXTRACTIONS on your UF in that case.&lt;/P&gt;&lt;P&gt;Having said that, there is a possibility to use KV_MODE=multi to extract fields from delimited events in search-time.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jun 2023 18:55:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/How-can-we-auto-extracted-fields-from-TAB-delimited-text-file/m-p/648120#M9576</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-06-24T18:55:15Z</dc:date>
    </item>
  </channel>
</rss>

