<?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 I upload a very large csv file into Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494101#M84388</link>
    <description>&lt;P&gt;4,633 is rows is not too large for a UF.  Does the forwarder log any errors?  Is the customer filtering any data from the file/sourcetype?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 18:43:28 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-01-29T18:43:28Z</dc:date>
    <item>
      <title>How can I upload a very large csv file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494100#M84387</link>
      <description>&lt;P&gt;My customer has some very large csv files that are only updating about 200 events/rows of the data into Splunk.  &lt;/P&gt;

&lt;P&gt;"As per checking MDMS-001_Meter Reads Requested file have 4,633,  but in Splunk it only have 208 events. "&lt;/P&gt;

&lt;P&gt;How can I get the entire csv file to upload?  I am using universal forwarders for the ingest.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 18:31:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494100#M84387</guid>
      <dc:creator>nls7010</dc:creator>
      <dc:date>2020-01-29T18:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload a very large csv file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494101#M84388</link>
      <description>&lt;P&gt;4,633 is rows is not too large for a UF.  Does the forwarder log any errors?  Is the customer filtering any data from the file/sourcetype?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 18:43:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494101#M84388</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-29T18:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload a very large csv file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494102#M84389</link>
      <description>&lt;P&gt;Those are pretty small files.  I regularly upload csv files that are several million records without any issues.&lt;/P&gt;

&lt;P&gt;You probably have a parsing error of some sort.  &lt;/P&gt;

&lt;P&gt;Get a sample file, and try a manual ingestion.  If it is not resolving, that probably indicates that there is a formatting error with the csv file itself.  Look for invalid data fields. &lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 22:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494102#M84389</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2020-01-31T22:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload a very large csv file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494103#M84390</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval _raw="your_csv_copy_and_paste
....."
| multikv forceheader=1
| table your_csv_header
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;maybe, works.&lt;/P&gt;

&lt;P&gt;Why not use &lt;CODE&gt;collect&lt;/CODE&gt; OR &lt;CODE&gt;outputcsv&lt;/CODE&gt; as needed?&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2020 00:49:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-upload-a-very-large-csv-file-into-Splunk/m-p/494103#M84390</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-02-01T00:49:02Z</dc:date>
    </item>
  </channel>
</rss>

