<?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: CSV File Ingestion problem in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418994#M73874</link>
    <description>&lt;P&gt;Using "once" it's the same thing that manually index.&lt;BR /&gt;
did you tried crcSalt?&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 12:19:29 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-01-24T12:19:29Z</dc:date>
    <item>
      <title>CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418987#M73867</link>
      <description>&lt;P&gt;Good day sirs, would you be so kind to please help me regarding csv file ingestion? Here's the scenario:&lt;/P&gt;

&lt;P&gt;When I try to upload the csv manually from remote server, the data within it are ingested. But if I monitor it, it wont. This csv was rsynced from remote server to local, I assumed it was because of permission but I checked it wasnt the case. Are there still anything I need to check? Using btool? How? &lt;/P&gt;

&lt;P&gt;Any thoughts will do. Please help. &lt;/P&gt;

&lt;P&gt;Thank you. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 07:44:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418987#M73867</guid>
      <dc:creator>rajyah</dc:creator>
      <dc:date>2019-01-21T07:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418988#M73868</link>
      <description>&lt;P&gt;Hi rajyah,&lt;BR /&gt;
when you say "I monitor" do you mean using a Universal Forwarder?&lt;BR /&gt;
If yes, at first check if it's correctly configured:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;firewall ports are open (check them with &lt;CODE&gt;telnet &amp;lt;Indexer_Ip_Address&amp;gt; 9997&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;Splunk Universal Forwarder is up and running (&lt;CODE&gt;/opt/splunkforwarder/bin/splunk status&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;grants of the csv files are ok (&lt;CODE&gt;644&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;Splunk Forwarder's outputs.conf it's OK (there a room for the Indexer), you can check it searching on Indexer: &lt;CODE&gt;index=_internal host=your_host&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Splunk Forwarder's inputs.conf it's OK (the csv path in the monitor command is correct)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;After these checks, you can analyze your situation.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418988#M73868</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-21T08:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418989#M73869</link>
      <description>&lt;P&gt;Oh, I forgot to mention sir that Im only running single instance without forwarders. I see, so it must be permission. Seems weird though, other CSVs has same grants but was still ingested. Ill double check sir. Thank you and Ill add an update sir after confirming. &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418989#M73869</guid>
      <dc:creator>rajyah</dc:creator>
      <dc:date>2019-01-21T08:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418990#M73870</link>
      <description>&lt;P&gt;Is there a way sir to check the splunkd.log? How? &lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418990#M73870</guid>
      <dc:creator>rajyah</dc:creator>
      <dc:date>2019-01-21T08:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418991#M73871</link>
      <description>&lt;P&gt;Hi rajyah,&lt;BR /&gt;
in this case, check if the path you configured in your inputs.conf is correct, then be sure that this file isn't the copy of another file because Splunk doesn't index twice a file (you can do it only when you manually index).&lt;BR /&gt;
To force to reindex, you can put in your inputs.conf the option &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;crcsalt = &amp;lt;SOURCE&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anf then change the filename.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418991#M73871</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-21T08:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418992#M73872</link>
      <description>&lt;P&gt;you can see splunkd.log directly on you Splunk server at &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/var/log/splunk 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or using Splunk with this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418992#M73872</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-21T08:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418993#M73873</link>
      <description>&lt;P&gt;Sir, I just found an oddity behind this problem. If I use 'index once' instead of 'continous monitoring', the data in csv are indexed but when I choose the latter it doesn't. Please enlighten me. &lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 10:12:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418993#M73873</guid>
      <dc:creator>rajyah</dc:creator>
      <dc:date>2019-01-24T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418994#M73874</link>
      <description>&lt;P&gt;Using "once" it's the same thing that manually index.&lt;BR /&gt;
did you tried crcSalt?&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 12:19:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418994#M73874</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-01-24T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSV File Ingestion problem</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418995#M73875</link>
      <description>&lt;P&gt;Tried crcSalt. Thank you! &lt;/P&gt;</description>
      <pubDate>Mon, 04 Feb 2019 02:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/CSV-File-Ingestion-problem/m-p/418995#M73875</guid>
      <dc:creator>rajyah</dc:creator>
      <dc:date>2019-02-04T02:48:38Z</dc:date>
    </item>
  </channel>
</rss>

