Feature #1068
Make input work with system python (for Universal Forwarder support)
Start date:
10/10/2015
Due date:
% Done:
100%
Description
It may be possible to make this input with system Python with a small change to the modular input class. Currently, it uses make_splunkhome_path from splunk.appserver.mrsparkle.lib.util which won't be available on system Python. I could make that optional though.
http://answers.splunk.com/answers/317058/file-meta-data-on-universal-forwarder.html#comment-317425
History
#1 Updated by Luke Murphey about 9 years ago
- Subject changed from Make input work with system python to Make input work with system python (for Universal Forwarder support)
#2 Updated by Luke Murphey about 9 years ago
#3 Updated by Luke Murphey over 8 years ago
- Target version changed from 1.1 to 1.2
#4 Updated by Luke Murphey over 7 years ago
I need to replace normalizeBoolean too.
#5 Updated by Luke Murphey about 7 years ago
- Target version deleted (
1.2)
#6 Updated by Luke Murphey about 7 years ago
http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ModInputsIntro says:
Note: The Splunk universal forwarder does not provide a Python interpreter. If you intend to run the examples on a forwarder host, verify that a Python interpreter is installed on the host or, if necessary, install one.
#7 Updated by Luke Murphey about 7 years ago
- Status changed from New to In Progress
#8 Updated by Luke Murphey about 7 years ago
- Target version set to 1.3
#9 Updated by Luke Murphey about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100