<?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: File Metadata only indexing on Splunk Startup in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292208#M34900</link>
    <description>&lt;P&gt;This looks like a bug. I'm fixing it under this ticket: &lt;A href="https://lukemurphey.net/issues/1797"&gt;https://lukemurphey.net/issues/1797&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm planning on releasing it in a maintenance release (1.1.2).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;This is now fixed in version 1.1.2 (or later). Download it here: &lt;A href="https://splunkbase.splunk.com/app/2776/"&gt;https://splunkbase.splunk.com/app/2776/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 18:36:55 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2017-03-23T18:36:55Z</dc:date>
    <item>
      <title>File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292205#M34897</link>
      <description>&lt;P&gt;So I've deployed the File Meta Data app to a heavy forwarder running on Linux,   If I restart splunk the directory information is sent to the indexer at that time and never again.    I created a 2nd app and deployed that to a Windows server with a Heavy Forwarder and that will index the contents of the directory on the scheduled interval.&lt;/P&gt;

&lt;P&gt;Any suggestions on how to get the Linux data indexed would be great.&lt;/P&gt;

&lt;P&gt;[file_meta_data://host_scripts]&lt;BR /&gt;
file_hash_limit = 500MB&lt;BR /&gt;
file_path = /path/scripts&lt;BR /&gt;
host = host&lt;BR /&gt;
include_file_hash = 0&lt;BR /&gt;
index = filemon&lt;BR /&gt;
interval = 10m&lt;BR /&gt;
only_if_changed = 0&lt;BR /&gt;
recurse = 1&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292205#M34897</guid>
      <dc:creator>jhankee</dc:creator>
      <dc:date>2020-09-29T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292206#M34898</link>
      <description>&lt;P&gt;Could you let me know if you see anything worth noting when you run the following search?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal (sourcetype=file_meta_data_modular_input OR (ExecProcessor "file_meta_data"  sourcetype=splunkd))
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Tracebacks would be of particular interest.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 17:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292206#M34898</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-03-23T17:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292207#M34899</link>
      <description>&lt;P&gt;thanks for getting back to me. so nothing in splunkd after the startup relating to "file_meta_data", I found this in the "splunk/var/log/splunk/file_meta_data_modular_input.log", these are the last lines: &lt;/P&gt;

&lt;P&gt;2017-03-22 18:19:02,856 INFO Time is later than filter, st_mtime=1490213086.0038838, must_be_later_than=None, path='/lawprd/scripts'&lt;BR /&gt;
2017-03-22 18:19:02,856 INFO Completed retrieval of file data, count=202, path=/lawprd/scripts&lt;BR /&gt;
2017-03-22 18:19:02,861 ERROR Execution failed&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/lawprd/splunk/etc/apps/finapps_lawson_filemon/bin/file_info_app/modular_input.py", line 1320, in execute&lt;BR /&gt;
    self.do_run(in_stream, log_exception_and_continue=True)&lt;BR /&gt;
  File "/lawprd/splunk/etc/apps/finapps_lawson_filemon/bin/file_info_app/modular_input.py", line 1220, in do_run&lt;BR /&gt;
    input_config)&lt;BR /&gt;
  File "/lawprd/splunk/etc/apps/finapps_lawson_filemon/bin/file_meta_data.py", line 508, in run&lt;BR /&gt;
    result['time'] = time.strftime("%a %b %d %H:%M:%S %Y")&lt;BR /&gt;
TypeError: list indices must be integers, not str&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292207#M34899</guid>
      <dc:creator>jhankee</dc:creator>
      <dc:date>2020-09-29T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292208#M34900</link>
      <description>&lt;P&gt;This looks like a bug. I'm fixing it under this ticket: &lt;A href="https://lukemurphey.net/issues/1797"&gt;https://lukemurphey.net/issues/1797&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm planning on releasing it in a maintenance release (1.1.2).&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;This is now fixed in version 1.1.2 (or later). Download it here: &lt;A href="https://splunkbase.splunk.com/app/2776/"&gt;https://splunkbase.splunk.com/app/2776/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 18:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292208#M34900</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-03-23T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292209#M34901</link>
      <description>&lt;P&gt;I'm struggling to figure this out.&lt;/P&gt;

&lt;P&gt;Could you let me know a few things?&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;What version of the app are you using?&lt;/LI&gt;
&lt;LI&gt;Does the input seem to fail on the same file? You might be able to tell by seeing if the logs report the same file before the input fails.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 24 Mar 2017 05:34:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292209#M34901</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-03-24T05:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292210#M34902</link>
      <description>&lt;P&gt;For the record - I'm running 1.1.1.   Upon closer examination there is one directory that I didn't notice that splunk doesn't have access to, I selected a different directory and get the expected results.   So.....my next question is, any recommendations on how to blacklist a directory?  In my case, the directory contains files and several subdirectories, I want to index everything except the the directory called 'admin'&lt;/P&gt;

&lt;P&gt;thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:59:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292210#M34902</guid>
      <dc:creator>jhankee</dc:creator>
      <dc:date>2017-03-24T17:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: File Metadata only indexing on Splunk Startup</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292211#M34903</link>
      <description>&lt;P&gt;I have a fix for this; just running the changes through the final tests.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Apr 2017 05:20:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/File-Metadata-only-indexing-on-Splunk-Startup/m-p/292211#M34903</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2017-04-09T05:20:24Z</dc:date>
    </item>
  </channel>
</rss>

