fgerlits commented on code in PR #1827:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1827#discussion_r1650959734
##########
docker/test/integration/minifi/processors/PutSplunkHTTP.py:
##########
@@ -24,7 +24,8 @@ def __init__(self, context, schedule={'scheduling strategy':
'EVENT_DRIVEN'}):
clazz='PutSplunkHTTP',
properties={
'Hostname': 'splunk',
- 'Port': '8088'
+ 'Port': '8088',
+ 'Token': 'Splunk 176fae97-f59d-4f08-939a-aa6a543f2485'
Review Comment:
Where does this token come from? Can I write "Splunk " followed by any UUID?
A comment could be useful to explain.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]