fgerlits commented on code in PR #1483:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1483#discussion_r1101490310


##########
extensions/splunk/PutSplunkHTTP.h:
##########
@@ -40,7 +40,23 @@ class PutSplunkHTTP final : public SplunkHECProcessor {
   PutSplunkHTTP& operator=(PutSplunkHTTP&&) = delete;
   ~PutSplunkHTTP() override = default;
 
-  EXTENSIONAPI static constexpr const char* Description = "Sends the flow file 
contents to the specified Splunk HTTP Event Collector over HTTP or HTTPS. 
Supports HEC Index Acknowledgement.";
+  EXTENSIONAPI static constexpr const char* Description =
+      "Sends the flow file contents to the specified Splunk HTTP Event 
Collector (see 
https://docs.splunk.com/Documentation/SplunkCloud/latest/Data/UsetheHTTPEventCollector)
 over HTTP or HTTPS.\n"
+      "\n"
+      "The \"Source\", \"Source Type\", \"Host\" and \"Index\" properties are 
optional and will be set by Splunk if unspecified. If set,\n"

Review Comment:
   I think it's useful if `PROCESSORS.md` can be read in both a markdown reader 
(eg. the GitHub UI) and as a plain text file (eg. in `less` or `vim`).  
Newlines are useful in the second case, and harmless in the first case.



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to