- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to track if NiFi PutSplunk processor is sending data to Splunk Server?
- Labels:
-
Apache NiFi
Created ‎02-22-2017 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created on ‎02-22-2017 01:36 PM - edited ‎08-19-2019 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which "Protocol" are you using in your PutSplunk processor. There is no assurance or delivery if you are using UDP. With TCP protocol there is confirmed delivery.
You could use NiFi's provenance to track the FlowFile's processed by the PutSplunk processor.
This will allow you to get the details on FlowFiles that have "SEND" provenance events associated to them.
Thanks,
Matt
Created on ‎02-22-2017 01:36 PM - edited ‎08-19-2019 03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Which "Protocol" are you using in your PutSplunk processor. There is no assurance or delivery if you are using UDP. With TCP protocol there is confirmed delivery.
You could use NiFi's provenance to track the FlowFile's processed by the PutSplunk processor.
This will allow you to get the details on FlowFiles that have "SEND" provenance events associated to them.
Thanks,
Matt
