From issues-return-63809-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Sat Sep 1 04:16:07 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1D49F180663 for ; Sat, 1 Sep 2018 04:16:06 +0200 (CEST) Received: (qmail 5179 invoked by uid 500); 1 Sep 2018 02:16:06 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 5093 invoked by uid 99); 1 Sep 2018 02:16:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Sep 2018 02:16:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id BAE64182487 for ; Sat, 1 Sep 2018 02:16:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id QJwpVD7WdLx9 for ; Sat, 1 Sep 2018 02:16:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9E5375F419 for ; Sat, 1 Sep 2018 02:16:03 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 98DEAE0E5D for ; Sat, 1 Sep 2018 02:16:02 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id BF8CB26B58 for ; Sat, 1 Sep 2018 02:16:01 +0000 (UTC) Date: Sat, 1 Sep 2018 02:16:01 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-5327) NetFlow Processors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-5327?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16599= 479#comment-16599479 ]=20 ASF GitHub Bot commented on NIFI-5327: -------------------------------------- Github user MikeThomsen commented on a diff in the pull request: https://github.com/apache/nifi/pull/2820#discussion_r214501416 =20 --- Diff: nifi-nar-bundles/nifi-network-bundle/nifi-network-processors/= src/main/resources/docs/org.apache.nifi.processors.network.ParseNetflowv5/a= dditionalDetails.html --- @@ -0,0 +1,74 @@ + + + + + +Netflowv5Parser + + + + +=09

+=09=09Netflowv5Parser processor parses the ingress netflowv5 datagram = format +=09=09and transfers it either as flowfile attributes or JSON object. +=09=09Netflowv5 format has predefined schema named "template" for pars= ing +=09=09the netflowv5 record. More information: RFC-netflowv5 +=09

--- End diff -- =20 My $0.02 is that we keep this as-is and have a separate, record-based v= ersion of this. So I'm fine with this. > NetFlow Processors > ------------------ > > Key: NIFI-5327 > URL: https://issues.apache.org/jira/browse/NIFI-5327 > Project: Apache NiFi > Issue Type: New Feature > Components: Core Framework > Affects Versions: 1.6.0 > Reporter: Prashanth Venkatesan > Assignee: Prashanth Venkatesan > Priority: Major > > As network traffic data scopes for the big data use case, would like NiFi= to have processors to support parsing of those protocols. > Netflow is a protocol introduced by Cisco that provides the ability to co= llect IP network traffic as it enters or exits an interface and is describe= d in detail in here: > [https://www.cisco.com/c/en/us/td/docs/net_mgmt/netflow_collection_engine= /3-6/user/guide/format.html] > =C2=A0 > Currently, I have created the following processor: > *ParseNetflowv5*:=C2=A0 Parses the ingress netflowv5 bytes and ingest as = either NiFi flowfile attributes or as a JSON content. This also sends one-t= ime-template. > =C2=A0 > Further ahead, we can add many processor specific to network protocols in= this nar bundle. > I will create a pull request. -- This message was sent by Atlassian JIRA (v7.6.3#76005)