Find api doesnot return any savedobjects

There are a few indexes ,dashboards , visualizations but wheni run "/api/saved_objects/_find" i dont get any information
{"page":1,"per_page":20,"total":0,"saved_objects":[]}

whereas when i run "/api/saved_objects/dashboard/" i do get relevant information.

ie ->
curl -XGET "http://servername:5601/api/saved_objects/dashboard/" - works

curl -XGET "http://servername:5601/api/saved_objects/_find" -doesnot work

kibana version 6.2.4.

In 6.2 you could not search across all types. This functionality was introduced in 6.3.

Docs: https://www.elastic.co/guide/en/kibana/6.3/saved-objects-api-find.html

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