cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

CALL apoc.meta.stats() is not available

lingvisa
Graph Fellow

``poc.meta.stats is unavailable because it is sandboxed and has dependencies outside of the sandbox. Sandboxing is controlled by the dbms.security.procedures.unrestricted setting. Only unrestrict procedures you can trust with access to database internals.`

CALL apoc.meta.stats()

I have tis setting:
dbms.security.procedures.unrestricted=gds.*

So how to configure this meta.status() procedure to work?

1 ACCEPTED SOLUTION

Hello @lingvisa

Try this and don't forget to restart the database.
dbms.security.procedures.unrestricted=gds.*,apoc.*

Regards,
Cobra

View solution in original post

1 REPLY 1

Hello @lingvisa

Try this and don't forget to restart the database.
dbms.security.procedures.unrestricted=gds.*,apoc.*

Regards,
Cobra