Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ You can generate a report covering all databases in the DBMS, a specific databas
For example, if you run the command `neo4j-admin server report --database=ne*`, a report will be generated for all databases that start with "ne".
If not specified, the tool generates a report for all databases in the DBMS.

[NOTE]
====
The `--database` option determines from which database(s) the database-level information is collected.
It does not influence the DBMS-level information, which is gathered based on the specified classifiers.
====

This tool does not send any information automatically.
To share this information with the Neo4j Support organization, you have to send it manually.

Expand Down