Reg reporting tasks under controller services

2017-12-14 Thread Sivakumar, S
Hi, I came across reporting tasks tab under controller services menu. While exploring more, I could create some of services under that for monitoring purpose. It is working fine in my local computer, but not on cluster set up in perf environment? Any idea why? Siva

GetSplunk Processor

2017-12-14 Thread Sivakumar, S
Hi Team, I am using Get Splunk processor to execute splunk query and the flow file output I would like to insert it into DB. In the DB table I have integer and string data types. How to type cast and insert those records into table? -Siva

Using saved search query in splunk processor

2017-11-26 Thread Sivakumar, S
Hi, Any idea how to use saved splunk search query in splunk processor? -Siva

Read incremental records from DB

2017-11-14 Thread Sivakumar, S
Hi, I would like to read incremental records using Maximum-value Columns from database table and write it into another table. For that I thought I can use GenerateTableFetch processor with Maximum-value column. This processor is returning only Select query with intended where clause and not

Re: Splunk Processor - Re-play

2017-11-13 Thread Sivakumar, S
me ranges when using those strategies. -Bryan On Mon, Nov 13, 2017 at 9:03 AM, Sivakumar, S <sivakuma...@intuit.com<mailto:sivakuma...@intuit.com>> wrote: Hi Folks, I am newbie to nifi tool. I am using GetSplunk 1.4.0 processor to pull data from Splunk. Somewhat I have managed pulled the

Calling NIFI job from any Enterprise Scheduler

2017-11-13 Thread Sivakumar, S
Hi Team, I have requirement to call NIFI job from any Enterprise Scheduler (for ex: tidal Enterprise Scheduler). What is the way to call nifi job from a command line so that it can triggered from external program? -Siva

Splunk Processor - Re-play

2017-11-13 Thread Sivakumar, S
Hi Folks, I am newbie to nifi tool. I am using GetSplunk 1.4.0 processor to pull data from Splunk. Somewhat I have managed pulled the data for T-3, but I want to re-play and again want to pull data with some more additional transformation added in the splunk query. I have below two problems