<?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: Multiple file monitors on Windows machine.  Some work only when others are disabled. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635142#M108689</link>
    <description>&lt;P&gt;Actually - I forgot to mention that I doubled the maxKBps from default to 512&lt;/P&gt;&lt;PRE&gt;[thruput]&lt;BR /&gt;maxKBps = 512&lt;/PRE&gt;&lt;P&gt;I was also considering increasing min_batch_size_bytes, but it appears the default is already 25MB.&lt;/P&gt;&lt;P&gt;Also, the documentation states this is global and cannot be configured per input.&amp;nbsp; I assume global as in - per forwarder - but not per input stanza.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;min_batch_size_bytes = &amp;lt;integer&amp;gt;
* Specifies the size, in bytes, of the file/tar after which the
  file is handled by the batch reader instead of the trailing processor.
* Global parameter, cannot be configured per input.
* NOTE: Configuring this to a very small value could lead to backing up of jobs
  at the tailing processor.
* Default: 20971520&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 13:45:40 GMT</pubDate>
    <dc:creator>mburgess97</dc:creator>
    <dc:date>2023-03-20T13:45:40Z</dc:date>
    <item>
      <title>Multiple file monitors on Windows machine- Some work only when others are disabled?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635029#M108663</link>
      <description>&lt;P&gt;I'm having difficulty ingesting log data from flat files into Splunk. I'm monitoring six different directories, each containing 100-1000 log files, some of which are historical and will require less ingestion in the future. However, I'm seeing inconsistent results and not all logs are being ingested properly.&lt;/P&gt;
&lt;P&gt;Here's an example of the issue: When all six monitors are enabled, I don't see any data from [file-monitor5] or [file-monitor6]. If I disable 1-3, I start seeing logs from [file-monitor5], but not [file-monitor6]. I have to disable 1-5 to get logs from [file-monitor6]. The configuration for each monitor is shown below:&lt;/P&gt;
&lt;P&gt;[file-monitor1]&lt;BR /&gt;[file-monitor2]&lt;BR /&gt;[file-monitor3]&lt;BR /&gt;[file-monitor4]&lt;BR /&gt;[file-monitor5]&lt;BR /&gt;[file-monitor6]&lt;/P&gt;
&lt;P&gt;I'm wondering if Splunk doesn't monitor all inputs at the same time or if it ingests monitored files based on timestamp, getting the earliest file in each folder.&amp;nbsp; Here's my current config for the monitors:&lt;/P&gt;
&lt;P&gt;[file-monitor1://C:\example]&lt;BR /&gt;whitelist=.log$|.LOG$&lt;BR /&gt;sourcetype=ex-type&lt;BR /&gt;queue=parsingQueue&lt;BR /&gt;index=test&lt;BR /&gt;disabled=false&lt;/P&gt;
&lt;P&gt;Can anyone provide insight into what might be causing the inconsistent results and what I can do to improve the ingestion process?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 14:53:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635029#M108663</guid>
      <dc:creator>mburgess97</dc:creator>
      <dc:date>2023-03-20T14:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635032#M108665</link>
      <description>&lt;P&gt;Since you don't provide too much details, the answer can only be relatively generic.&lt;/P&gt;&lt;P&gt;There are two possible issues with monitor inputs.&lt;/P&gt;&lt;P&gt;1) The config issue - if you have some overlapping settings, some of them may be overwriting other ones.&lt;/P&gt;&lt;P&gt;2) The performance issue - you can only open so many files until you run out of descriptors.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 15:41:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635032#M108665</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-18T15:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635034#M108667</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/182752"&gt;@mburgess97&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Assuming the monitor stanzas take the correct form:&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example]&lt;BR /&gt;whitelist=.log$|.LOG$&lt;BR /&gt;sourcetype=ex-type&lt;BR /&gt;# let Splunk manage queues unless you have a specific reason to override&lt;BR /&gt;# default behavior&lt;BR /&gt;#queue=parsingQueue&lt;BR /&gt;index=test&lt;BR /&gt;disabled=false&lt;/PRE&gt;&lt;P&gt;this is often a product of how Splunk merges monitor stanzas internally.&lt;/P&gt;&lt;P&gt;Given the following inputs:&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example]&lt;BR /&gt;whitelist = (?i)\.log$&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example]&lt;BR /&gt;whitelist = (?i)\.txt$&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example]&lt;BR /&gt;whitelist = (?i)\.json$&lt;/PRE&gt;&lt;P&gt;view their combination using `splunk cmd btool inputs list' (for .conf file validation) or `splunk show config inputs' (for live configuration):&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example]&lt;BR /&gt;_rcvbuf=1572864&lt;BR /&gt;evt_resolve_ad_obj=0&lt;BR /&gt;host=$decideOnStartup&lt;BR /&gt;index=default&lt;BR /&gt;whitelist=(?i)\.json$&lt;/PRE&gt;&lt;P&gt;and their expansion using `splunk list inputstatus':&lt;/P&gt;&lt;PRE&gt;"C:\Program Files\SplunkUniversalForwarder\bin\splunk.exe" list inputstatus monitor&lt;/PRE&gt;&lt;PRE&gt;C:\example&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\bar.txt&lt;BR /&gt;parent = C:\example&lt;BR /&gt;type = File did not match whitelist '(?i)\.json$'.&lt;BR /&gt;&lt;BR /&gt;C:\example\baz.json&lt;BR /&gt;file position = 75&lt;BR /&gt;file size = 75&lt;BR /&gt;parent = C:\example&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;BR /&gt;&lt;BR /&gt;C:\example\foo.log&lt;BR /&gt;parent = C:\example&lt;BR /&gt;type = File did not match whitelist '(?i)\.json$'.&lt;/PRE&gt;&lt;P&gt;From the command output, you can see the "json" whitelist definition took precedence over the "log" and "txt" whitelist definitions.&lt;/P&gt;&lt;P&gt;When using wildcards in paths, Splunk will merge monitor stanzas in unexpected ways. For example, on my test system, the following stanzas:&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example\*\foo]&lt;BR /&gt;whitelist = (?i)\.log$&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example\*\bar]&lt;BR /&gt;whitelist = (?i)\.txt$&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example\*\baz]&lt;BR /&gt;whitelist = (?i)\.json$&lt;/PRE&gt;&lt;P&gt;expand to:&lt;/P&gt;&lt;PRE&gt;C:\example\*\bar&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\*\baz&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\*\foo&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir&lt;BR /&gt;parent = C:\example\*\foo&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\bar&lt;BR /&gt;parent = C:\example\*\bar&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\bar\bar.txt&lt;BR /&gt;parent = C:\example\*\foo&lt;BR /&gt;type = File did not match whitelist '^C\:\\example\\[^\\]*\\bar$'.&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz&lt;BR /&gt;parent = C:\example\*\baz&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz\baz.json&lt;BR /&gt;parent = C:\example\*\foo&lt;BR /&gt;type = File did not match whitelist '^C\:\\example\\[^\\]*\\bar$'.&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo&lt;BR /&gt;parent = C:\example\*\foo&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo\foo.log&lt;BR /&gt;parent = C:\example\*\foo&lt;BR /&gt;type = File did not match whitelist '^C\:\\example\\[^\\]*\\bar$'.&lt;/PRE&gt;&lt;P&gt;and nothing is read!&lt;/P&gt;&lt;P&gt;The solution is to combine similar input stanzas into one if complex pattern matching is required:&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example\dir]&lt;BR /&gt;whitelist = (?i)C:\\example\\dir\\(?:foo\\[^.]*.log|bar\\[^.]*.txt|baz\\[^.]*.json)$&lt;/PRE&gt;&lt;PRE&gt;C:\example\dir&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\bar&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\bar\bar.txt&lt;BR /&gt;file position = 44&lt;BR /&gt;file size = 44&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz\baz.json&lt;BR /&gt;file position = 75&lt;BR /&gt;file size = 75&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo\foo.log&lt;BR /&gt;file position = 44&lt;BR /&gt;file size = 44&lt;BR /&gt;parent = C:\example\dir&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;/PRE&gt;&lt;P&gt;Alternatively, expand the wildcards as needed in separate input stanzas to specify index, sourcetype, etc. without props or transforms:&lt;/P&gt;&lt;PRE&gt;[monitor://C:\example\dir\foo\*.log]&lt;BR /&gt;sourcetype = foo&lt;BR /&gt;index = foo&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example\dir\bar\*.txt]&lt;BR /&gt;sourcetype = bar&lt;BR /&gt;index = bar&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\example\dir\baz\*.json]&lt;BR /&gt;sourcetype = baz&lt;BR /&gt;index = baz&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\bar\*.txt&lt;BR /&gt;type = directory&lt;/PRE&gt;&lt;PRE&gt;C:\example\dir\bar\bar.txt&lt;BR /&gt;file position = 44&lt;BR /&gt;file size = 44&lt;BR /&gt;parent = C:\example\dir\bar\*.txt&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz\*.json&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\baz\baz.json&lt;BR /&gt;file position = 75&lt;BR /&gt;file size = 75&lt;BR /&gt;parent = C:\example\dir\baz\*.json&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo\*.log&lt;BR /&gt;type = directory&lt;BR /&gt;&lt;BR /&gt;C:\example\dir\foo\foo.log&lt;BR /&gt;file position = 44&lt;BR /&gt;file size = 44&lt;BR /&gt;parent = C:\example\dir\foo\*.log&lt;BR /&gt;percent = 100.00&lt;BR /&gt;type = finished reading&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2023 15:43:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635034#M108667</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2023-03-18T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635046#M108670</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the specifics.&lt;/P&gt;&lt;P&gt;As of right now.&amp;nbsp; When this specific monitor is on [monitor://C:\Program Files\Microsoft\Exchange Server\V15\Logging\Ews] --- it's the only sourcetype that is reporting back to the indexers.&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;#[monitor://C:\inetpub\logs\LogFiles\W3SVC1\*.log]&lt;BR /&gt;#sourcetype=MSWindows:2012:IIS&lt;BR /&gt;#queue=parsingQueue&lt;BR /&gt;#index=exchange&lt;BR /&gt;#disabled=false&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\Program Files\Microsoft\Exchange Server\V15\Logging\Ews]&lt;BR /&gt;whitelist=\.log$|\.LOG$&lt;BR /&gt;sourcetype=MSWindows:2013EWS:IIS&lt;BR /&gt;queue=parsingQueue&lt;BR /&gt;index=exchange&lt;BR /&gt;disabled=false&lt;BR /&gt;initCrcLength=8192&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[monitor://C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\MessageTracking]&lt;BR /&gt;whitelist=\.log$|\.LOG$&lt;BR /&gt;time_before_close = 0&lt;BR /&gt;sourcetype=MSExchange:2013:MessageTracking&lt;BR /&gt;queue=parsingQueue&lt;BR /&gt;index=exchange&lt;BR /&gt;#initCrcLength=8192&lt;BR /&gt;#persistentQueueSize=15MB&lt;BR /&gt;disabled=false&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 Mar 2023 11:46:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635046#M108670</guid>
      <dc:creator>mburgess97</dc:creator>
      <dc:date>2023-03-19T11:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635058#M108675</link>
      <description>&lt;P&gt;Ok. I'll assume that the fact that the inputs are listed twice is due to some mistake with copy-pasting and that you copied it from DS but the app is properly deistributed to UF(s).&lt;/P&gt;&lt;P&gt;I'd say that at first glance the definitions look mostly OK (no need to set queue parameter).&lt;/P&gt;&lt;P&gt;Three basic tools to help with diagnosing such cases (run them all on the UF of course):&lt;/P&gt;&lt;PRE&gt;splunk btool inputs list monitor --debug&lt;BR /&gt;splunk list monitor&lt;BR /&gt;splunk list inputstatus&lt;/PRE&gt;&lt;P&gt;You'll se the effective config on your UF (and which files it comes from) and what the UF is actually monitoring and what is the status of each file.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 09:36:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635058#M108675</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-19T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635063#M108678</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;I'm not sure why the queue parameter was set as it was the default for the TA. I have been using the troubleshooting tools you listed, but the issue appears to have resolved itself after some tinkering.&lt;/P&gt;&lt;P&gt;It turns out that a couple of the monitors had a large number of older files that needed to be ingested first before the newer ones could be picked up. I'm not sure if this is by design in Splunk.&lt;/P&gt;&lt;P&gt;Basically, here's how the files were ingested:&lt;/P&gt;&lt;P&gt;[file-monitor1]&lt;/P&gt;&lt;P&gt;file1.log (date 2/2/23) &amp;lt;-- ingested first&lt;BR /&gt;file2.log (date 2/22/23) &amp;lt;-- ingested second&lt;BR /&gt;file3.log (date 3/15/23) &amp;lt;-- ingested fifth&lt;BR /&gt;[file-monitor2]&lt;/P&gt;&lt;P&gt;file1.log (date 3/14/23) &amp;lt;-- ingested third&lt;BR /&gt;file2.log (date 3/16/23) &amp;lt;-- ingested sixth&lt;BR /&gt;file3.log (date 3/18/23) &amp;lt;-- ingested last&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I assumed that Splunk would read the monitors in tandem, but it seems that the order in which the files were ingested mattered.&lt;/P&gt;&lt;P&gt;Once again, thank you for your help.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 11:57:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635063#M108678</guid>
      <dc:creator>mburgess97</dc:creator>
      <dc:date>2023-03-19T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635064#M108679</link>
      <description>&lt;P&gt;Thank you for the breakdown of how all of this works.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 11:57:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635064#M108679</guid>
      <dc:creator>mburgess97</dc:creator>
      <dc:date>2023-03-19T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635065#M108680</link>
      <description>&lt;P&gt;Yes, the files are read one by one until forwarder catches up with them. So if you have many of big files it might take a while. What's annoying is that forwarder's internal logs are ingested the same way and are sometimes queued at the end.&lt;/P&gt;&lt;P&gt;And check your thruput limits if you're not choking yourself too much.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 13:26:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635065#M108680</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-19T13:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635078#M108684</link>
      <description>&lt;P&gt;A common change I make is increasing limits.conf [default] min_batch_size_bytes to a value somewhat greater than the largest value of maxFileSize in log log.cfg or log-local.cfg. maxFileSize shouldn't be larger than 25MB base 10 in a default configuration, so a min_batch_size_bytes value of e.g.&amp;nbsp;25165824 (25 MiB base 2) is a good starting point.&lt;/P&gt;&lt;P&gt;Increasing min_batch_size_bytes to a value larger than maxFileSize (allowing for variance) will prevent backlogged internal logs from being processed by BatchReader and single-threading the pipeline.&lt;/P&gt;&lt;P&gt;If you need to monitor/tail many long-lived files with sizes less than min_batch_size_bytes, you can increase limits.conf [inputproc] max_fd from 100 to a larger value.&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;noted, you can modify limits.conf [thruput] maxKBps to increase maximum throughput (or set it to 0 to remove the soft limit).&lt;/P&gt;&lt;P&gt;If you have enough local resources, you can also increase server.conf [general]&amp;nbsp;parallelIngestionPipelines from 1to 2 or a higher value, but if this becomes necessary on an endpoint, a deeper review of your logging implementation may be warranted.&lt;/P&gt;&lt;P&gt;I wouldn't recommend changing parallelIngestionPipelines absent a clear requirement. Changes to min_batch_size_bytes, maxKBps, and if needed, max_fd, are usually enough to keep data flowing.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2023 21:58:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635078#M108684</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2023-03-19T21:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635142#M108689</link>
      <description>&lt;P&gt;Actually - I forgot to mention that I doubled the maxKBps from default to 512&lt;/P&gt;&lt;PRE&gt;[thruput]&lt;BR /&gt;maxKBps = 512&lt;/PRE&gt;&lt;P&gt;I was also considering increasing min_batch_size_bytes, but it appears the default is already 25MB.&lt;/P&gt;&lt;P&gt;Also, the documentation states this is global and cannot be configured per input.&amp;nbsp; I assume global as in - per forwarder - but not per input stanza.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;min_batch_size_bytes = &amp;lt;integer&amp;gt;
* Specifies the size, in bytes, of the file/tar after which the
  file is handled by the batch reader instead of the trailing processor.
* Global parameter, cannot be configured per input.
* NOTE: Configuring this to a very small value could lead to backing up of jobs
  at the tailing processor.
* Default: 20971520&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 13:45:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635142#M108689</guid>
      <dc:creator>mburgess97</dc:creator>
      <dc:date>2023-03-20T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple file monitors on Windows machine.  Some work only when others are disabled.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635143#M108690</link>
      <description>&lt;P&gt;Well, just because you doubled it doesn't mean that it's high enough &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But seriously - there is no one "right" value for maxKBps. It depends on how much data you're getting on your UF and how much data your downstream servers (indexers, HFs) can accept. I have some UFs which have 256 kBps thruput limit, but have some that have 8MBps (I don't like setting it to unlimited).&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 13:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Multiple-file-monitors-on-Windows-machine-Some-work-only-when/m-p/635143#M108690</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-03-20T13:53:10Z</dc:date>
    </item>
  </channel>
</rss>

