Member since
09-25-2015
112
Posts
37
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1992 | 12-21-2016 09:31 AM |
08-23-2016
11:04 AM
Iam new to Alerting & Monitoring. If we want to setup alerts for nifi using splunk can we use putsplunk nifi processor or send log files directly to splunk? Currently we are having applications use splunk where they send the log files directly to splunk for alerting. Which is the effective way to acheive monitoring and alerting for nifi using splunk? Thank you
... View more
Labels:
- Labels:
-
Apache NiFi
08-16-2016
10:22 AM
1 Kudo
What is the best practice to productionize nifi and schedule it to run every hour through a script? How do we upgrade nifi to a new version. How to deploy new workflows and modified workflows into production in EC2. How do we deploy changes into nifi workflows thank you
... View more
Labels:
- Labels:
-
Apache NiFi
08-16-2016
10:13 AM
I think concurrenttasks is having 12 threads for this getkafka processor i.e. 12 consumers in one consumer group? Please correct me if iam wrong. So if i have 12 partitions in my kafka topic then i believe 12 consumers are consuming from 12 partitions? I have a 3 node nifi cluster and made concurrent tasks to 4 so that i can split the load between all the nifi nodes in the cluster. I think each node will be consuming from 4 paritions. What happens to the 4 partitions of that node if it dies or crashes? Normally there will be a rebalance and kafka will reassign partitions to consumer so that the 2 node will consume from 6 partitions each? Is this how it works in Nifi? What will happen to the messages or offsets that has already in the queue of a node that has died? Is there anyway to store offsets in nifi to achieve fault tolerance?
... View more
Labels:
- Labels:
-
Apache Kafka
08-11-2016
09:18 AM
1 Kudo
I mean in which logs the nifi warnings and errors are stored?
... View more
Labels:
- Labels:
-
Apache NiFi
08-10-2016
08:03 AM
@Bryan Bende Thanks for the answer it did work for me. Just a small config iam looking for. Currently when i merge my json events and export them to S3 iam getting concatenated json events delimited by "Space" in a single line. At the moment iam getting concatenated json events in a single line. How can i get the json events delimited by new line \n. Thank you.
... View more
08-09-2016
04:03 PM
The current workflow is exporting each event. We are looking to merge all json events based on service/eventname and concatenate time and export them to s3.
Our requirement on and merge them using expression language at the runtime.
... View more
07-26-2016
12:54 PM
@Simon Elliston Ball thanks for the answer 🙂 If we install multiple ZK that means we need to embed it with nifi on the same node. If so how do we sync ZK state from different slaves nodes where miltuple ZK instances are installed ? Thank you.
... View more
07-26-2016
11:15 AM
@Simon Elliston BallDoes Nifi store offsets in memory as well. Just wondering how will it make sure not to read same offsets or duplicate messages from kafka? thanks
... View more
07-26-2016
11:13 AM
Currently we are looking to use Nifi to get Json events from kafka and store them to s3. We are looking to set up a nifi cluster and i have following questions please? 1. What happens to Nifi when I do a rolling restart of kafka? I think nifi listens to zookeeper :2181 or kafka nodes how do we configure it in GetKafka processor?
2. What does Nifi do if the peered connection becomes unavailable? 3. How does it handle a kafka node going offline? 4. Does it always connect to the same kafka node or what determines which node to connect to? 5. Does it connect on IP or DNS (kafka IP's can change)? Can we make Nifi to connect to kafka DNS rather than IP. 6. What will it do if a leadership election is invoked while its consuming? 7. What monitoring and alerting will be in place in production? 8. Any issues if Zookeeper embedded in slaves and how Zookeeper maintains the state integrity if we have more than 1 zookeeper in the nifi cluster? Or is it better to have a separate single ZK instance in cluster? thanks
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache NiFi