I am able to use Powershell to get json data from SPLUNK Res API.
Now I want to translate this method to the HTTPCaller, but I dont succeed to get this working in FME. Does anybody have experience with this or has some tips and tricks?
I am able to use Powershell to get json data from SPLUNK Res API.
Now I want to translate this method to the HTTPCaller, but I dont succeed to get this working in FME. Does anybody have experience with this or has some tips and tricks?
Hmm, looks pretty ok from here. There should be a couple of attributes on the rejected feature which hopefully might give you some clues as to what's going wrong. Check out the _reponse_body and _response_code attributes
Under Workspace Parameters > Translation change the parameter 'Rejected Feature Handling' to 'Continue Translation'. Then you can study the rejected feature to determine what went wrong.
Under Workspace Parameters > Translation change the parameter 'Rejected Feature Handling' to 'Continue Translation'. Then you can study the rejected feature to determine what went wrong.
Good tip, thx!
Hmm, looks pretty ok from here. There should be a couple of attributes on the rejected feature which hopefully might give you some clues as to what's going wrong. Check out the _reponse_body and _response_code attributes
I'll do thx!
Soluton is to use a GET instead of POST!
And use SPLUNK parameters in the Query String Parameters.
I have added an image of the HTTP caller with correct layout.