Re: How to run NiFi on HTTPS

2018-05-22 Thread Andy LoPresto
Apache NiFi does not support Basic Authentication in any scenario. There are multiple options for user authentication to the NiFi UI/API, including LDAP, Kerberos, client certificates, Apache Knox, and OpenID Connect. More details about configuring these options are available in the Admin Guide

[ANNOUNCE] CVE Announcement for Apache NiFi 1.0.0 - 1.5.0

2018-05-22 Thread Andy LoPresto
The Apache NiFi PMC would like to announce the following CVE discoveries in Apache NiFi 1.0.0 - 1.5.0. These issues were resolved with the release of NiFi 1.6.0 on April 8, 2018. NiFi is an easy to use, powerful, and reliable system to process and distribute data. It supports powerful and

minificpp AppVeyor

2018-05-22 Thread Andy Christianson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 minificpp devs: The AppVeyor builds are broken 100% of the time and don't seem to be adding any value. Are there any objections to the removal of AppVeyor? Regards, Andy I.C. -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux)

Re: [DISCUSS] Apache NiFi MiNiFi C++ 0.5.0

2018-05-22 Thread Jeremy Dyer
I’m happy to handle RM duties Thanks - Jeremy Dyer On Tue, May 22, 2018 at 10:25 AM -0400, "Marc" wrote: Reviving this thread --

Re: [DISCUSS] Apache NiFi MiNiFi C++ 0.5.0

2018-05-22 Thread Marc
Reviving this thread -- Sorry for the delay. I will start the release process with the completion of [1], likely in the next few days or early next week. I will take RM duties unless someone else would like to take that opportunity. [1] https://issues.apache.org/jira/browse/MINIFICPP-457 Thanks,

Re: A user's experience with a bake off

2018-05-22 Thread Mike Thomsen
I think the first thing would be to expose as much data about the record sets as possible in the flow. The second would be to consider some UI work to make things a little flashier in the way that attracted his eye to Streamsets. I don't think we need the live monitoring because with s2s you can

Re: Put data to Elastic with static settings or index template

2018-05-22 Thread Mike Thomsen
Bobby, You need to use ElasticSearch templates for this. https://www.elastic.co/guide/en/elasticsearch/reference/5.4/indices-templates.html That's the official Elastic-sanctioned way of doing this. On Tue, May 22, 2018 at 4:23 AM Koji Kawamura wrote: > Hi Bobby, > >

RE: How to run NiFi on HTTPS

2018-05-22 Thread Brajendra Mishra
Team I need to know the implementation of basic authentication with HTTPS as well. Brajendra Mishra Persistent Systems Ltd. From: Brajendra Mishra Sent: Tuesday, May 22, 2018 6:22 PM To: dev@nifi.apache.org Subject: How to run NiFi on HTTPS Hi Team, I have

How to run NiFi on HTTPS

2018-05-22 Thread Brajendra Mishra
Hi Team, I have used tlstoolkit to create required files (nifi.properties, keystore and truststore files) to run NiFi on HTTPS. I also configured successfully and ran the NiFi service correctly which show it is running on Https protocol. But once I tried to see its UI I am facing following

Re: Put data to Elastic with static settings or index template

2018-05-22 Thread Koji Kawamura
Hi Bobby, Elasticsearch creates index if it doesn't exist. I haven't tried it myself yet, but Elasticsearch's Index template might be useful to tweak default settings for indices those are created automatically.

Re: Put data to Elastic with static settings or index template

2018-05-22 Thread Bobby
Siva, In my putElastic processor i only state below properties: Given the index name is using expression language, i assume it will be created if it is not exist; In my example, i tend to create new

Re: Put data to Elastic with static settings or index template

2018-05-22 Thread Sivaprasanna
Bobby, If I'm correct, this setting is done during index creation and the PutElasticsearch processors doesn't create index. It primarily works with the assumption that the configured index already exists (people correct me, if I'm wrong). If that's the case, there is no need to do anything on the