<?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: How to monitor a folder in Windows ?   C:\Windows\assembly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36294#M6626</link>
    <description>&lt;P&gt;What do you mean by that you want to monitor the assembly directory? This directory mainly consists of binary files, so I'm assuming you don't want to actually index their contents...?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Feb 2013 10:19:49 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2013-02-19T10:19:49Z</dc:date>
    <item>
      <title>How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36292#M6624</link>
      <description>&lt;P&gt;I would like to monitor assembly folder in windows.&lt;BR /&gt;
Path :- C: \Windows \assembly&lt;/P&gt;

&lt;P&gt;I have set the inputs.conf in Universal forwarder as below:&lt;/P&gt;

&lt;P&gt;[monitor://path]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
interval= 00&lt;BR /&gt;
index = Assemby_monitor&lt;BR /&gt;
fullEvent = true&lt;/P&gt;

&lt;P&gt;I have received no data under the Assembly_monitor index .&lt;BR /&gt;
Do i need to set any other properties ?&lt;BR /&gt;
Please help &lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 06:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36292#M6624</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2013-02-19T06:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36293#M6625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;You should check the docs for this file, here.&lt;/P&gt;

&lt;P&gt;Firstly, I would just set the directory in the stanza, like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Windows\assembly]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Secondly, you do not require the "&lt;CODE&gt;interval&lt;/CODE&gt;" parameter, this is for the Script and Perfmon stanzas.&lt;/P&gt;

&lt;P&gt;Thirdly, you do not require the "&lt;CODE&gt;fullEvent&lt;/CODE&gt;" parameter, this is for the FSChange stanza which is deprecated (as v5).&lt;/P&gt;

&lt;P&gt;The following is probably what you want:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Windows\assembly]
index=Assembly_monitor
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;To confirm, are you searching with &lt;CODE&gt;index="Assembly_monitor"&lt;/CODE&gt;? This will be required, unless you allow users to search across this index by default.&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 09:47:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36293#M6625</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2013-02-19T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36294#M6626</link>
      <description>&lt;P&gt;What do you mean by that you want to monitor the assembly directory? This directory mainly consists of binary files, so I'm assuming you don't want to actually index their contents...?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 10:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36294#M6626</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-02-19T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36295#M6627</link>
      <description>&lt;P&gt;[monitor://C:\Windows\assembly]&lt;BR /&gt;
index=Assembly_monitor&lt;/P&gt;

&lt;P&gt;the above stanza forwards no data into Splunk indexer.&lt;/P&gt;

&lt;P&gt;i have set the source type as assembly and modified as below inputs.conf:&lt;BR /&gt;
[monitor://C:\Windows\assembly]&lt;BR /&gt;
index=Assembly_monitor&lt;BR /&gt;
sourcetype=Assembly&lt;/P&gt;

&lt;P&gt;and edited props.conf as :&lt;/P&gt;

&lt;P&gt;[Assembly]&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;/P&gt;

&lt;P&gt;-- Even also i am not getting any data &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;
Please help&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:20:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36295#M6627</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2020-09-28T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36296#M6628</link>
      <description>&lt;P&gt;I can able to get the data into Splunk after i set the props.conf :&lt;BR /&gt;
[Assembly]&lt;BR /&gt;
NO_BINARY_CHECK = true&lt;/P&gt;

&lt;P&gt;Now ,i am getting all the binary data - how can i get the relevant fields ?&lt;BR /&gt;
Like Assembly name, date created , Version ., etc.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:20:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36296#M6628</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2020-09-28T13:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36297#M6629</link>
      <description>&lt;P&gt;You're going about this the wrong way. See answers to previous questions (asked by you...):&lt;/P&gt;

&lt;P&gt;&lt;A href="http://splunk-base.splunk.com/answers/75630/how-to-monitor-assembly-folder-in-windows"&gt;http://splunk-base.splunk.com/answers/75630/how-to-monitor-assembly-folder-in-windows&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/75697/to-monitor-a-file-directory-via-forwarder"&gt;http://splunk-base.splunk.com/answers/75697/to-monitor-a-file-directory-via-forwarder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 14:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36297#M6629</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-02-19T14:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36298#M6630</link>
      <description>&lt;P&gt;Hello Ayn,&lt;/P&gt;

&lt;P&gt;inputs.conf as in Universal forwarder:&lt;/P&gt;

&lt;P&gt;[monitor://C:\Windows\assembly]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = Assembly_Monitor&lt;BR /&gt;
sourcetype = assembly_logs &lt;/P&gt;

&lt;P&gt;props.conf in UF &amp;amp; indexer :&lt;/P&gt;

&lt;P&gt;[assembly_logs]&lt;BR /&gt;
KV_MODE = xml&lt;/P&gt;

&lt;P&gt;But , i am not getting any data into Splunk now .&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:20:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36298#M6630</guid>
      <dc:creator>chimbudp</dc:creator>
      <dc:date>2020-09-28T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36299#M6631</link>
      <description>&lt;P&gt;No, because you're using a monitor input, not fschange. By default Splunk will not read binary files because, well, they're binary and not very useful to work with in Splunk. You should use fschange.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2013 16:06:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36299#M6631</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2013-02-19T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to monitor a folder in Windows ?   C:\Windows\assembly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36300#M6632</link>
      <description>&lt;P&gt;Ayn is trying to help below, you're best replying with actual detail and problems to his responses rather than starting a new question each time you have a reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2013 08:45:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-monitor-a-folder-in-Windows-C-Windows-assembly/m-p/36300#M6632</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-20T08:45:58Z</dc:date>
    </item>
  </channel>
</rss>

