Thank you. I’ve tried installing the plugin version 1.61 but unfortunately the process somehow freezes on lines(there are a few more above)
node/bin/node plugins/readonlyrestkbn/ror-tools.js patch --I_UNDERSTAND_AND_ACCEPT_KBN_PATCHING=yes
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../src/cli/serve/serve.js.metadata.json metadata added
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/store.patch
[ROR COMPAT] Applied 'store.patch' to '/home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js'
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js.metadata.json metadata added
After waiting for some time and finally stopping(CTRL-C) patching command I try ‘verify’
node/bin/node plugins/readonlyrestkbn/ror-tools.js verify
[ROR COMPAT] Verifying patched state...
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/routes/lib/request_handler.js was patched with the ReadonlyREST plugin version 1.61.0 and Kibana version 7.17.14 on 2024:11:19 15:09:45.
[ROR COMPAT] request_handler.js patch status: VERIFIED.
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/serve.js.patch
[ROR COMPAT] Verifying patched state...
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../src/cli/serve/serve.js was patched with the ReadonlyREST plugin version 1.61.0 and Kibana version 7.17.14 on 2024:11:19 15:09:45.
[ROR COMPAT] serve.js patch status: VERIFIED.
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/store.patch
[ROR COMPAT] Verifying patched state...
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js was patched with the ReadonlyREST plugin version 1.61.0 and Kibana version 7.17.14 on 2024:11:19 15:09:45.
[ROR COMPAT] store.js patch status: VERIFIED.
and it doesn’t end by itself as well. Just stops logging anything more and the only option is to CTRL-C
In addition, running
node/bin/node plugins/readonlyrestkbn/ror-tools.js unpatch
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/serve.js.patch
[ROR COMPAT] Backup file found!
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../src/cli/serve/serve.js was patched with the ReadonlyREST plugin version 1.61.0 and Kibana version 7.17.14 on 2024:11:19 15:09:45.
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../src/cli/serve/serve.js.metadata.json file removed
[ROR COMPAT] Restored /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../src/cli/serve/serve.js
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/store.patch
[ROR COMPAT] Backup file found!
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js was patched with the ReadonlyREST plugin version 1.61.0 and Kibana version 7.17.14 on 2024:11:19 15:09:45.
[ROR COMPAT] /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js.metadata.json file removed
[ROR COMPAT] Restored /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/../../../../x-pack/plugins/reporting/server/lib/store/store.js
also freezes without returning any result to terminal and another verification gives
[ROR COMPAT] Received command: verify
[ROR COMPAT] Verifying the presence of ROR hooks on Kibana files..
[ROR COMPAT] Found patch file /home/kibana_XXX.ror161/plugins/readonlyrestkbn/kibana/patchers/patches_for_kbn_distribution/get_document_payload.patch
[ROR COMPAT] Verifying patched state...
[ROR COMPAT] ReadonlyREST encountered problems during patching verification: Unable to retrieve the ReadonlyREST plugin version for which the file was patched. Please ensure all steps in the upgrade guide have been followed: https://docs.readonlyrest.com/kibana#upgrading.
and also hangs without any further action/exit_code and the only option is to stop.
Is this a problem with this specific version of kibana I’m using or js script for ROR_1.61?