Monitoring Request Failed - Saved object not found

Hi,

I'm having issues with Kibana & Monitoring. Every time I navigate to the monitoring page I receive the following error,

"Monitoring Request Failed Saved object [task/{UUID}] not found HTTP 404"

image

{
	"type": "log",
	"@timestamp": "2021-08-10T12:19:39-05:00",
	"tags": [
		"error",
		"plugins",
		"monitoring",
		"monitoring"
	],
	"pid": 30956,
	"message": "Error: Saved object [task/1bde7300-3f57-11eb-bf67-6b5e6c9fb602] not found    at Function.createGenericNotFoundError (/usr/share/kibana/src/core/server/saved_objects/service/lib/errors.js:125:37)    at SavedObjectsRepository.get (/usr/share/kibana/src/core/server/saved_objects/service/lib/repository.js:952:46)    at runMicrotasks (<anonymous>)    at processTicksAndRejections (internal/process/task_queues.js:95:5)    at TaskStore.get (/usr/share/kibana/x-pack/plugins/task_manager/server/task_store.js:223:16)    at AlertsClient.getAlertState (/usr/share/kibana/x-pack/plugins/alerting/server/alerts_client/alerts_client.js:305:69)    at LicenseExpirationAlert.getStates (/usr/share/kibana/x-pack/plugins/monitoring/server/alerts/base_alert.js:163:20)    at /usr/share/kibana/x-pack/plugins/monitoring/server/lib/alerts/fetch_status.js:44:20    at async Promise.all (index 0)    at fetchStatus (/usr/share/kibana/x-pack/plugins/monitoring/server/lib/alerts/fetch_status.js:22:3)    at getClustersFromRequest (/usr/share/kibana/x-pack/plugins/monitoring/server/lib/cluster/get_clusters_from_request.js:131:27)    at Object.handler (/usr/share/kibana/x-pack/plugins/monitoring/server/routes/api/v1/cluster/clusters.js:55:20)    at handler (/usr/share/kibana/x-pack/plugins/monitoring/server/plugin.js:406:28)    at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:163:30)    at handler (/usr/share/kibana/src/core/server/http/router/router.js:124:50)    at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28) {  data: null,  isBoom: true,  isServer: false,  output: {    statusCode: 404,    payload: {      statusCode: 404,      error: 'Not Found',      message: 'Saved object [task/1bde7300-3f57-11eb-bf67-6b5e6c9fb602] not found'    },    headers: {}  },  [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/notFound'}"
}

Looking for some assistance on resolving this issue. I can't find any documentation surrounding this issue.

Additional Info:

  • Issue presented in v7.10
  • Current version v7.14, issue still persists
1 Like

Can you provide more insights on what Kibana logs say ?

hi. same issue for me.
kibana 7.13.3
this is happened when i upgrade elastic and kibana from 7.12 to 7.13

1 Like
Error: Saved object [task/98a87920-cdd8-11eb-82df-91c573a9f898] not found
    at Function.createGenericNotFoundError (/usr/share/kibana/src/core/server/saved_objects/service/lib/errors.js:125:37)
    at SavedObjectsRepository.get (/usr/share/kibana/src/core/server/saved_objects/service/lib/repository.js:947:46)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at TaskStore.get (/usr/share/kibana/x-pack/plugins/task_manager/server/task_store.js:223:16)
    at AlertsClient.getAlertState (/usr/share/kibana/x-pack/plugins/alerting/server/alerts_client/alerts_client.js:277:69)
    at DiskUsageAlert.getStates (/usr/share/kibana/x-pack/plugins/monitoring/server/alerts/base_alert.js:162:20)
    at /usr/share/kibana/x-pack/plugins/monitoring/server/lib/alerts/fetch_status.js:44:20
    at async Promise.all (index 3)
    at fetchStatus (/usr/share/kibana/x-pack/plugins/monitoring/server/lib/alerts/fetch_status.js:22:3)
    at getClustersFromRequest (/usr/share/kibana/x-pack/plugins/monitoring/server/lib/cluster/get_clusters_from_request.js:131:27)
    at Object.handler (/usr/share/kibana/x-pack/plugins/monitoring/server/routes/api/v1/cluster/clusters.js:55:20)
    at handler (/usr/share/kibana/x-pack/plugins/monitoring/server/plugin.js:372:28)
    at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:163:30)
    at handler (/usr/share/kibana/src/core/server/http/router/router.js:124:50)
    at exports.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28) {
  data: null,
  isBoom: true,
  isServer: false,
  output: {
    statusCode: 404,
    payload: {
      statusCode: 404,
      error: 'Not Found',
      message: 'Saved object [task/98a87920-cdd8-11eb-82df-91c573a9f898] not found'
    },
    headers: {}
  },
  [Symbol(SavedObjectsClientErrorCode)]: 'SavedObjectsClient/notFound'
1 Like

Seeing this in 7.15 now as well. I'll put in a ticket.

I wanted to follow up, support did get back. Apparently there is some regression in a previously fixed bug. You need to delete all the predefined rules and add the default set again.

I would caution that if you have any custom rules, you need to find a way to back these up of course. I still use Watcher, so this was not an issue for me.

2 Likes

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