Member since
01-30-2017
49
Posts
3
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3404 | 02-23-2017 07:54 AM |
03-01-2017
12:40 PM
I little confused in understanding each one of them clearly. Can someone here help me in this. For Example: I have set following attribue: Max Select:2 Run Schedule: 30 sec Polling Interval: 0 sec In the source directory I have many files (say 10000), and I am writing these files to HDFS What would be output/expected behavior.
... View more
Labels:
- Labels:
-
Apache NiFi
02-28-2017
05:38 AM
@Matt Clarke You are saying making a processor specific entry into logback.xml. ? Any example of this?
... View more
02-24-2017
11:36 AM
Thanks Arun, you are right. I did it using TailFile. @Arun A K
... View more
02-24-2017
07:43 AM
My Usecase: Pick log data and send it to PutSplunk. Solution I am trying is: I used TailFile processor which will have details of path of log file. And it will keep fetching the updated data from this file and will put in FlowFile routed to PutSplunk. As in the image attached, its not picking any more data and seems like hung, although the data is queued up. and the processors are in running state. Also added the screen dump of Processor Configuration
... View more
Labels:
- Labels:
-
Apache NiFi
02-24-2017
06:31 AM
I thought of one solution: I will use FetchFile processor and I will put the path of LOG file in its configuration. Will that work? (FetchFile will keep fetching the new content in the file and putting those content to destination which is PutSplunk in my case)
... View more
Labels:
- Labels:
-
Apache NiFi
02-23-2017
07:54 AM
Thanks @Bryan Bende @Timothy Spann, @ozhurakousky foryour reply. It was some configuration issue. While trying to put file into Splunk, I was using web-port (8081 in my case) of splunk in configuration of PutSplunk. When I pointed my PutSplunk configuration to TCP port of Splunk(In Splunk setting go to Data Inputs -> Click on TCP and enter details as instructed to create a new TCP input port of Splunk) it started working properly.
... View more
02-23-2017
05:57 AM
@Bryan Thanks Bryn. I will try this and will let you know if this works or not.
... View more
02-22-2017
11:12 AM
@Bryan Bende Hi Bryan, How to use logback.xml for logging into Splunk. Any suggestion or link or example would be helpful. Thanks,
... View more
02-22-2017
10:11 AM
My NiFi data model looks like GetFile--> PutSplunk -->PutEmail(on success one email and on failure different email) While executing the processor, I am able see email in both scenario. But when I go to Splunk server, I am not able to track file.
... View more
Labels:
- Labels:
-
Apache NiFi
02-21-2017
01:10 PM
@ozhurakousky Yeah sure. I have uploaded the image now.
... View more