With this commit we improve error handling in the following cases:
When a user lacks the monitor privilege, we fallback to call the has privileges API, which all users are allowed to call (for querying their own privileges). This allows for a more reliable availability check on startup.
We report when index creation or writing an entire bulk request fails.
With this commit we improve error handling in the following cases:
monitor
privilege, we fallback to call the has privileges API, which all users are allowed to call (for querying their own privileges). This allows for a more reliable availability check on startup.Closes #19