<?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 Issues ingesting csv through file monitor in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Issues-ingesting-csv-through-file-monitor/m-p/581104#M102481</link>
    <description>&lt;P&gt;I recently set up a Splunk UF on a Windows server that did not have it. As part of that process I deployed the same deployment client that was used with all the other servers. My only goal for now is to do file monitoring from this specific server and to start I wanted to monitor a file location of a csv.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The inputs.conf file looks like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[default]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;host=SERVER1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[monitor://E:\Scripts\S_M\T_I\abipdb.csv]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sourcetype=abipdb-csv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;index=abipdbindex&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;disabled = 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The outputs.conf file was copied from one of the server locations with a UF that work fine. The events should be forwarding the data to an indexer cluster:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;defaultGroup=indexers_1,indexers_2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout:&amp;nbsp;indexers_1]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;server=10.##.##.##, 10.##.##.##&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout: indexers_2]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;server=10.##.##.##, 10.##.##.##&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The splunkd.log shows that the above file location was added to watch. I did deploy an app with the new&amp;nbsp;&lt;EM&gt;abipdbindex&amp;nbsp;&lt;/EM&gt;to the indexer cluster and I can see that index in the index list for each indexer (when checking in Splunk Web). I have a props.conf file set up for that sourcetype:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[abipdb-csv]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIELD_DELIMITER=,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIELD_NAMES=column1, column2, column3 etc... (column names match the column names in the csv file)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;All the above conf files are stored in system\local and there is no other apps set up on this UF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the index has not ingested any events successfully. What could be set up incorrectly and why is the csv file not being ingested properly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jan 2022 14:37:45 GMT</pubDate>
    <dc:creator>Dmikos1271</dc:creator>
    <dc:date>2022-01-14T14:37:45Z</dc:date>
    <item>
      <title>Issues ingesting csv through file monitor</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issues-ingesting-csv-through-file-monitor/m-p/581104#M102481</link>
      <description>&lt;P&gt;I recently set up a Splunk UF on a Windows server that did not have it. As part of that process I deployed the same deployment client that was used with all the other servers. My only goal for now is to do file monitoring from this specific server and to start I wanted to monitor a file location of a csv.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The inputs.conf file looks like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[default]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;host=SERVER1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[monitor://E:\Scripts\S_M\T_I\abipdb.csv]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sourcetype=abipdb-csv&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;index=abipdbindex&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;disabled = 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The outputs.conf file was copied from one of the server locations with a UF that work fine. The events should be forwarding the data to an indexer cluster:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;defaultGroup=indexers_1,indexers_2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout:&amp;nbsp;indexers_1]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;server=10.##.##.##, 10.##.##.##&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[tcpout: indexers_2]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;server=10.##.##.##, 10.##.##.##&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The splunkd.log shows that the above file location was added to watch. I did deploy an app with the new&amp;nbsp;&lt;EM&gt;abipdbindex&amp;nbsp;&lt;/EM&gt;to the indexer cluster and I can see that index in the index list for each indexer (when checking in Splunk Web). I have a props.conf file set up for that sourcetype:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[abipdb-csv]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIELD_DELIMITER=,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FIELD_NAMES=column1, column2, column3 etc... (column names match the column names in the csv file)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;All the above conf files are stored in system\local and there is no other apps set up on this UF.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the index has not ingested any events successfully. What could be set up incorrectly and why is the csv file not being ingested properly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 14:37:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issues-ingesting-csv-through-file-monitor/m-p/581104#M102481</guid>
      <dc:creator>Dmikos1271</dc:creator>
      <dc:date>2022-01-14T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issues ingesting csv through file monitor</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Issues-ingesting-csv-through-file-monitor/m-p/581444#M102509</link>
      <description>&lt;P&gt;The issue was resolved by amending the path from an absolute path &lt;EM&gt;E:\Scripts\S_M\T_I\abipdb.csv&amp;nbsp;&lt;/EM&gt; to &lt;EM&gt;E:\Scripts\S_M\T_I\abipdb*&lt;/EM&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 11:58:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Issues-ingesting-csv-through-file-monitor/m-p/581444#M102509</guid>
      <dc:creator>Dmikos1271</dc:creator>
      <dc:date>2022-01-18T11:58:48Z</dc:date>
    </item>
  </channel>
</rss>

