<?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 Ingesting csv files via inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697538#M115704</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im currently working on ingesting 8 csv files from a path using inputs.conf on a UF.&lt;/P&gt;&lt;P&gt;And the data is getting ingested . The issue is these 8 csv files are overwritten daily by new data by a automation script so the data inside the csv file is changed daily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to ingest the complete csv data daily into Splunk , but what I can see is only a small set of data is getting ingested but not the complete csv file data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My inputs.conf is&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;[monitor://C:\file.csv]&lt;BR /&gt;disabled = false&lt;BR /&gt;sourcetype = xyz&lt;BR /&gt;index = abcd&lt;BR /&gt;crcSalt = &amp;lt;DATETIME&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me , whether Im using the correct input or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ultimate requirement is to ingest the complete csv data from the 8 csv files daily into Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2024 03:22:48 GMT</pubDate>
    <dc:creator>Dayalss</dc:creator>
    <dc:date>2024-08-28T03:22:48Z</dc:date>
    <item>
      <title>Ingesting csv files via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697538#M115704</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Im currently working on ingesting 8 csv files from a path using inputs.conf on a UF.&lt;/P&gt;&lt;P&gt;And the data is getting ingested . The issue is these 8 csv files are overwritten daily by new data by a automation script so the data inside the csv file is changed daily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to ingest the complete csv data daily into Splunk , but what I can see is only a small set of data is getting ingested but not the complete csv file data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My inputs.conf is&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;[monitor://C:\file.csv]&lt;BR /&gt;disabled = false&lt;BR /&gt;sourcetype = xyz&lt;BR /&gt;index = abcd&lt;BR /&gt;crcSalt = &amp;lt;DATETIME&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me , whether Im using the correct input or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ultimate requirement is to ingest the complete csv data from the 8 csv files daily into Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 03:22:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697538#M115704</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2024-08-28T03:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting csv files via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697540#M115705</link>
      <description>&lt;P&gt;1. You obviously can't read data from 8 files if you have input set for just one of them &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Leave the crcSalt setting alone. It is very very rarely needed. Usually you should rather set initCrcLength if the files have common header/preamble&lt;/P&gt;&lt;P&gt;3. What do you mean by "small set of data is being ingested"?&lt;/P&gt;&lt;P&gt;4. Did you check&lt;/P&gt;&lt;PRE&gt;splunk list monitor&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;splunk list inputstatus&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Aug 2024 05:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697540#M115705</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-28T05:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting csv files via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697542#M115706</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the confusion , I just pasted a single input stanza , however I have 8 different monitoring stanza's in my inputs.conf and they are all working and ingesting the data.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;crcSalt = &amp;lt;DATETIME&amp;gt;&lt;BR /&gt;What It Does: This setting includes the file's last modification time in the checksum calculation.&lt;/P&gt;&lt;P&gt;Use Case: It's useful when you want Splunk to reindex the file if the file's last modified timestamp changes, even if the content stays the same.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So for my usecase I need to ingest the complete csv file data daily , so used crcSalt = &amp;lt;DATETIME&amp;gt;. (Im doing right or wrong , please correct)&lt;/P&gt;&lt;P&gt;Small set of data means only getting few rows data from the csv file and not the complete csv data.&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 05:42:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697542#M115706</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2024-08-28T05:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting csv files via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697579#M115709</link>
      <description>&lt;P&gt;About the number of files - yes, I figured as much. It was suppose to be a little joke to lighten the mood a bit. Maybe a missed one. Nevermind.&lt;/P&gt;&lt;P&gt;"What It Does: This setting includes the file's last modification time in the checksum calculation." - No, it does not. It includes literal "DATETIME" string in CRC calculation (which doesn't change the situation much). The only possible "dynamic" setting specified in the spec file for inputs.conf is the &amp;lt;SOURCE&amp;gt; setting which is substituted with each file's path. Other than that, the strings are constant literals.&lt;/P&gt;&lt;P&gt;Are the files updated or fully rewritten?&lt;/P&gt;&lt;P&gt;As usual with any problems with ingesting files, the first debugging steps are to run&lt;/P&gt;&lt;PRE&gt;splunk list monitor&lt;/PRE&gt;&lt;P&gt;and&lt;/P&gt;&lt;PRE&gt;splunk list inputstatus&lt;/PRE&gt;&lt;P&gt;and see if there's something unusual about those files&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 11:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697579#M115709</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-08-28T11:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ingesting csv files via inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697580#M115710</link>
      <description>&lt;P&gt;Yes the files are getting fully overwritten and checked the input status and no issues found.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 11:30:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Ingesting-csv-files-via-inputs-conf/m-p/697580#M115710</guid>
      <dc:creator>Dayalss</dc:creator>
      <dc:date>2024-08-28T11:30:53Z</dc:date>
    </item>
  </channel>
</rss>

