Enable index rollup settings
There is a reported issue where incomplete results are returned when querying rollup indexes in OpenSearch. The issue was created upstream and found here:
https://github.com/opensearch-project/index-management/issues/903#issuecomment-2146610171
The solution suggested is to enable the plugin "plugins.rollup.search.searchalljobs" and local testing confirms that enabling this resolves the bug report, but access to the /_cluster/settings are currently not supported.
-
James Bolt commented
Hey
To resolve the incomplete results issue with rollup indexes in OpenSearch, enable the plugin `plugins.rollup.search.searchalljobs` as suggested. This has been confirmed to fix the problem during local testing. However, note that access to the `/_cluster/settings` endpoint is currently unsupported.