chakragod
(Mihir Chakradeo)
September 14, 2020, 5:32pm
1
Hello,
I am trying to use the saved_objects/export
api as documented here https://www.elastic.co/guide/en/kibana/current/saved-objects-api-export.html . But I am hitting a 10,000 object limit: "message": "Can't export more than 10000 objects"
and get a 400 response
Are there any workarounds for this hard limit?
ELK version 7.7.1.
Thank you.
afharo
(Alejandro Fernandez Haro)
September 14, 2020, 6:08pm
2
Hi @chakragod ,
I think you can get around this issue by increasing the limit by adding to kibana.yml
the setting savedObjects.maxImportExportSize
(default 10000
).
If you hit payload issues as well, you can try with the savedObjects.maxImportPayloadBytes
option (default 10485760
)
system
(system)
Closed
October 12, 2020, 6:08pm
3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.