lordgamez commented on code in PR #1827:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1827#discussion_r1650972582


##########
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:
   The token is composed of "Splunk" followed by the uuid of the http event 
collector token which is a uuid. This uuid is the uuid of the default 
`splunk_hec_token` event collector contained in the splunk docker image.



##########
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:
   The token is composed of "Splunk" followed by the uuid of the http event 
collector token which is a uuid. This uuid is the uuid of the default 
`splunk_hec_token` event collector contained in the splunk docker image. I can 
add a comment to clarify.



-- 
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]

Reply via email to