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
v7.2.1 throws the following exception. Python:3.9.2 DockerImage:nginx
eventgen 2022-04-06 15:08:42 eventgen ERROR MainProcess Unexpected character in found when decoding object value
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/splunk_eventgen/lib/plugins/output/httpevent_core.py", line 136, in updateConfig
self.httpeventServers = json.loads(config.httpeventServers)
ValueError: Unexpected character in found when decoding object value
2022-04-06 15:08:42 eventgen ERROR MainProcess 'HTTPEventOutputPlugin' object has no attribute 'serverPool'
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/splunk_eventgen/lib/plugins/output/httpevent_core.py", line 250, in _sendHTTPEvents
self._transmitEvents(stringpayload)
File "/usr/local/lib/python3.9/dist-packages/splunk_eventgen/lib/plugins/output/httpevent_core.py", line 261, in _transmitEvents
targetServer.append(random.choice(self.serverPool))
AttributeError: 'HTTPEventOutputPlugin' object has no attribute 'serverPool'
2022-04-06 15:08:42 eventgen ERROR MainProcess failed indexing events, reason: 'HTTPEventOutputPlugin' object has no attribute 'serverPool'
v7.2.1 throws the following exception. Python:3.9.2 DockerImage:nginx
EventGen conf file
Running it using
python3 -m splunk_eventgen -v generate -s cyclical.csv eventgen.conf
The text was updated successfully, but these errors were encountered: