HTTP/1.1 302 Found. Redirecting to /logout?nextUrl=%2Fapi%2Fstats
in previous version it worked and we got info from system. Our analysts cannot use api now.
in kibana debug readonlyrest logs i found after run above commands:
[2026-08-25T11:20:53.609+00:00][debug][plugins][ReadonlyREST][authenticationFacade][x-ror-correlation-id=211374b4-f1e1-4c3b-a3a6-9ff68b6cee26] All request headers from /api/stats: { connection: ‘close’, host: ‘host.docker.internal:5602’, authorization: ‘’, ‘user-agent’: ‘curl/8.5.0’, accept: ‘/’ }
[2026-08-25T11:20:53.636+00:00][debug][plugins][ReadonlyREST][rorRequest][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] User request identity not available for last session activity date
[2026-08-25T11:20:53.644+00:00][debug][plugins][ReadonlyREST][indexCreator][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] isMigrationNeeded “/alias” endpoint data { ‘.kibana_9.1.7_001’: { aliases: { ‘.kibana’: { is_hidden: true }, ‘.kibana_9.4.1’: { is_hidden: true } } } }
[2026-08-25T11:20:53.644+00:00][debug][plugins][ReadonlyREST][indexCreator][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] isMigrationNeeded kibanaIndexVersion: 9.1.7
[2026-08-25T11:20:53.644+00:00][debug][plugins][ReadonlyREST][indexCreator][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] isMigrationNeeded kibanaBaseVersion: 9.4.1
[2026-08-25T11:20:53.644+00:00][debug][plugins][ReadonlyREST][indexCreator][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] isMigrationNeeded indexBaseVersion 9.1.7
[2026-08-25T11:20:53.684+00:00][debug][plugins][ReadonlyREST][rorRequest][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] getTenancyId called with undefined SID
[2026-08-25T11:20:53.849+00:00][warning][plugins][ReadonlyREST][indexBasedSessionManager][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] Failed to decode session for SID 3ef47e67-5836-48bd-97c0-5e8a5495cf18: Session not found in index
[2026-08-25T11:20:53.849+00:00][debug][plugins][ReadonlyREST][indexBasedSessionManager][x-ror-correlation-id=061aaf53-3de2-44b4-8488-ebb6146b9701] SID 3ef47e67-5836-48bd-97c0-5e8a5495cf18 not found in in-index session storage either: giving up.
Did someone meet with this kind of issue ? Thank you for any help.
Have you server.basePath configured it in your kibana.yml? If yes, could you update your CURL URL and add it like https ://collector-kibana/<BASE_PATH>/api/stats?
Could you provide your full kibana.yml and readonlyrest.yml files? You can send it as a private message on a forum. I will try to reproduce the problem locally.
Could you comment out xpack.reporting.queue.timeout: 10mIn your kibana.yml, and try to CURL again?
Could you confirm that it api/statusis also affected by this issue? This URL is whitelisted by default, so it shouldn’t be processed by the plugin, but go straight to the Kibana server
If api/statusis affected. Could you send the full log from the moment of the curl send?
It is necessary to have xpack.reporting.queue.timeout in kibana.yml ?
From a ReadonlyREST Kibana plugin, there is no need to have this value configured in a kibana.yml;
However, as a workaround for this issue, instead of removing a property from a config, until we release a new version with a fix, you can change the value from a time string to milliseconds, like: