Go to file
Jason Stirnaman 14e021aa26
InfluxDB 1.12.3 release (#6872)
* feat: [meta] https-insecure-certificate configuration (#6850)

Add documentation for meta node's `[meta] https-insecure-certificate` configuration.

This configuration is available in >=  1.12.3.

* feat: https-insecure-certificate configuration (#6847)

Add documentation for `https-insecure-certificate` configuration in `[cluster]` and `[http]` sections.

* feat: [tls] advanced-expiration configuration (#6849)

Add `[tls] advanced-expiration` setting for data nodes.

* feat: add compression options to influxd-ctl backup (#6717)

* feat: add compression options to influxd-ctl backup

Added new flags for backup compression and performance tuning.

* feat: Update backup.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/enterprise_influxdb/v1/tools/influxd-ctl/backup.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* fix(enterprise): correct typos and inconsistencies in v1.12.3 release docs

Fix grammar, formatting, and accuracy issues across the new v1.12.3
configuration and backup compression documentation.

* fix(influxdb-v1): correct FUTURE LIMIT and PAST LIMIT clause order and add to ALTER RETENTION POLICY (#6591)

* fix(influxdb-v1): correct FUTURE LIMIT and PAST LIMIT clause order and add to ALTER RETENTION POLICY

- Fix clause order: FUTURE LIMIT must appear before PAST LIMIT (parser requirement)
- Add FUTURE LIMIT and PAST LIMIT clauses to ALTER RETENTION POLICY syntax
- Add grammar definitions for retention_future_limit and retention_past_limit
- Add explicit note clarifying the required clause order
- Fix "There are" style issue in spec.md

closes #6590

* style(influxdb-v1): clean up InfluxQL spec formatting

influxdb/v1:
- Simplify introduction and use relative anchor links
- Convert notes to GitHub-style callout syntax
- Fix heading hierarchy (Letters/digits, Identifiers, Keywords, Literals as h3)
- Standardize Duration units table heading
- Fix "keywords" typo
- Reword "See FAQ" to "For more information, see"
- Simplify KILL QUERY section
- Fix SHOW MEASUREMENT CARDINALITY heading level
- Replace "There are" with active voice

enterprise_influxdb/v1:
- Add related links to frontmatter
- Simplify introduction and use relative anchor links
- Convert notes to GitHub-style callout syntax
- Add Characters and Letters/digits to TOC
- Standardize Duration units table heading
- Fix "keywords" typo
- Reword "See FAQ" to "For more information, see"
- Simplify KILL QUERY section for Enterprise clusters
- Update SHOW TAG KEYS grammar to include with_key_clause
- Remove backticks from SHOW STATS headings

* fix(influxdb-v1): address review issues in InfluxQL spec pages (#6931)

* fix(influxdb-v1): address review issues in InfluxQL spec pages

- Fix Enterprise KILL QUERY: restore proper EBNF grammar with optional
  ON clause and include both local and cluster examples
- Fix duplicate "Durations" heading in both spec files
- Fix list item spacing in Enterprise spec
- Revert OSS heading level changes to maintain consistency with Enterprise
- Restore Comments section to original location under Other in OSS spec

* fix(influxdb-v1): move Comments section outside Other in OSS spec

Match Enterprise spec structure: Comments is a top-level section
before Other, not nested inside it.

* fix(influxdb-v1): restore Comments link in OSS spec TOC

* fix(influxdb-v1): rewrite KILL QUERY with clear Syntax and Examples sections

Use text-typed code block for syntax notation and Syntax heading.
Keep both local and cluster examples in sql-typed block.

* feat(enterprise,v1): add v1.12.3 release notes and missing OSS config options

Add release notes for InfluxDB v1.12.3 (OSS and Enterprise) with links
to documented features. Add missing https-insecure-certificate and
advanced-expiration config options to OSS docs. Fix backup example
gzipBlockSize typo (10048576 → 10485760) and document the default.

* fix(enterprise,v1): fix broken links in release notes and spec pages

Fix 30+ broken links across v1 release notes and InfluxQL spec pages:
- Correct config paths (configuration/ → configure/)
- Fix fragment anchors (remove default values from anchors)
- Update relocated pages (cluster-commands → tools/influxd-ctl)
- Fix cross-product links (Enterprise → OSS for shared content)
- Remove dead links (flux/v0.36, whats_new)

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* fix(enterprise,v1): move FUTURE/PAST LIMIT fix from Features to Bug fixes

The clause order correction is a bug fix, not a new feature.

* fix(v1): correct spec typos and KILL QUERY placeholder in v1.12.3 docs (#6932)

* Initial plan

* fix(v1): correct typos, grammar references, and example inconsistencies in spec and backup docs

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>

* revert(enterprise/v1): restore gzipBlockSize and gzipBlockCount in backup example

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>

* revert(v1): restore with_key_clause in spec grammar for show_tag_keys, show_tag_values_cardinality, and exact_cardinality statements

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(influxdb-v1): fix broken cross-references in meta-nodes config and OSS config

- Fix meta-internal-shared-secret links in config-meta-nodes.md to point
  to config-data-nodes where the heading exists
- Update MDN security headers URL to current location

* chore(influxdb-v1): bump OSS and Enterprise latest patch to 1.12.3

* docs: tag v1.12.3-only config and backup updates (#6936)

* Initial plan

* docs(metadata): mark v1.12.3 additions

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>

---------

Co-authored-by: Geoffrey Wossum <gwossum@influxdata.com>
Co-authored-by: WeblWabl <devandbenz@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-03-13 15:37:54 -05:00
.ci chore(spell-check): improve Vale spell checking for code comments (#6876) 2026-02-28 14:24:23 -06:00
.circleci feat(ci): add incremental builds and shared content-utils (#6582) 2025-12-01 19:45:42 -05:00
.claude chore: add hosted influxdb-docs MCP server to .mcp.json (#6914) 2026-03-10 14:08:33 -05:00
.context chore(qol): Add .context to store ephemeral, external, or temp files that LLMs can use to help with docs management. Move plans to .content/plans, untracked. 2025-07-01 12:43:17 -05:00
.devcontainer feat(devcontainer): add GitHub Codespaces configuration (#6801) 2026-02-10 13:01:18 -06:00
.github Fix PR preview and Copilot visual review skipping docs home page when layouts/index.html changes (#6922) 2026-03-13 08:47:38 -05:00
.husky/_ Ask AI group filters (#6529) 2025-11-18 16:43:02 -06:00
.vscode InfluxDB 3.4 offline tokens (#6346) 2025-08-28 07:03:03 -06:00
api-docs feat(influxdb3): rename API specs and add download links (#6906) 2026-03-08 17:15:32 -05:00
assets feat(ent3): add experimental badge for --use-pacha-tree (#6857) 2026-02-23 14:58:35 -06:00
config fix(ci): add path offset for PR preview subdirectory baseURL (#6662) 2025-12-22 10:03:27 -06:00
content InfluxDB 1.12.3 release (#6872) 2026-03-13 15:37:54 -05:00
cypress refactor: replace URL-parsing in shortcodes with cascade product data (#6883) 2026-02-27 09:46:57 -06:00
data InfluxDB 1.12.3 release (#6872) 2026-03-13 15:37:54 -05:00
deploy Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
flux-build-scripts fix(JS): Rename CommonJS scripts to .cjs extension, keep type: module as the project default. Update and fix ESLint configuration. 2025-05-19 11:34:42 -05:00
helper-scripts feat(ci): add doc review pipeline with auto-labeling and Copilot review (#6890) 2026-03-09 20:22:31 -05:00
layouts refactor: replace URL-parsing in shortcodes with cascade product data (#6883) 2026-02-27 09:46:57 -06:00
scripts chore(scripts): JS style fix (#6780) 2026-02-04 17:07:14 -06:00
shared/text chore(test): Remove shared code sample 2025-07-08 00:25:03 -05:00
static feat(influxdb3): rename API specs and add download links (#6906) 2026-03-08 17:15:32 -05:00
telegraf-build fix(telegraf): Aggregator typo and intro 2025-09-23 13:39:08 -05:00
test test(influxdb3): Improve InfluxDB 3 Core and Enterprise Docker services (#6750) 2026-01-20 17:17:36 -06:00
.codespellignore chore(spell-check): improve Vale spell checking for code comments (#6876) 2026-02-28 14:24:23 -06:00
.codespellrc chore(spell-check): improve Vale spell checking for code comments (#6876) 2026-02-28 14:24:23 -06:00
.editorconfig chore(ci): Improve CI lint and test runners 2024-06-21 18:41:07 -05:00
.frontmatter-schema.json feat(v3): WIP: Revise API specs for Core and Enterprise 2025-02-25 17:08:05 -06:00
.gitignore refactor: replace URL-parsing in shortcodes with cascade product data (#6883) 2026-02-27 09:46:57 -06:00
.mcp.json chore: add hosted influxdb-docs MCP server to .mcp.json (#6914) 2026-03-10 14:08:33 -05:00
.nvmrc End-to-end testing, CI script, and JavaScript QoL improvements: 2025-05-19 09:50:33 -05:00
.prettierignore Note excluded internal-use options (#6571) 2025-11-25 16:58:29 -06:00
.prettierrc.yaml chore: Write data improvements 2024-06-24 15:42:10 -05:00
.remarkrc.yaml Jts contrib and linting fixes (#6494) 2025-10-27 20:24:25 -05:00
.s3deploy.yml Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
.shellcheckrc feat(ci): add ShellCheck linter to Lefthook pre-commit hooks (#6891) 2026-02-28 12:39:59 -06:00
.vale-instructions.ini Jts contrib and linting fixes (#6494) 2025-10-27 20:24:25 -05:00
.vale.ini fix(vale): update (vale sync), improve rules, exclude URLs and shortcode attributes from spell checking (#6798) 2026-02-10 09:15:14 -06:00
AGENTS.md chore: add hosted influxdb-docs MCP server to .mcp.json (#6914) 2026-03-10 14:08:33 -05:00
CLAUDE.md chore: add hosted influxdb-docs MCP server to .mcp.json (#6914) 2026-03-10 14:08:33 -05:00
DOCS-CONTRIBUTING.md fix: add content links and InfluxDB documentation MCP server instructions (#6885) 2026-02-28 09:12:48 -06:00
DOCS-DEPLOYING.md ci(preview): Add PR Preview reference in DOCS-DEPLOYING.md (#6668) 2025-12-22 15:56:40 -06:00
DOCS-FRONTMATTER.md Apply suggestion from @jstirnaman 2025-10-08 16:46:00 -05:00
DOCS-SHORTCODES.md chore(docs): Redesign docs CLI tools for creating and editing content, add content/create.md tutorial page for the How to creat… (#6506) 2025-11-03 10:18:15 -06:00
DOCS-TESTING.md fix: add content links and InfluxDB documentation MCP server instructions (#6885) 2026-02-28 09:12:48 -06:00
Dockerfile.pytest chore: always verify GPG fingerprint 2025-07-09 10:13:29 -05:00
Dockerfile.tests chore(ci): Improve pre-commit hook, test harness, and linter 2024-07-23 15:08:28 -05:00
LICENSE added license and issue template, moved security.md 2019-10-07 10:27:36 -06:00
PLATFORM_REFERENCE.md Release Chronograf v1.11.0 (#6854) 2026-02-24 10:19:18 -06:00
README.md fix(cli): Make docs edit non-blocking and reorganize CLI code (#6721) 2026-01-13 21:47:09 -06:00
SPELL-CHECK.md chore(spell-check): improve Vale spell checking for code comments (#6876) 2026-02-28 14:24:23 -06:00
broken_links_report.json fix(ci): resolve link validation workflow false failures 2025-07-28 22:39:40 -05:00
compose.yaml test(influxdb3): Improve InfluxDB 3 Core and Enterprise Docker services (#6750) 2026-01-20 17:17:36 -06:00
cypress.config.js chore(ci): Removes old Cypress link checker test code 2025-08-18 10:51:57 -05:00
docs.code-workspace chore(ide): Add docs.code-workspace file contains: (#6576) 2025-12-01 11:20:33 -06:00
eslint.config.js fix(version-detector): centralize Grafana links and DRY up host examples (#6693) 2026-01-26 18:42:09 -06:00
hugo_stats.json fix: remove buffer-mem-limit-mb (#6341) 2025-08-27 08:32:06 -06:00
install-influxdb3-core.sh InfluxDB 3 Core & InfluxDB 3 Enterprise alpha release (#5760) 2025-01-13 07:21:11 -07:00
install_influxdb3.sh Core and Ent3 performance tuning guide and configuration options (#6421) 2025-10-21 13:14:31 -05:00
lefthook.yml feat(ci): add ShellCheck linter to Lefthook pre-commit hooks (#6891) 2026-02-28 12:39:59 -06:00
package.json fix: upgrade glob to v13 and pin dompurify resolution (#6925) 2026-03-11 15:39:20 -05:00
tsconfig.json feat(influxdb): Version detector shortcode triggers a modal 2025-09-30 19:01:21 -05:00
yarn.lock fix: upgrade glob to v13 and pin dompurify resolution (#6925) 2026-03-11 15:39:20 -05:00

README.md

InfluxData Product Documentation

This repository contains the InfluxData product documentation for InfluxDB and related tooling published at docs.influxdata.com.

Contributing

We welcome and encourage community contributions. For information about contributing to the InfluxData documentation, see Contribution guidelines.

Testing

For information about testing the documentation, including code block testing, link validation, and style linting, see Testing guide.

Documentation Tools

This repository includes a docs CLI tool for common documentation workflows:

# Create new documentation from a draft
npx docs create drafts/new-feature.md --products influxdb3_core

# Create and open files in editor (non-blocking)
npx docs create drafts/new-feature.md --products influxdb3_core --open

# Create and open, wait for editor (blocking)
npx docs create drafts/new-feature.md --products influxdb3_core --open --wait

# Edit existing documentation (supports full URLs or paths)
npx docs edit https://docs.influxdata.com/influxdb3/core/admin/
npx docs edit /influxdb3/core/admin/

# Edit and wait for editor to close (blocking)
npx docs edit /influxdb3/core/admin/ --wait

# List files without opening
npx docs edit /influxdb3/core/admin/ --list

# Use a specific editor
npx docs edit /influxdb3/core/admin/ --editor nano

# Add placeholder syntax to code blocks
npx docs placeholders content/influxdb3/core/admin/upgrade.md

# Get help
npx docs --help

The docs command is automatically configured when you run yarn install.

Editor Configuration

The docs edit and docs create --open commands open documentation files in your preferred editor. By default, they launch the editor in the background and exit immediately (agent-friendly). Use the --wait flag for interactive editing sessions.

Setting Your Editor:

The CLI selects an editor in this priority order:

  1. --editor flag
  2. DOCS_EDITOR environment variable
  3. VISUAL environment variable
  4. EDITOR environment variable
  5. System default (vim, nano, etc.)

Examples:

# Set editor for all commands
export EDITOR=vim

# Set editor specifically for docs CLI
export DOCS_EDITOR=nano

# Use VS Code with built-in wait flag
export DOCS_EDITOR="code --wait"

For Automated Workflows:

The default non-blocking behavior prevents AI agents and automation scripts from hanging:

# In a script or CI pipeline
docs edit /some/url           # Returns immediately
echo "Editor launched"        # This runs right away

# If you need to wait (interactive editing)
docs edit /some/url --wait    # Blocks until editor closes
echo "Editor closed"          # This waits for editor to close

Documentation

Comprehensive reference documentation for contributors:

AI Assistant Instructions

Instructions for AI assistants working with this repository:

Reporting a Vulnerability

InfluxData takes security and our users' trust very seriously. If you believe you have found a security issue in any of our open source projects, please responsibly disclose it by contacting security@influxdata.com. More details about security vulnerability reporting, including our GPG key, can be found at https://www.influxdata.com/how-to-report-security-vulnerabilities/.

Running the docs locally

  1. Clone this repository to your local machine.

  2. Install NodeJS, Yarn, Hugo, & Asset Pipeline Tools

    The InfluxData documentation uses Hugo, a static site generator built in Go. The site uses Hugo's asset pipeline, which requires the extended version of Hugo along with NodeJS tools like PostCSS, to build and process stylesheets and JavaScript.

    To install the required dependencies and build the assets, do the following:

    1. Install NodeJS

    2. Install Yarn

    3. In your terminal, from the docs-v2 directory, install the dependencies:

      cd docs-v2
      yarn install
      

      Note: The most recent version of Hugo tested with this documentation is 0.149.0.

      After installation, the docs command will be available via npx:

      npx docs --help
      
  3. To generate the API docs, see api-docs/README.md.

  4. Start the Hugo server

    Hugo provides a local development server that generates the HTML pages, builds the static assets, and serves them at localhost:1313.

    In your terminal, start the Hugo server:

    npx hugo server
    
  5. View the docs at localhost:1313.

Alternative: Use docker compose

  1. Clone this repository to your local machine. See how to clone a repository.

  2. Follow the instructions to install Docker Desktop and Docker Compose to your local machine.

  3. Use Docker Compose to start the Hugo server in development mode--for example, enter the following command in your terminal:

    docker compose up local-dev
    
  4. View the docs at localhost:1313.