Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Entity Analytics][Entity Store] Clear error on second entity engine …
…init API call (elastic#202903) ## Summary If the first call to init an entity engine fails, we add the `error` property to the engine status, if we then call the API a second time this error was not being wiped. This PR resets the error on the second call. ### Test steps - Do not visit the UI of a kibana so that the security default data view does not exist - Call the init API for an entity engine e,g host - Call the engine status API, notice the status has an error - Visait the security solution UI and wait for the data view to be created - Re-call the init API and notice the error has gone
- Loading branch information