1.6.5
- search/replace example handler added
1.6.4
1.6.3
1.6.2
1.6.1
- added trial key functionality
1.6
1.5.1
- minor manager xml ui tweak for 7.1
1.5
- Added an activation key requirement , visit http://www.baboonbones.com/#activation to obtain a non-expiring key
- Docs updated
- Splunk 7.1 compatible
1.4
- Updated some jars.
- Added CORS supported to HTTP protocol.
1.3
- Added the latest jython jar to the main classpath because the jython language module that is dynamically installed is missing some useful jython modules ie:json
1.2
- Added an example handler for decompressing gzip content
com.splunk.modinput.protocol.handlerverticle.GZipHandler
1.1
1.0
- Added support for output to be sent via the HTTP Event Collector
0.7
- Enabled TLS1.2 support by default.
- Made the core Modular Input Framework compatible with latest Splunk Java SDK
- Please use a Java Runtime version 7+
- If you need to use SSLv3 , you can turn this on in bin/protocol.py
0.6
- Abstracted the output transport logic out into verticles.
So you can choose from STDOUT (default for Modular Inputs) or bypass this and output
data to Splunk over other transports ie: TCP.
This also makes it easy to add other output transports in the future.
Futhermore , this makes the implementation of custom data handlers much cleaner as you don't have worry about output transport logic or formatting Modular Input Stream XML for STDOUT transports.
0.5