-
Notifications
You must be signed in to change notification settings - Fork 378
Closed
Description
The example code for Streaming Search commands, does not work in a distributed search environment, because the %app%/lib directory is not included in bundle replication.
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib")) |
The lib directory needs to instead be located inside bin, or a distsearch.conf should be included, or I guess a note about it has to be installed on the indexers just so it has access to Splunklib.
Metadata
Metadata
Assignees
Labels
No labels