<?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: Need to ingest structured data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427567#M74915</link>
    <description>&lt;P&gt;See this. (even though file extension is not CSV, data is, so you'd need to create a custom sourcetype with field extraction configuration mentioned in below link)&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/7.2.4/Data/Extractfieldsfromfileswithstructureddata"&gt;https://docs.splunk.com/Documentation/SplunkCloud/7.2.4/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You may have to remove &lt;CODE&gt;#Fields:&lt;/CODE&gt; from the data, so look for &lt;CODE&gt;[ExtractCorrectHeaders]&lt;/CODE&gt; in above link.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Apr 2019 14:30:50 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2019-04-26T14:30:50Z</dc:date>
    <item>
      <title>Need to ingest structured data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427566#M74914</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I need to ingest the structure data but the file is not in csv format. however data inside it is structured. below is the log format which i want to index. can anyone help me with the instruction how we can do this. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#Fields: event,computer,operator,source,sourceid,executionid,starttime,endtime,datacode,databytes,message
PackageStart,pppep2413,MS\test,Spettl_tset,{43474344gfg94341B9-4186-gfC4-102E3fgfg0},{cgfgfg-bgfdf-4FFA-gggg-0C57996},2/17/2015 11:37:30 AM,2/17/2015 11:37:30 AM,0,0x,Beginning of package execution.
OnPreExecute,pppep2413,MS\test,Spettl_tset,{43474344E55-94341B9-4186-B5C4-C1fgfgfgfg0},{fgdfgdf-ggfgfD-gdf-A679-0C546CC47996},2/17/2015 11:37:30 AM,2/17/2015 11:37:30 AM,0,0x,(null)
OnPreExecute,pppep2413,MS\test,Get Trigger ID,{4A50954F-137E-4CDD-A20F-fgfg},{fsdfgfgfsdf5-CedD-4FFA-A679-0436CC47996},2/17/2015 11:37:30 AM,2/17/2015 11:37:30 AM,0,0x,(null)
g
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Apr 2019 12:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427566#M74914</guid>
      <dc:creator>csharm21</dc:creator>
      <dc:date>2019-04-26T12:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need to ingest structured data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427567#M74915</link>
      <description>&lt;P&gt;See this. (even though file extension is not CSV, data is, so you'd need to create a custom sourcetype with field extraction configuration mentioned in below link)&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/7.2.4/Data/Extractfieldsfromfileswithstructureddata"&gt;https://docs.splunk.com/Documentation/SplunkCloud/7.2.4/Data/Extractfieldsfromfileswithstructureddata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You may have to remove &lt;CODE&gt;#Fields:&lt;/CODE&gt; from the data, so look for &lt;CODE&gt;[ExtractCorrectHeaders]&lt;/CODE&gt; in above link.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 14:30:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427567#M74915</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-04-26T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need to ingest structured data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427568#M74916</link>
      <description>&lt;P&gt;Thanks @somesoni2 I was following this document but still confused how to start. would it be possible for you to share one example for me to create props and input with above data to remove #Fields:&lt;/P&gt;</description>
      <pubDate>Fri, 26 Apr 2019 14:50:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427568#M74916</guid>
      <dc:creator>csharm21</dc:creator>
      <dc:date>2019-04-26T14:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need to ingest structured data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427569#M74917</link>
      <description>&lt;P&gt;Give this a try (on your forwarder)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[YourSourcetypeHere]
FIELD_HEADER_REGEX=\#Fields\:\s(.*)
FIELD_DELIMITER=,
TIMESTAMP_FIELDS = starttime
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Apr 2019 15:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-to-ingest-structured-data/m-p/427569#M74917</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-04-26T15:35:00Z</dc:date>
    </item>
  </channel>
</rss>

