- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Invoke HTTP Processor in Localhost
- Labels:
-
Apache NiFi
Created on
02-16-2022
04:54 PM
- last edited on
02-16-2022
05:31 PM
by
ask_bill_brooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm totally new to NiFi and learning as I go, but am against a hard deadline and need urgent assistance. I was tasked to connect a running system in my local to the Invoke HTTP processor and get the data from that database. How can I get the URL path from the other container so I can input it on the Remote URL field inside the Invoke HTTP processor?
Created 02-17-2022 01:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@georg ,
There's not much info in your description for me to give you a precise answer.
But, given you mentioned "container", I'm assuming that the other system is running on a Docker container in the same host as NiFi is running.
If that's the case, you can use "docker inspect" to find out what the exposed port of the container is and then your URL will be something like either "http://localhost:<port>" or "http://host.example.com:<port>". If TLS is being used, replace "http" with "https".
I hope this helps. If not, please provide more details information about the components you're talking about.
Cheers,
André
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.
