Github user charlesporter commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2411#discussion_r164558402
  
    --- Diff: 
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ExtractGrok.java
 ---
    @@ -70,33 +65,51 @@
     @Tags({"grok", "log", "text", "parse", "delimit", "extract"})
     @CapabilityDescription("Evaluates one or more Grok Expressions against the 
content of a FlowFile, " +
         "adding the results as attributes or replacing the content of the 
FlowFile with a JSON " +
    -    "notation of the matched content")
    +    "notation of the matched content\n" +
    --- End diff --
    
    thanks, i will use <br/> instead of \n. and add the notice.  (BTW: It is 
same implementation as was being used before, without credit)


---

Reply via email to