<?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: Cant find data added through inputs.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117957#M24525</link>
    <description>&lt;P&gt;it is located in $SPLUNK_HOME$/etc/system/local. I checked for the typos but everything is fine.Whatever i have posted in the question is what i have given there.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Nov 2014 07:30:20 GMT</pubDate>
    <dc:creator>vaishnavi07</dc:creator>
    <dc:date>2014-11-14T07:30:20Z</dc:date>
    <item>
      <title>Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117946#M24514</link>
      <description>&lt;P&gt;I tried adding the data through inputs.conf. I am trying to add sample log file from my system to the splunk server. I added the below code to inputs.conf and restarted the server but i dont find any data in my index.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Windows\WindowsUpdate.log]
disabled=0
index=windowsupdate_test
sourcetype=windowsupdate
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does anyone know what may be the issue here? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 06:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117946#M24514</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T06:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117947#M24515</link>
      <description>&lt;P&gt;Hi vaishnavi07,&lt;/P&gt;

&lt;P&gt;there is a long list of possible issues here:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;does the user running splunk have read rights on this file?&lt;/LI&gt;
&lt;LI&gt;can you reach the index server from the UF (if you're using an UF, which is an universal forwarder)?&lt;/LI&gt;
&lt;LI&gt;did you check on the source, where you changed the &lt;CODE&gt;inputs.conf&lt;/CODE&gt;, in &lt;CODE&gt;$SPLUNK_HOME\var\log\splunk\splunkd.log&lt;/CODE&gt; for any errors?&lt;/LI&gt;
&lt;LI&gt;did you do an &lt;CODE&gt;all time&lt;/CODE&gt; search on the &lt;CODE&gt;index=windowsupdate_test&lt;/CODE&gt; ?&lt;/LI&gt;
&lt;LI&gt;do you have the permission do search this index?&lt;/LI&gt;
&lt;LI&gt;does this index exist?&lt;/LI&gt;
&lt;LI&gt;typos anywhere?&lt;/LI&gt;
&lt;LI&gt;.......&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;hope this helps to get you started&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 06:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117947#M24515</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-14T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117948#M24516</link>
      <description>&lt;P&gt;Did you search for all time?&lt;BR /&gt;
Did you see any errors at splunkd.log ? &lt;BR /&gt;
Are you using universal forwarder ?&lt;BR /&gt;
 - Check for the outputs.conf file for the correct IP of the indexer your are forwarding .&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117948#M24516</guid>
      <dc:creator>splunker12er</dc:creator>
      <dc:date>2014-11-14T07:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117949#M24517</link>
      <description>&lt;P&gt;Yes i have read rights on the file.  I checked in splunkd.log and there are no entries in it. And also i did an All time search on the index. I have admin rights on the server and i have write permissions on this index.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117949#M24517</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117950#M24518</link>
      <description>&lt;P&gt;The index name is also not there in the splunkd.log. Does this mean there are no errors or it dint add the data at all?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:08:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117950#M24518</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117951#M24519</link>
      <description>&lt;P&gt;When i try adding the same file through UI page it is working. But when i add it through inputs.conf i am not getting the data.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117951#M24519</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117952#M24520</link>
      <description>&lt;P&gt;did you created an index called &lt;CODE&gt;windows update_test&lt;/CODE&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:16:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117952#M24520</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-14T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117953#M24521</link>
      <description>&lt;P&gt;you are aware the fact, that once indexed data will not be re-indexed by Splunk simply because you add once again using a different method? You have to clean the so called &lt;CODE&gt;fishbucket&lt;/CODE&gt; first, this is where Splunk &lt;CODE&gt;saves&lt;/CODE&gt; what already was indexed.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:18:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117953#M24521</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-14T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117954#M24522</link>
      <description>&lt;P&gt;Yes i searched for all time. I only need to add data into my server. For now i am not forwarding the data to any othere server. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117954#M24522</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117955#M24523</link>
      <description>&lt;P&gt;Yes that is fine. Even when i add new data it is not getting added. Anything through inputs.conf is not adding. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:23:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117955#M24523</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117956#M24524</link>
      <description>&lt;P&gt;where is this &lt;CODE&gt;inputs.conf&lt;/CODE&gt; located? check for typos in that file&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117956#M24524</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-14T07:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117957#M24525</link>
      <description>&lt;P&gt;it is located in $SPLUNK_HOME$/etc/system/local. I checked for the typos but everything is fine.Whatever i have posted in the question is what i have given there.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:30:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117957#M24525</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117958#M24526</link>
      <description>&lt;P&gt;run &lt;CODE&gt;$SPLUNK_HOME\bin\splunk cmd btool --debug inputs list monitor&lt;/CODE&gt; and check if your &lt;CODE&gt;monitor stanza&lt;/CODE&gt; is listed&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 07:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117958#M24526</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-11-14T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117959#M24527</link>
      <description>&lt;P&gt;When i run the command it shows that $SPLUNK_HOME should be set. But when i checked in splunk-launch.conf the SPLUNK_HOME is set correctly.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117959#M24527</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2020-09-28T18:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117960#M24528</link>
      <description>&lt;P&gt;When i check splunkd.log it is showing error as path is not aboslute.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 10:16:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117960#M24528</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T10:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117961#M24529</link>
      <description>&lt;P&gt;For a monitor line such as &lt;BR /&gt;
&lt;CODE&gt;[monitor://C:\Windows\WindowsUpdate.log]&lt;/CODE&gt; you will get an error that it is not absolute if you are running on UNIX.  Are you running on UNIX?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 15:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117961#M24529</guid>
      <dc:creator>jrodman</dc:creator>
      <dc:date>2014-11-14T15:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117962#M24530</link>
      <description>&lt;P&gt;Yes am running on linux. Is it not the format?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2014 16:48:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117962#M24530</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-14T16:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117963#M24531</link>
      <description>&lt;P&gt;Hi Jrodman. Can you tell me the format as to how i should provide the path?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2014 03:41:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117963#M24531</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-16T03:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117964#M24532</link>
      <description>&lt;P&gt;Hi Vaishavai07,&lt;/P&gt;

&lt;P&gt;May I know Operating system of the forwarder splunk instance and Receiver splunk instance  ( Indexer)?,hi vaishnavi,&lt;BR /&gt;
may I know from which OS you want to get the data in? OR OS of the forwarder?&lt;BR /&gt;
on which OS u have installed splunk server?  OR OS of the Indexer(Receiver)?&lt;/P&gt;

&lt;P&gt;OS - operating SYstem&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2014 12:30:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117964#M24532</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2014-11-16T12:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cant find data added through inputs.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117965#M24533</link>
      <description>&lt;P&gt;Splunk is installed on linux machine. I am only trying to add the file by adding stanza in inputs.Conf but it is showing error as pathbis not absolute.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Nov 2014 16:39:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cant-find-data-added-through-inputs-conf/m-p/117965#M24533</guid>
      <dc:creator>vaishnavi07</dc:creator>
      <dc:date>2014-11-16T16:39:26Z</dc:date>
    </item>
  </channel>
</rss>

