-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report command handles several dbs and allows for specifying which #1323
Conversation
This PR includes documentation updates. You can view the updated docs at https://neo4j-docs-operations-1323.surge.sh |
@@ -26,6 +26,11 @@ 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All this looks good, but I'm wondering if we should reword it slightly. Most of the report consist of dbms level things, that will be collected no matter what (depending on sent in specifiers). Maybe something like
...allows you to choose the databases for which you want to included database specific information. You can generate a report covering all databases...
I'm not sure, what do you think?, my point is just that many of the collected things are not for a single db and will be collected independent of the filter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me. I'll reword it.
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
No description provided.