You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a large (20k+ nodes) dataset within Chef automate, using the Export CSV function from the Automate UI Infra tab to collect a report of all nodes results in a truncated csv file with the following error at the end of the file: rpc error: code = Internal desc = Post "http://127.0.0.1:10144/node-state/_search": context deadline exceeded
Export functionality looks to timeout at 60 seconds every time, likely due to a hardcoded system configuration.
To Reproduce
Steps to reproduce the behavior:
Have a large data-set within Chef Automate Infra reporting (20k+ nodes)
Run the Export to CSV function from the Automate UI from the Infra tab to collect a dump of all nodes
Expected behavior
Export to CSV should complete successfully.
Timeout settings should be tune-able that are being encountered for larger data sets.
Versions (please complete the following information):
Describe the bug
With a large (20k+ nodes) dataset within Chef automate, using the Export CSV function from the Automate UI Infra tab to collect a report of all nodes results in a truncated csv file with the following error at the end of the file:
rpc error: code = Internal desc = Post "http://127.0.0.1:10144/node-state/_search": context deadline exceeded
Export functionality looks to timeout at 60 seconds every time, likely due to a hardcoded system configuration.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Versions (please complete the following information):
Aha! Link: https://chef.aha.io/epics/SH-E-260
The text was updated successfully, but these errors were encountered: