Update "Find slow queries" to reference query logs instead of audit logs#7187
Conversation
|
@copilot we should version tags to keep the information clearly valid for users on different 9.x versions introruce the new information on a new line and use an inline applies_to tag to make it clear that this is the recommendation for 9.5+ |
Done in commit |
|
@copilot put query logging first instead of the current approach which introduces the old approach first and then forces you to read through that and then says "For a more streamlined approach" |
Reordered in the latest commit — query logging now comes first with the |
Elastic Docs AI PR menuCheck the box to run an AI review for this pull request.
Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team. |
🔍 Preview links for changed docs |
Elastic Docs Style Checker (Vale)Summary: 1 suggestion found 💡 Suggestions (1): Optional style improvements. Apply when helpful.
The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale. |
Frame slow logs as the starting point, then present query logging (9.4+) and audit logging as version-dependent ways to find the query source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
The "Find slow queries" section pointed users to audit logs to determine query source. Since 9.4, query logs do this properly: one config, end-to-end request duration, every query type. So the section now leads with that.
leem and Claude cleaned up after Copilot's initial flailing