Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 26, 2026

Reported 404 for /telegraf/v1/release-notes/ appears to be a production deployment or caching issue, not a repository issue.

Investigation Results

  • File exists: content/telegraf/v1/release-notes.md with correct frontmatter and menu configuration (telegraf_v1_ref)
  • URL generation: Hugo correctly generates /telegraf/v1/release-notes/ (verified in both dev and production builds)
  • Links verified: All internal references to release notes are correct
  • Menu rendering: Navigation correctly links from glossary and other pages

Repository State

No code changes required. All configuration is correct:

  • File has existed for years (not newly added)
  • Aliases properly redirect old URLs (/telegraf/v1/release-notes-changelog/)
  • Local builds return HTTP 200 for the URL
  • Generated HTML output confirmed in public/telegraf/v1/release-notes/index.html

The 404 on production likely requires cache invalidation or redeployment. Link-checker CI will verify current production state.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • docs.influxdata.com
    • Triggering command: /usr/bin/curl curl -s -o /dev/null -w %{http_code} REDACTED (dns block)
  • googlechromelabs.github.io
    • Triggering command: /usr/local/bin/node /usr/local/bin/node install.mjs (dns block)
  • https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.192/linux64/chrome-headless-shell-linux64.zip
    • Triggering command: /usr/local/bin/node /usr/local/bin/node install.mjs (http block)
  • https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.192/linux64/chrome-linux64.zip
    • Triggering command: /usr/local/bin/node /usr/local/bin/node install.mjs (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>https://docs.influxdata.com/telegraf/v1/release-notes/ returns 404</issue_title>
<issue_description>When clicking "Release notes" menu item (link: https://docs.influxdata.com/telegraf/v1/release-notes/) on the https://docs.influxdata.com/telegraf/v1/glossary/ page, one get the error "404 not found".
</issue_description>

<agent_instructions>Find the correct Telegraf release notes page link and fix the mentioned link. Find and fix any other occurences. Create a PR and let the link-checker check run normally to identify other broken links.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


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

Copilot AI changed the title [WIP] Fix 404 error for Telegraf release notes link Verify Telegraf release notes configuration (no changes needed) Jan 26, 2026
Copilot AI requested a review from jstirnaman January 26, 2026 20:46
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.

https://docs.influxdata.com/telegraf/v1/release-notes/ returns 404

2 participants