In terms of template, was asking about your flow configured.

Given that you are not seeing any incoming flowfiles generated, I suspect
the issue is your /nifiMonitor field for Allowed Paths.

This is a regular expression and the '/' would not be a literal
interpretation in that context.  You would want to escape that, e.g.
'\/nifiMonitor'.  I was able to recreate your issue with the configuration
shown in your first screenshot and verify the intended functionality after
escaping the path.

Let us know if this doesn't work out and please provide a template so we
can delve in a bit more.

On Wed, Jan 3, 2018 at 4:33 PM, Austin Duncan <adun...@pyaanalytics.com>
wrote:

> What I have looks identical to the example you told me about. I can not
> get the example to work either.
>
> On Wed, Jan 3, 2018 at 4:28 PM, Austin Duncan <adun...@pyaanalytics.com>
> wrote:
>
>> no flowfiles are being generated. a template of what
>>
>> On Wed, Jan 3, 2018 at 4:24 PM, Aldrin Piri <aldrinp...@gmail.com> wrote:
>>
>>> Are you receiving an incoming FlowFile in the HandleHttpRequest?
>>>
>>> Could you share a template?
>>>
>>> Alternatively, as a bit of inspiration, you could also evaluate
>>> the Hello_NiFi_Web_Service.xml [1] from https://cwiki.apache.org/
>>> confluence/display/NIFI/Example+Dataflow+Templates to see if there is
>>> anything missing from your flow.
>>>
>>> [1] https://cwiki.apache.org/confluence/download/attachments
>>> /57904847/Hello_NiFi_Web_Service.xml?version=1&modificationD
>>> ate=1449369797000&api=v2
>>>
>>> On Wed, Jan 3, 2018 at 4:20 PM, Austin Duncan <adun...@pyaanalytics.com>
>>> wrote:
>>>
>>>> All,
>>>>
>>>> I am using the handle http request/response processors. When I try a
>>>> get command with postman nothing happens. What am I doing wrong
>>>>
>>>> --
>>>> ​Austin Duncan
>>>> *​Researcher​*
>>>>
>>>> PYA Analytics
>>>> 2220 Sutherland Avenue
>>>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>>>> Knoxville, TN 37919
>>>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>>>> 423-260-4172
>>>>
>>>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>>>> <%28865%29%20684-2828>
>>>>
>>>
>>>
>>
>>
>> --
>> ​Austin Duncan
>> *​Researcher​*
>>
>> PYA Analytics
>> 2220 Sutherland Avenue
>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>> Knoxville, TN 37919
>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>> 423-260-4172
>>
>> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
>> <%28865%29%20684-2828>
>>
>
>
>
> --
> ​Austin Duncan
> *​Researcher​*
>
> PYA Analytics
> 2220 Sutherland Avenue
> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
> Knoxville, TN 37919
> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
> 423-260-4172
>
> <https://maps.google.com/?q=2220+Sutherland+AvenueKnoxville,+TN+37919+865&entry=gmail&source=g>
> <%28865%29%20684-2828>
>

Reply via email to