[ 
https://issues.apache.org/jira/browse/NIFI-3238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889350#comment-15889350
 ] 

ASF GitHub Bot commented on NIFI-3238:
--------------------------------------

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

    https://github.com/apache/nifi/pull/1418#discussion_r103597193
  
    --- Diff: 
nifi-nar-bundles/nifi-lumberjack-bundle/nifi-lumberjack-processors/src/main/java/org/apache/nifi/processors/lumberjack/ListenLumberjack.java
 ---
    @@ -62,12 +62,13 @@
     
     import com.google.gson.Gson;
     
    +@Deprecated
     @InputRequirement(InputRequirement.Requirement.INPUT_FORBIDDEN)
     @Tags({"listen", "lumberjack", "tcp", "logs"})
    -@CapabilityDescription("Listens for Lumberjack messages being sent to a 
given port over TCP. Each message will be " +
    +@CapabilityDescription("This processor is deprecated and will be removed 
in the near future. Listens for Lumberjack messages being sent to a given port 
over TCP. Each message will be " +
    --- End diff --
    
    maybe rephrase to "may be removed from the distribution". Deprecated things 
have a tendency to linger ;)


> ListenLumberjack should support the *beat protocol
> --------------------------------------------------
>
>                 Key: NIFI-3238
>                 URL: https://issues.apache.org/jira/browse/NIFI-3238
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Andre F de Miranda
>            Assignee: Andre F de Miranda
>
> ListenLumberjack currently only supports v1 of the Lumberjack protocol. This 
> version has been deprecated in favor of v2, which is used on *beat (e.g. 
> filebeat, packetbeat, etc) edge components of the ELK  stack.
> We should consider deprecating ListenLumberjack or to extend it to handle 
> both v1 and v2 of the protocol.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to