Kibana _find API does not work for multiple values

Hi I sent the request as follows:

URI: /_plugin/kibana/api/saved_objects/_find?type=index-pattern&type=visualization&search=mps
Headers: {kbn-xsrf: true}
body: null

But I receive:

{"message":"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details."}

To my experience this is usually due to incorrect uri passed to Kibana, it works correctly if I only send one type as argument, but I followed the documentation to repeat the key value for array of values:

For parameters that accept multiple values (e.g. fields ), repeat the query parameter for each value:

May I know what did I do wrong? Thanks

This API only supports one type, not multiple.

Hi thanks for the reply, I think the documentation need to be fixed then:

type
(Required, array|string) The saved object types to include in the export.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.