<?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: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk? in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187709#M7883</link>
    <description>&lt;P&gt;If Im doing it with Splunk web using localhost where would I find the config files?&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jul 2015 16:52:10 GMT</pubDate>
    <dc:creator>alanxu</dc:creator>
    <dc:date>2015-07-02T16:52:10Z</dc:date>
    <item>
      <title>Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187702#M7876</link>
      <description>&lt;P&gt;I want to create a folder on my desktop where I will hold log files for each day. Is there a way when a file is added to the directory it will automatically sync with my splunk database?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Alan&lt;/P&gt;

&lt;P&gt;EDIT: Got it to work. Thanks for all your help! &lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:49:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187702#M7876</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-06-30T21:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187703#M7877</link>
      <description>&lt;P&gt;Assuming your Splunk server is running on your local computer, all you need is an inputs.conf entry like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///path/to/your/folder]
index = your_index
sourcetype = your_sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Splunk will then constantly index new lines added to files in that folder.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:56:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187703#M7877</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-06-30T21:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187704#M7878</link>
      <description>&lt;P&gt;Yes, edit &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/inputs.conf&lt;/CODE&gt; and add it like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\users\*\desktop\splunkme\*]
index=main
sourcetype=constant_deskctop_sync
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jun 2015 21:59:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187704#M7878</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-30T21:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187705#M7879</link>
      <description>&lt;P&gt;Where will I be doing this?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 22:03:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187705#M7879</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-06-30T22:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187706#M7880</link>
      <description>&lt;P&gt;Where will I be doing this?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 22:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187706#M7880</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-06-30T22:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187707#M7881</link>
      <description>&lt;P&gt;If you are new to the configuration file system, definitely read the documentation topics starting with &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/Aboutconfigurationfiles"&gt;About configuration files&lt;/A&gt; in the &lt;EM&gt;Admin Manual&lt;/EM&gt;. You need to understand the directory structure and precedence.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 22:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187707#M7881</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2015-06-30T22:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187708#M7882</link>
      <description>&lt;P&gt;On your desktop server after you install Splunk there (which I thought you had already done).&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jun 2015 22:19:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187708#M7882</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-06-30T22:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187709#M7883</link>
      <description>&lt;P&gt;If Im doing it with Splunk web using localhost where would I find the config files?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187709#M7883</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-07-02T16:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187710#M7884</link>
      <description>&lt;P&gt;If you're on Windows, typically &lt;CODE&gt;C:\Program Files\Splunk\etc&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:53:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187710#M7884</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T16:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187711#M7885</link>
      <description>&lt;P&gt;I found the inputs.config file... Right now all I have is the host = xxxxxxxxxxxxxxxxxx &lt;/P&gt;

&lt;P&gt;And then I added your lines... &lt;BR /&gt;
[monitor:\C:\Users......]&lt;BR /&gt;
index=??&lt;BR /&gt;
sourcetype=???&lt;/P&gt;

&lt;P&gt;My sourcetype changes and what is index? &lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187711#M7885</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-07-02T16:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187712#M7886</link>
      <description>&lt;P&gt;This has an explanation of common keys used: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Editinputs.conf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Editinputs.conf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187712#M7886</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-02T17:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187713#M7887</link>
      <description>&lt;P&gt;I got it to work! Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:56:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187713#M7887</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-07-02T17:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Im testing Splunk locally.. Is there a way to have a folder on my desktop that will constantly sync with splunk?</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187714#M7888</link>
      <description>&lt;P&gt;Got it to work.. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Im-testing-Splunk-locally-Is-there-a-way-to-have-a-folder-on-my/m-p/187714#M7888</guid>
      <dc:creator>alanxu</dc:creator>
      <dc:date>2015-07-02T17:57:30Z</dc:date>
    </item>
  </channel>
</rss>

