fleet/changes/log-errors-when-injesting-distributed-query-results
Tomas Touceda 52ae04ecf5
Only log distributed queries ingestion errors (except for one case) (#1535)
* Don't return errors in distributed query ingestion, just log them

* Allow for multiple errors in the logging context

* Update check when loading host

* Log multiple errors and add tests for other changes

* Add missing host func

* Add another missing host func

* Add changes file
2021-08-04 10:11:51 -03:00

2 lines
103 B
Plaintext

* Only log errors and try to process all distributed query results from hosts instead of erroring out.