<?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: Inputs.conf a CSV File From Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520315#M87953</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/162683"&gt;@zekiramhi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;maybe the file was already read and splunk doesn't read twice a file.&lt;/P&gt;&lt;P&gt;To be sure, make these:&lt;/P&gt;&lt;P&gt;change the name of the test file (e.g. Splunk_test1.csv)&lt;/P&gt;&lt;P&gt;modify the inputs.conf in this way:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\Users\testuser\Desktop\Splunk_test1.csv]
index = test
sourcetype = csv
crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;restart Splunk on the universal Forwarder.&lt;/P&gt;&lt;P&gt;In this way you should index the file.&lt;/P&gt;&lt;P&gt;Remember that csv in the only case where props.conf and transforms.conf must be both on Indexer and Universal Forwarder.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2020 12:29:48 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-18T12:29:48Z</dc:date>
    <item>
      <title>Inputs.conf a CSV File From Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520310#M87951</link>
      <description>&lt;P&gt;I have the &lt;STRONG&gt;test&amp;nbsp;&lt;/STRONG&gt;index ready and receiving other API related script outputs. However, I am trying to set up a CSV input towards the same index from a single universal forwarder server. Yet do not have any results coming when the CSV results are searched for.&lt;/P&gt;&lt;P&gt;Path for my inputs.conf : SplunkUniversalForwarder\etc\system\local&lt;/P&gt;&lt;P&gt;I do not have any props.conf or outputs.conf on the specified inputs.conf path, could that be a reason? I am more suspicious of not specifying a "Current Time" Timestamp in the props.conf but I do not know how to accomplish that.&lt;/P&gt;&lt;P&gt;My Current inputs.conf:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\Users\testuser\Desktop\Splunk_test.csv]
index = test
sourcetype = csv
interval = 300&lt;/LI-CODE&gt;&lt;P&gt;I am new to assigning monitoring of files, so assistance towards the matter would be very appreciated.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520310#M87951</guid>
      <dc:creator>zekiramhi</dc:creator>
      <dc:date>2020-09-18T12:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf a CSV File From Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520315#M87953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/162683"&gt;@zekiramhi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;maybe the file was already read and splunk doesn't read twice a file.&lt;/P&gt;&lt;P&gt;To be sure, make these:&lt;/P&gt;&lt;P&gt;change the name of the test file (e.g. Splunk_test1.csv)&lt;/P&gt;&lt;P&gt;modify the inputs.conf in this way:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\Users\testuser\Desktop\Splunk_test1.csv]
index = test
sourcetype = csv
crcSalt = &amp;lt;SOURCE&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;restart Splunk on the universal Forwarder.&lt;/P&gt;&lt;P&gt;In this way you should index the file.&lt;/P&gt;&lt;P&gt;Remember that csv in the only case where props.conf and transforms.conf must be both on Indexer and Universal Forwarder.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520315#M87953</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-18T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf a CSV File From Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520323#M87955</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Giuseppe,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As I have said in my original post, I do not have props.conf or transforms.conf file in my inputs.conf path. Is there a bare minimum that you can show me to put inside those 2 configuration files?&lt;/P&gt;&lt;P&gt;I have done the earlier suggestions but I am still waiting for results.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520323#M87955</guid>
      <dc:creator>zekiramhi</dc:creator>
      <dc:date>2020-09-18T12:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf a CSV File From Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520325#M87956</link>
      <description>&lt;P&gt;Cross that, it actually worked. Thanks a bunch dude!&lt;/P&gt;&lt;P&gt;Happy Splunking!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:54:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520325#M87956</guid>
      <dc:creator>zekiramhi</dc:creator>
      <dc:date>2020-09-18T12:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs.conf a CSV File From Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520327#M87957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/162683"&gt;@zekiramhi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;take a sample of the csv file in your pc and ingest it following the guided procedure [Settings -- Add Data -- Upload].&lt;/P&gt;&lt;P&gt;In this way you can find the correct props.conf to use, then you can copy it in your Universal Forwarder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;in $SPLUNK_HOME\etc\system\local if you're in test,&lt;/LI&gt;&lt;LI&gt;in $SPLUNK_HOME\etc\apps\your_TA\local when you will be in production, where your_TA is a Technical Add-On that contains also inputs.conf.&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: if the answer solves your need, please accept it for the other people of Community and Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 13:00:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-conf-a-CSV-File-From-Universal-Forwarder/m-p/520327#M87957</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-18T13:00:17Z</dc:date>
    </item>
  </channel>
</rss>

