From issues-return-63807-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Sat Sep 1 04:16:06 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 37FA8180663 for ; Sat, 1 Sep 2018 04:16:06 +0200 (CEST) Received: (qmail 4972 invoked by uid 500); 1 Sep 2018 02:16:05 -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 4963 invoked by uid 99); 1 Sep 2018 02:16:05 -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:05 +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 E43AE182487 for ; Sat, 1 Sep 2018 02:16:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.3 X-Spam-Level: X-Spam-Status: No, score=-110.3 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_SHORT=0.001, 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-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1m_tlt5jEysX 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-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B76EB5F3D0 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 EA954E25AA 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 CE8CB26B62 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= 481#comment-16599481 ]=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_r214501429 =20 --- Diff: nifi-nar-bundles/nifi-network-bundle/nifi-network-utils/pom.x= ml --- @@ -0,0 +1,43 @@ + + + +=09 +=09=09nifi-network-bundle +=09=09org.apache.nifi +=09=091.8.0-SNAPSHOT +=09 +=094.0.0 +=09nifi-network-utils +=09jar +=09 +=09=09 +=09=09=09com.fasterxml.jackson.core +=09=09=09jackson-databind +=09=09=092.7.8 --- End diff -- =20 Should be 2.9.5 to keep things consistent. > 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)