Works in curl:
curl -k -u admin:changeme http://localhost:8089/servicesNS/admin/search/saved/searches -d name=MySavedSearch --data-urlencode search="index=_internal source=*metrics.log"
The same call from Postman:
http://localhost:8089//servicesNS/admin/launcher/saved/searches?name="MySavedSearch"&search="index=_internal source=*metrics.log"
< ERROR">Cannot perform action "POST" without a target name to act on.
What is the target name it complains about? I provided an application name as a target — not good enough?
... View more