GitHub user selim-namsi reopened a pull request:

    https://github.com/apache/nifi/pull/1108

    NIFI-2565: add Grok parser

    Thank you for submitting a contribution to Apache NiFi.
    
    In order to streamline the review of the contribution we ask you
    to ensure the following steps have been taken:
    
    ### For all changes:
    - [x] Is there a JIRA ticket associated with this PR? Is it referenced 
         in the commit message?
    
    - [x] Does your PR title start with NIFI-XXXX where XXXX is the JIRA number 
you are trying to resolve? Pay particular attention to the hyphen "-" character.
    
    - [ ] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
    
    - [ ] Is your initial contribution a single, squashed commit?
    
    ### For code changes:
    - [x] Have you ensured that the full suite of tests is executed via mvn 
-Pcontrib-check clean install at the root nifi folder?
    - [x] Have you written or updated unit tests to verify your changes?
    - [ ] If adding new dependencies to the code, are these dependencies 
licensed in a way that is compatible for inclusion under [ASF 
2.0](http://www.apache.org/legal/resolved.html#category-a)? 
    - [ ] If applicable, have you updated the LICENSE file, including the main 
LICENSE file under nifi-assembly?
    - [ ] If applicable, have you updated the NOTICE file, including the main 
NOTICE file found under nifi-assembly?
    - [ ] If adding new Properties, have you added .displayName in addition to 
.name (programmatic access) for each of the new properties?
    
    ### For documentation related changes:
    - [ ] Have you ensured that format looks appropriate for the output in 
which it is rendered?
    
    ### Note:
    Please ensure that once the PR is submitted, you check travis-ci for build 
issues and submit an update to your PR as soon as possible.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/selim-namsi/nifi nifi-2565

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1108.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1108
    
----
commit 447c65ec272fd72b8b55a015f36449e387400fe6
Author: Selim Namsi <[email protected]>
Date:   2016-10-05T16:54:37Z

    nifi-2565: add Grok parser

commit 1dffac47057c85c7aba2e0b2a8543eafc88e96be
Author: Selim Namsi <[email protected]>
Date:   2016-10-05T17:17:49Z

    nifi-2656: Update LICENSE after adding Grok Parser

commit c764f83506165c99e77c707e358cb327e9af16b8
Author: Scott Aslan <[email protected]>
Date:   2016-10-05T15:46:48Z

    [NIFI-1904] If open, close hamburger menu on window resize. This closes 
#1106

commit e46fea920af11d2527f4eb4da3a191e309d12618
Author: Scott Aslan <[email protected]>
Date:   2016-10-04T18:13:17Z

    [NIFI-1794] Update .dialog-content to wrap text. This closes #1094

commit da33e2859ce45321d28901e5820c38a37dcfc709
Author: mans2singh <[email protected]>
Date:   2016-07-24T23:18:55Z

    NIFI-2398 - GetIgnite processor
    
    This closes #721.

commit 6ad633d17422f2110645553cb03ae3b364926eee
Author: Scott Aslan <[email protected]>
Date:   2016-10-05T20:00:34Z

    [NIFI-2838] update width of rule name and save message. This closes #1089

commit 6f1af31ff28f60d0eddbee5dafe909bc66cc9c71
Author: Joe N <[email protected]>
Date:   2016-10-03T22:16:14Z

    NIFI-2852 base64 expression language functions
    
    Signed-off-by: jpercivall <[email protected]>

commit 3c8545a90266b8f82a6c541c9a68daad107b0f23
Author: Pierre Villard <[email protected]>
Date:   2016-09-29T20:47:04Z

    NIFI-1912 - PutEmail fixed format when attachment
    
    Correction as suggested by users in JIRA.
    + adding a unit test to check attachments.
    
    This closes: #1081
    
    Signed-off-by: Andre F de Miranda <[email protected]>

commit 3c673972e035f1168e509128150444da78af5292
Author: Matt Gilman <[email protected]>
Date:   2016-10-06T13:29:59Z

    NIFI-2816:
    - Fixing compilation error resulting from the initial NIFI-2816 commit.

commit 8bd85e20853c44bbb33bcad2795bfb4ac8819e1a
Author: Scott Aslan <[email protected]>
Date:   2016-10-05T20:17:32Z

    [NIFI-1792] Clear the selected rule id when deleting the last rule in the 
list. Add scrollable styles when appropriate. Close popups when appropriate. 
This PR also adjusts the position of the table cell nfel and long text editors. 
This closes #1099.

commit 92cca96d49042f9898f93b3a2d2210b924708e52
Author: Mark Payne <[email protected]>
Date:   2016-09-08T23:37:35Z

    NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching 
of FlowFiles within a single publish and to let messages timeout if not 
acknowledged
    
    This closes #1097.
    
    Signed-off-by: Bryan Bende <[email protected]>

commit 53f7a2166360de4f73a2fefbb0e6b6349ba92455
Author: Andrew Lim <[email protected]>
Date:   2016-10-05T15:27:52Z

    NIFI-2691 Replaced references to kerberos/spegno principle with principal 
in nifi.properties and admin guide
    
    This closes: #1105
    
    Signed-off-by: Andre F de Miranda <[email protected]>

commit a4ed622152187155463af2b748c9bf492621bbc7
Author: Bryan Bende <[email protected]>
Date:   2016-10-06T19:19:00Z

    Revert "NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow 
batching of FlowFiles within a single publish and to let messages timeout if 
not acknowledged"
    
    This reverts commit 92cca96d49042f9898f93b3a2d2210b924708e52.

commit b9cb6b1b475eb4688b7cd32f6d343c5dffb20567
Author: Mark Payne <[email protected]>
Date:   2016-09-08T23:37:35Z

    NIFI-2865: Refactored PublishKafka and PublishKafka_0_10 to allow batching 
of FlowFiles within a single publish and to let messages timeout if not 
acknowledged
    
    Signed-off-by: Bryan Bende <[email protected]>

commit 9304df4de060335526d29a77aa093db4004c8b2e
Author: Mark Payne <[email protected]>
Date:   2016-10-06T19:39:24Z

    NIFI-2865: Fixed bug in StreamDemarcator that is exposed when the final bit 
of data in a stream is smaller than the previous and the previous demarcation 
ended on a buffer length boundary
    
    This closes #1110.
    
    Signed-off-by: Bryan Bende <[email protected]>

commit bb6c5d9d4ea02433ee8cb63cd142327c02f6e9da
Author: Matt Gilman <[email protected]>
Date:   2016-10-04T18:52:18Z

    NIFI-2777:
    NIFI-2856:
    - Only performing response merging when the node is the cluster 
cooridinator even if there is a single response.
    - Fixing PropertyDescriptor merging to ensure the 'choosen' descriptor is 
included in map of all responses.
    
    This closes #1095.

commit 09568d092b5329e4732f2e05c10fad181c344b8d
Author: Mark Payne <[email protected]>
Date:   2016-10-05T20:19:55Z

    NIFI-2836:
    - Ensure that we wait until a request is completed before unlocking the 
lock for request replication
    - Ensure that failures do not trigger request completion logic unless the 
failure is the last node to report its status
    - This closes #1109

commit 540ef63efa9d6b2af84f57fe4eae2f08e6dd1693
Author: Koji Kawamura <[email protected]>
Date:   2016-10-04T10:39:36Z

    NIFI-2855: Site-to-Site with port forwarding.
    
    - Added following properties:
      - nifi.web.http.port.forwarding
      - nifi.web.https.port.forwarding
    
    This closes #1100.
    
    Signed-off-by: Koji Kawamura <[email protected]>

commit 69a90bc305626bfcf306c3364d5888e2e3b3abac
Author: Selim Namsi <[email protected]>
Date:   2016-10-05T16:54:37Z

    nifi-2565: add Grok parser

commit 96d5c7f825e959fba72d5aa70483c191af161edc
Author: Selim Namsi <[email protected]>
Date:   2016-10-05T17:17:49Z

    nifi-2656: Update LICENSE after adding Grok Parser

commit 4158cf04873f91f55a9bb7722c0e8d44ccb0bdc8
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T17:25:12Z

    nifi-2565: remove grok patterns file + refactoring

commit 5e4be7fe43c777ef102a3e3fcebd3d7dd7d3a7d3
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T17:36:46Z

    merge

commit 544bfa99c8bd1fb5f9061c89355670e031256a5c
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T17:42:07Z

    nifi-2565: Update LICENSE File

commit f81cd852fd01a51b4b93a2b150669204e03ebd67
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T19:40:18Z

    nifi-2565: exclude test files for Licence checking

commit 201e7ecdc7ec92edd1df40981b89dfad3cc994e2
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T19:41:17Z

    nifi-2565: add apache licence header

commit 5cb2a314c8976951d00bf459ad9f152797b08964
Author: Selim Namsi <[email protected]>
Date:   2016-10-08T19:41:17Z

    nifi-2565: add apache licence header

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to