Rollup jobs: Error while inserting same job id, but can't view metadata

I was creating a job in 7.9.3 Elastic, but below is the error I'm getting. I had created before and deleted similar job. Any idea where to find the metadata and clear it off?

{"error":{"root_cause":[{"type":"status_exception","reason":
"Cannot create rollup job [my_rollup_job] because job was previously created 
(existing metadata)."}],"type":"status_exception","reason":
"Cannot create rollup job [my_rollup_job] because job was 
previously created (existing metadata)."},"status":409}

Hi, the metadata is stored as the mapping of your rollup index. You must either delete the rollup index or use a different rollup index.

Yes sems like a bug. But your solution worked, thought can't do that in PROD

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.