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 ca2fef3 commit aa9131fCopy full SHA for aa9131f
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