Skip to content

Fix support.influxdata.com link pattern in query-log.md#6867

Merged
jstirnaman merged 3 commits intoritwika/query_logfrom
copilot/update-support-request-link-pattern
Feb 25, 2026
Merged

Fix support.influxdata.com link pattern in query-log.md#6867
jstirnaman merged 3 commits intoritwika/query_logfrom
copilot/update-support-request-link-pattern

Conversation

Copy link
Contributor

Copilot AI commented Feb 25, 2026

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)

  • Fixed: Line 25 in query-log.md to use standard pattern
    • Changed from: https://support.influxdata.com/s/login/?ec=302&startURL=%2Fs%2Fcontactsupport
    • Changed to: https://support.influxdata.com

This matches the most common pattern used throughout the repository (30 occurrences).

Background

Repository audit revealed 4 different URL patterns across 49 instances:

Pattern Count
https://support.influxdata.com 30
https://support.influxdata.com/ 15
https://support.influxdata.com/s/contactsupport 3
https://support.influxdata.com/s/login/?ec=302... 1

Enforcement tooling and documentation for this pattern are being added in a separate PR.

Original prompt

See line 25 in the PR:

> To enable it for your cluster, [contact InfluxData support](https://support.influxdata.com/s/login/?ec=302&startURL=%2Fs%2Fcontactsupport).

What's our pattern for Support request links?
Review recent and most-used.
Suggest what to use in this PR.
Make a plan to add a gate/check to enforce it.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from jstirnaman February 25, 2026 13:37
Copy link
Contributor

@jstirnaman jstirnaman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copy link
Contributor Author

Copilot AI commented Feb 25, 2026

Keep the content fix, but remove the validation changes. They're in the new PR.

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
Copilot AI requested a review from jstirnaman February 25, 2026 14:26
@jstirnaman jstirnaman marked this pull request as ready for review February 25, 2026 14:27
@jstirnaman jstirnaman requested a review from a team as a code owner February 25, 2026 14:27
@jstirnaman jstirnaman requested review from sanderson and removed request for a team February 25, 2026 14:27
@jstirnaman jstirnaman merged commit 825c21b into ritwika/query_log Feb 25, 2026
1 check was pending
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants