Skip to content

Commit

Permalink
apply suggestion from review
Browse files Browse the repository at this point in the history
  • Loading branch information
renetapopova committed Jan 10, 2024
1 parent 441ed74 commit 124d8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-report.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ The command collects information about the system and packages everything in an
If you specify `all`, everything is included.
You can also finetune the selection by passing classifiers to the tool, e.g `logs tx threads`.

Starting from Neo4j version 5.15, the Neo4j Admin report tool allows you to choose the databases for which you want to generate a report.
You can generate a report for all databases in the DBMS, a specific database, or databases that match a specified pattern.
Starting from Neo4j version 5.15, the Neo4j Admin report tool allows you to choose the databases for which you want to include database-specific information.
You can generate a report covering all databases in the DBMS, a specific database, or databases that match a specified pattern.
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.

Expand Down

0 comments on commit 124d8f5

Please sign in to comment.