If you are referring to http://splunkbase.splunk.com/apps/All/3.x/app:Script+for+database+input, I've been able to use it with a Splunk instance of 4.1.5.
... View more
I am encountering the following error when distributing search between a 4.2 search head and a 4.1.5 indexer:
Asynchronous bundle replication might cause (pre 4.2) search peers to run searches with different bundle/config versions. Results might not be correct
Questions:
Is a 4.2 search head designed to be compatible with a pre 4.2 indexer via distributed search?
Is there any way to resolve this error besides upgrading the indexers to 4.2?
... View more
Inside your $SPLUNK_HOME/etc/system/local/indexes.conf, did you apply maxTotalDataSizeMB specifically to an index of your own creation or to [default]?
As a test, create an index [test] and limit the size maxTotalDataSizeMB = 5 and run data through. Check your index size (gui --> manager is fine). If you get a chance, post your indexes.conf.
... View more