Fix support.influxdata.com link pattern in query-log.md#6867
Merged
jstirnaman merged 3 commits intoritwika/query_logfrom Feb 25, 2026
Merged
Fix support.influxdata.com link pattern in query-log.md#6867jstirnaman merged 3 commits intoritwika/query_logfrom
jstirnaman merged 3 commits intoritwika/query_logfrom
Conversation
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update support request link pattern for consistency
Standardize support.influxdata.com link pattern and add enforcement
Feb 25, 2026
5 tasks
jstirnaman
requested changes
Feb 25, 2026
Contributor
jstirnaman
left a comment
There was a problem hiding this comment.
Keep the content fix, but remove the validation changes. They're in the new PR.
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Contributor
Author
Done. Removed all validation changes (lefthook.yml, DOCS-CONTRIBUTING.md, check-support-links.sh, SupportLink.yml) and kept only the content fix to query-log.md line 25. See commit 97b181a. |
Copilot
AI
changed the title
Standardize support.influxdata.com link pattern and add enforcement
Fix support.influxdata.com link pattern in query-log.md
Feb 25, 2026
jstirnaman
approved these changes
Feb 25, 2026
jstirnaman
added a commit
that referenced
this pull request
Feb 25, 2026
* Add documentation for viewing the query log in the Admin UI and using influxctl * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Replace deprecated code-placeholders shortcode with placeholders attribute (#6869) * Initial plan * Replace deprecated code-placeholders shortcode with placeholders attribute Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Fix support.influxdata.com link pattern in query-log.md (#6867) * Initial plan * Fix support link pattern and add enforcement check Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Remove validation changes, keep content fix only Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Apply suggestions from code review Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Clarify note on query log enabling and its impact on cluster load per @jeffreyssmith2nd 's suggestion * Add schema table with explicit data types for query_log fields (#6868) * Initial plan * Add comprehensive schema table for query_log fields with data types and descriptions Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md --------- Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Line 25 in query-log.md contained a complex login redirect URL (
/s/login/?ec=302&startURL=%2Fs%2Fcontactsupport) that should use the standard pattern.Changes
Standard pattern:
https://support.influxdata.com(no trailing slash, no path)https://support.influxdata.com/s/login/?ec=302&startURL=%2Fs%2Fcontactsupporthttps://support.influxdata.comThis matches the most common pattern used throughout the repository (30 occurrences).
Background
Repository audit revealed 4 different URL patterns across 49 instances:
https://support.influxdata.comhttps://support.influxdata.com/https://support.influxdata.com/s/contactsupporthttps://support.influxdata.com/s/login/?ec=302...Enforcement tooling and documentation for this pattern are being added in a separate PR.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.