We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1440e commit 2be644eCopy full SHA for 2be644e
x-pack/plugins/reporting/server/routes/lib/jobs_query.ts
@@ -162,7 +162,7 @@ export function jobsQueryFactory(reportingCore: ReportingCore) {
162
163
async delete(deleteIndex: string, id: string) {
164
try {
165
- const query = { id, index: deleteIndex };
+ const query = { id, index: deleteIndex, refresh: true };
166
return callAsInternalUser('delete', query);
167
} catch (error) {
168
throw new Error(
0 commit comments