Created 04-25-2025 09:15 AM
Hi
We are using SiteToSiteReportingRecordSink to generate file transfer report with below setting
We are trying to send the data to the same server where we have added input port processor.
Below is the nifi.property setting, do we need to change anything here ??
# Site to Site properties
nifi.remote.input.host=52564f1f10ff
nifi.remote.input.secure=true
nifi.remote.input.socket.port=10000
nifi.remote.input.http.enabled=true
nifi.remote.input.http.transaction.ttl=30 sec
nifi.remote.contents.cache.expiration=30 secs
# web properties #
#############################################
# For security, NiFi will present the UI on 127.0.0.1 and only be accessible through this loopback interface.
# Be aware that changing these properties may affect how your instance can be accessed without any restriction.
# We recommend configuring HTTPS instead. The administrators guide provides instructions on how to do this.
nifi.web.http.host=
nifi.web.http.port=
nifi.web.http.network.interface.default=
we are getting below warning continuously, is this something do do with SSL cert ?
Thanks
Created 04-29-2025 08:18 AM
Referred to my older thread for the fix
https://community.cloudera.com/t5/Support-Questions/NiFi-file-transfer-report/m-p/407109#M252612
Created 04-26-2025 10:19 AM
We are able to get past all the SSL related errors, there were changes required in nifi.properties.
Now we don't see any errors on the SiteToSiteReportingRecordSink service.
However we still don't see any data coming on he Input Port
Created 04-27-2025 10:56 PM
The issue has been fixed.
Created 04-28-2025 03:04 AM
@nifier, Glad to hear your issue is resolved! Could you please share the solution with the community? It would be helpful for others who might encounter the same problem.
Regards,
Vidya Sargur,Created 04-29-2025 08:18 AM
Referred to my older thread for the fix
https://community.cloudera.com/t5/Support-Questions/NiFi-file-transfer-report/m-p/407109#M252612