<?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 Wrong indexed fields. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466428#M80345</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to index this csv file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;run_time;field1;field2;field3;field4;field5;field6;field7;field8;
80s;"iField_value1":18;"iField_value2":524;"iField_value3":2004;"iField_value4":2;"iField_value5":19;"iField_value6":500;"iField_value7":2004;"iField_value8":21;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs.conf is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://\\srv\Log Sicherung\]
disabled = false
index = machinedata_w48
sourcetype = systest
crcSalt=&amp;lt;SOURCE&amp;gt;
ignoreOlderThan = 24h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and props.conf is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[systest]
BREAK_ONLY_BEFORE_DATE = 
CHARSET = WINDOWS-1252
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In splunk will be indexed only&lt;BR /&gt;
run_time;field1&lt;BR /&gt;
and the field1 with the value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"iField_value1":18;"iField_value2":524;"iField_value3":2004;"iField_value4":2;"iField_value5":19;"iField_value6":500;"iField_value7":2004;"iField_value8":21;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you help me, please, how to solve this problem? I want to have indexed all fields* with proper values (separated with ;).&lt;/P&gt;</description>
    <pubDate>Fri, 03 Apr 2020 11:52:52 GMT</pubDate>
    <dc:creator>spisiakmi</dc:creator>
    <dc:date>2020-04-03T11:52:52Z</dc:date>
    <item>
      <title>Wrong indexed fields.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466428#M80345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to index this csv file:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;run_time;field1;field2;field3;field4;field5;field6;field7;field8;
80s;"iField_value1":18;"iField_value2":524;"iField_value3":2004;"iField_value4":2;"iField_value5":19;"iField_value6":500;"iField_value7":2004;"iField_value8":21;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;inputs.conf is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://\\srv\Log Sicherung\]
disabled = false
index = machinedata_w48
sourcetype = systest
crcSalt=&amp;lt;SOURCE&amp;gt;
ignoreOlderThan = 24h
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and props.conf is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[systest]
BREAK_ONLY_BEFORE_DATE = 
CHARSET = WINDOWS-1252
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
category = Structured
description = Comma-separated value format. Set header and other settings in "Delimited Settings"
disabled = false
pulldown_type = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In splunk will be indexed only&lt;BR /&gt;
run_time;field1&lt;BR /&gt;
and the field1 with the value:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;"iField_value1":18;"iField_value2":524;"iField_value3":2004;"iField_value4":2;"iField_value5":19;"iField_value6":500;"iField_value7":2004;"iField_value8":21;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can you help me, please, how to solve this problem? I want to have indexed all fields* with proper values (separated with ;).&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2020 11:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466428#M80345</guid>
      <dc:creator>spisiakmi</dc:creator>
      <dc:date>2020-04-03T11:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong indexed fields.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466429#M80346</link>
      <description>&lt;P&gt;You've told Splunk the fields are separated by commas yet there are no commas in the data.  That's why everything ends up in one field.&lt;/P&gt;

&lt;P&gt;Try these props.conf settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[systest]
DATETIME_CONFIG = CURRENT
INDEXED_EXTRACTIONS = csv
KV_MODE = none
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
FIELD_DELIMITER = ;
HEADER_FIELD_DELIMITER = ;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Apr 2020 12:52:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466429#M80346</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-03T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong indexed fields.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466430#M80347</link>
      <description>&lt;P&gt;Hi richgalloway. Thank you for your reaction. Unfortunately it didn't work. Nothing changed.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:23:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-indexed-fields/m-p/466430#M80347</guid>
      <dc:creator>spisiakmi</dc:creator>
      <dc:date>2020-04-14T14:23:56Z</dc:date>
    </item>
  </channel>
</rss>

