You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the following debug to help determine the base directory from where the relative search for the samples directory happens.
I'm running eventgen as a standalone program and debugging the files that were being searched for in the directory structure took me some time. Perhaps the following might help somebody else.
Change as sed command ....
sed -i 's/ s.sampleDir = os.path.join(base_path, s.sampleDir)/ logger.debug("Using base directory %s" % (base_path) )\n s.sampleDir = os.path.join(base_path, s.sampleDir)/g' ./eventgen/splunk_eventgen/lib/eventgenconfig.py
The text was updated successfully, but these errors were encountered:
I added the following debug to help determine the base directory from where the relative search for the samples directory happens.
I'm running eventgen as a standalone program and debugging the files that were being searched for in the directory structure took me some time. Perhaps the following might help somebody else.
Change as sed command ....
sed -i 's/ s.sampleDir = os.path.join(base_path, s.sampleDir)/ logger.debug("Using base directory %s" % (base_path) )\n s.sampleDir = os.path.join(base_path, s.sampleDir)/g' ./eventgen/splunk_eventgen/lib/eventgenconfig.py
The text was updated successfully, but these errors were encountered: