[GitHub] nifi issue #858: NIFI-1971 - Introduce QueryWhois processor

2016-09-17 Thread trixpan
Github user trixpan commented on the issue:

https://github.com/apache/nifi/pull/858
  
@pvillard31 I just noticed the git woes I've noticed before were a bit more 
extensive that I initially realised. Some of the code changes made during code 
review were reverted when forced a push. 

Fixing this up and will let you know when done.

Cheers


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (NIFI-1971) Create a batch capable pseudo-whois ("netcat") enrichment Processor

2016-09-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-1971:
--

Github user trixpan commented on the issue:

https://github.com/apache/nifi/pull/858
  
@pvillard31 I just noticed the git woes I've noticed before were a bit more 
extensive that I initially realised. Some of the code changes made during code 
review were reverted when forced a push. 

Fixing this up and will let you know when done.

Cheers


> Create a batch capable pseudo-whois ("netcat") enrichment Processor
> ---
>
> Key: NIFI-1971
> URL: https://issues.apache.org/jira/browse/NIFI-1971
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.0.0, 0.7.0
>Reporter: Andre
>Assignee: Andre
> Fix For: 1.1.0
>
>
> While the QueryDNS created can be used on low to medium volume enrichment and 
> to licensed DNS based lookups (e.g. commercial use of SpamHaus) many 
> enrichment providers prefer the use of bulk queries using pseudo whois API 
> (a.k.a. netcat interface).
> as documented 
> [here|https://www.shadowserver.org/wiki/pmwiki.php/Services/IP-BGP#toc6] the 
> bulk interfaces work by connecting to port 43/TCP and sending a payload like:
> {code}
> begin origin
> 4.5.4.3
> 17.112.152.32
> 208.77.188.166
> end
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (NIFI-1971) Create a batch capable pseudo-whois ("netcat") enrichment Processor

2016-09-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-1971:
--

Github user trixpan commented on the issue:

https://github.com/apache/nifi/pull/858
  
@pvillard31

Expected error as your regex string has no capture groups. I am not sure if 
I can test the regex contains at least one capture group but will try 


> Create a batch capable pseudo-whois ("netcat") enrichment Processor
> ---
>
> Key: NIFI-1971
> URL: https://issues.apache.org/jira/browse/NIFI-1971
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.0.0, 0.7.0
>Reporter: Andre
>Assignee: Andre
> Fix For: 1.1.0
>
>
> While the QueryDNS created can be used on low to medium volume enrichment and 
> to licensed DNS based lookups (e.g. commercial use of SpamHaus) many 
> enrichment providers prefer the use of bulk queries using pseudo whois API 
> (a.k.a. netcat interface).
> as documented 
> [here|https://www.shadowserver.org/wiki/pmwiki.php/Services/IP-BGP#toc6] the 
> bulk interfaces work by connecting to port 43/TCP and sending a payload like:
> {code}
> begin origin
> 4.5.4.3
> 17.112.152.32
> 208.77.188.166
> end
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] nifi issue #858: NIFI-1971 - Introduce QueryWhois processor

2016-09-17 Thread trixpan
Github user trixpan commented on the issue:

https://github.com/apache/nifi/pull/858
  
@pvillard31

Expected error as your regex string has no capture groups. I am not sure if 
I can test the regex contains at least one capture group but will try 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Commented] (NIFI-1971) Create a batch capable pseudo-whois ("netcat") enrichment Processor

2016-09-17 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on NIFI-1971:
--

Github user pvillard31 commented on the issue:

https://github.com/apache/nifi/pull/858
  
@trixpan 

With:
https://cloud.githubusercontent.com/assets/11541012/18610132/56f7abf0-7d14-11e6-8ac1-aea5e02b63a9.png;>

I have:
https://cloud.githubusercontent.com/assets/11541012/18610135/6f37dc4e-7d14-11e6-8595-cef902d93db0.png;>

Could you have a look?


> Create a batch capable pseudo-whois ("netcat") enrichment Processor
> ---
>
> Key: NIFI-1971
> URL: https://issues.apache.org/jira/browse/NIFI-1971
> Project: Apache NiFi
>  Issue Type: Improvement
>Affects Versions: 1.0.0, 0.7.0
>Reporter: Andre
>Assignee: Andre
> Fix For: 1.1.0
>
>
> While the QueryDNS created can be used on low to medium volume enrichment and 
> to licensed DNS based lookups (e.g. commercial use of SpamHaus) many 
> enrichment providers prefer the use of bulk queries using pseudo whois API 
> (a.k.a. netcat interface).
> as documented 
> [here|https://www.shadowserver.org/wiki/pmwiki.php/Services/IP-BGP#toc6] the 
> bulk interfaces work by connecting to port 43/TCP and sending a payload like:
> {code}
> begin origin
> 4.5.4.3
> 17.112.152.32
> 208.77.188.166
> end
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] nifi issue #858: NIFI-1971 - Introduce QueryWhois processor

2016-09-17 Thread pvillard31
Github user pvillard31 commented on the issue:

https://github.com/apache/nifi/pull/858
  
@trixpan 

With:
https://cloud.githubusercontent.com/assets/11541012/18610132/56f7abf0-7d14-11e6-8ac1-aea5e02b63a9.png;>

I have:
https://cloud.githubusercontent.com/assets/11541012/18610135/6f37dc4e-7d14-11e6-8595-cef902d93db0.png;>

Could you have a look?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] nifi issue #803: nifi-1214c Mock Framework should allow order-independent as...

2016-09-17 Thread ToivoAdams
Github user ToivoAdams commented on the issue:

https://github.com/apache/nifi/pull/803
  
Git complained and I did what he recommend (git pull origin).
It seems this was mistake.
I will create another clean PR.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---