<?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: tab delimited file not getting split in the indexer in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/tab-delimited-file-not-getting-split-in-the-indexer/m-p/404509#M94110</link>
    <description>&lt;P&gt;Hi @hemanthhebburshekar,&lt;/P&gt;

&lt;P&gt;Please try to configure props.conf on Universal Forwarder only with below config and remove other configuration files.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SplunkJobLog_csv]
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = "ORDERID","JOBNAME","TYPE","ODATE","STATE","STATUS","FILENAME","APPLICATION","SUBAPPLICATION","STARTED","ENDED","TIME_OF_LOG_GEN"

[SplunkDbLog_csv]
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = "coord_member","application_handle","application_name","session_auth_id","client_applname","elapsed_time_sec","activity_state","activity_type","total_cpu_time","total_cpu_time_ml","rows_read","rows_returned","query_cost_estimate","direct_reads","direct_writes","stmt_text","ts"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then restart splunkforwarder.&lt;/P&gt;

&lt;P&gt;EDIT: Updated props.conf configuration.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Oct 2018 12:04:43 GMT</pubDate>
    <dc:creator>harsmarvania57</dc:creator>
    <dc:date>2018-10-02T12:04:43Z</dc:date>
    <item>
      <title>tab delimited file not getting split in the indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/tab-delimited-file-not-getting-split-in-the-indexer/m-p/404508#M94109</link>
      <description>&lt;P&gt;Hi &lt;BR /&gt;
I am new to splunk &lt;BR /&gt;
Am trying to split Tab delimited file in the indexer . &lt;BR /&gt;
Below are the entries of the different config files . &lt;BR /&gt;
In spite of these the data that gets ingested in splunk is not split by field names .&lt;/P&gt;

&lt;P&gt;What am i doing wrong ?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5864iD23DCEFA549D58D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Entries : &lt;BR /&gt;
/opt/apps/splunkforwarder/etc/apps/DtuApp/local&amp;gt;vi props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SplunkJobLog_csv]
SHOULD_LINEMERGE = False
pulldown_type = 1
REPORT-myname = getJobLogData




[SplunkDbLog_csv]
SHOULD_LINEMERGE = False
pulldown_type = 1
REPORT-myname = getDbLogData
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/apps/splunkforwarder/etc/apps/DtuApp/local&amp;gt;cat transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[getJobLogData]
DELIMS = "\t"
FIELDS = "ORDERID","JOBNAME","TYPE","ODATE","STATE","STATUS","FILENAME","APPLICATION","SUBAPPLICATION","STARTED","ENDED","TIME_OF_LOG_GEN"

[getDbLogData]
DELIMS = "\t"
FIELDS = "coord_member","application_handle","application_name","session_auth_id","client_applname","elapsed_time_sec","activity_state","activity_type","total_cpu_time","total_cpu_time_ml","rows_read","rows_returned","query_cost_estimate","direct_reads","direct_writes","stmt_text","ts"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;/opt/apps/splunkforwarder/etc/apps/DtuApp/local&amp;gt;cat inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[default]
host=xxxxxxx
[monitor:///data/logs/splunk_logs/Job_status_logs/*.log]
_TCP_ROUTING = DtuSplunk
disabled=false
index = 140868736_dtu_idx3
sourcetype=SplunkJobLog_csv
crcSalt = &amp;lt;SOURCE&amp;gt;

[default]
host=xxxxxxxxx

[monitor:///data/logs/splunk_logs/Other_logs/*.log]
_TCP_ROUTING = DtuSplunk
disabled=false
index = 140868736_dtu_idx3
sourcetype=SplunkDbLog_csv
crcSalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Output.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  [tcpout]
    defaultGroup=DtuSplunk
    [tcpout:DtuSplunk]
    server= &amp;lt;splunk_ip&amp;gt;:13938
    useACK = true&amp;nbsp;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Oct 2018 02:06:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/tab-delimited-file-not-getting-split-in-the-indexer/m-p/404508#M94109</guid>
      <dc:creator>hemanthhebbursh</dc:creator>
      <dc:date>2018-10-02T02:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: tab delimited file not getting split in the indexer</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/tab-delimited-file-not-getting-split-in-the-indexer/m-p/404509#M94110</link>
      <description>&lt;P&gt;Hi @hemanthhebburshekar,&lt;/P&gt;

&lt;P&gt;Please try to configure props.conf on Universal Forwarder only with below config and remove other configuration files.&lt;/P&gt;

&lt;P&gt;props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SplunkJobLog_csv]
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = "ORDERID","JOBNAME","TYPE","ODATE","STATE","STATUS","FILENAME","APPLICATION","SUBAPPLICATION","STARTED","ENDED","TIME_OF_LOG_GEN"

[SplunkDbLog_csv]
INDEXED_EXTRACTIONS = TSV
FIELD_NAMES = "coord_member","application_handle","application_name","session_auth_id","client_applname","elapsed_time_sec","activity_state","activity_type","total_cpu_time","total_cpu_time_ml","rows_read","rows_returned","query_cost_estimate","direct_reads","direct_writes","stmt_text","ts"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and then restart splunkforwarder.&lt;/P&gt;

&lt;P&gt;EDIT: Updated props.conf configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 12:04:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/tab-delimited-file-not-getting-split-in-the-indexer/m-p/404509#M94110</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2018-10-02T12:04:43Z</dc:date>
    </item>
  </channel>
</rss>

