Go to file
Jason Stirnaman bd6f7481b0
Dar 588 plugins (#6718)
* fix(influxdb3): source comments

* docs(influxdb3): fix plugin path handling and improve Get Started clarity

Fixes issues with plugin filename resolution and improves progressive
disclosure in the processing engine Get Started guide.

- Update `--plugin` flag to `--path` (current CLI syntax)
- Clarify plugin filename must be provided without relative/absolute paths
- Add note explaining path resolution relative to `--plugin-dir`
- Document single-file vs multi-file plugin path requirements
- Link to detailed multi-file plugin structure documentation

- Add "Before you begin" section listing required setup steps
- Add prerequisites to table of contents
- Improve progressive disclosure by front-loading essentials

- Update trigger type from "Data write" to "WAL rows" (consistent with `influxdb3 create trigger --help`) with WAL link
- Replace `--plugin` with `--path` in trigger creation example
- Fix syntax error in enable trigger example (missing backslash)
- Clarify plugin example as "data write (WAL) plugin"
- Update code comments for clarity and remove outdated notes
- Specify "wal_rows trigger specification" terminology

- Specify testing "process_writes (WAL) plugin" for clarity
- Reference multiple test commands, not just wal_plugin
- Add link to schedule_plugin test command
- Clarify that PLUGIN_FILENAME should be filename only

- Prevents path resolution errors users encountered
- Aligns documentation with current CLI behavior
- Improves Get Started guide readability and flow
- Reduces confusion about plugin file handling

Closes #588

* docs(influxdb3): Docker Compose optional plugin directory
- Added inline comments to Docker Compose examples: `# Optional: only
  needed for processing engine plugins`
- Appears for both `--plugin-dir` flag and volume mount
- Helps users understand they can skip this if not using plugins
- Better progressive disclosure - users see it's optional without
  needing separate explanation

* docs(influxdb3): Replace --plugin-filename with --path
- Uses `--path` for plugins, replacing deprecated `--plugin-filename`
- Replaces "Data write" with "WAL rows" to be consistent with CLI help
  docs

* Update content/shared/influxdb3-get-started/processing-engine.md

* fix(deps): add missing yarn.lock updates for puppeteer

The puppeteer dependency was added to package.json in commit 784956a31
but yarn.lock was not updated, causing CI failures with --frozen-lockfile.

* chore(deps): upgrade puppeteer to 24.35.0

- Upgrade puppeteer from 23.11.1 to 24.35.0
- Fix deprecated page.waitForTimeout() - replaced with Promise/setTimeout
- Fix deprecated headless: 'new' - now just uses headless boolean

The 'new' headless mode is now the default in Puppeteer 24.
2026-01-14 18:17:14 -06:00
.ci fix(shortcodes): latest-patch CLI version for cloud-serverless (#6655) 2026-01-02 12:47:12 -06:00
.circleci feat(ci): add incremental builds and shared content-utils (#6582) 2025-12-01 19:45:42 -05:00
.claude fix(cli): Make docs edit non-blocking and reorganize CLI code (#6721) 2026-01-13 21:47:09 -06: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
.github fix(cli): Make docs edit non-blocking and reorganize CLI code (#6721) 2026-01-13 21:47:09 -06:00
.husky/_ Ask AI group filters (#6529) 2025-11-18 16:43:02 -06:00
.vscode
api-docs fix(influxdb3): add show_deleted parameter for listing databases (#6631) 2025-12-16 14:28:35 -06:00
assets Telegraf Controller (alpha) Documentation (#6685) 2025-12-31 14:49:32 -07:00
config fix(ci): add path offset for PR preview subdirectory baseURL (#6662) 2025-12-22 10:03:27 -06:00
content Dar 588 plugins (#6718) 2026-01-14 18:17:14 -06:00
cypress fix(shortcodes): latest-patch CLI version for cloud-serverless (#6655) 2026-01-02 12:47:12 -06:00
data Telegraf v1.37.1 (#6728) 2026-01-13 17:03:02 -06:00
deploy Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
docs/plans feat(claude): add docs-cli-workflow skill and update hugo-template-dev (#6614) 2025-12-10 16:36:08 -06:00
flux-build-scripts
helper-scripts feat(sync): extract style attributes from HTML comments (#6694) 2026-01-06 10:13:18 -06:00
layouts Route InfluxDB 3 Enterprise docs issue submissions to support portal (#6723) 2026-01-12 12:22:31 -06:00
scripts Dar 588 plugins (#6718) 2026-01-14 18:17:14 -06:00
shared/text
static feat: Clustered release 20251218-1946608 2026-01-05 12:56:28 -06:00
telegraf-build fix(telegraf): Aggregator typo and intro 2025-09-23 13:39:08 -05:00
test
.editorconfig
.frontmatter-schema.json
.gitignore docs(influxdb3): document log-filter values and targeted filtering (#6695) 2026-01-06 14:01:49 -06:00
.mcp.json
.nvmrc
.prettierignore Note excluded internal-use options (#6571) 2025-11-25 16:58:29 -06:00
.prettierrc.yaml
.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
.vale-instructions.ini Jts contrib and linting fixes (#6494) 2025-10-27 20:24:25 -05:00
.vale.ini
AGENTS.md Configure GitHub Copilot instructions and navigation system (#6628) 2025-12-15 12:43:34 -06:00
CLAUDE.md Configure GitHub Copilot instructions and navigation system (#6628) 2025-12-15 12:43:34 -06:00
DOCS-CONTRIBUTING.md Note excluded internal-use options (#6571) 2025-11-25 16:58:29 -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 Feature: Generate documentation in LLM-friendly Markdown (#6555) 2025-12-01 12:32:28 -06:00
Dockerfile.pytest
Dockerfile.tests
LICENSE
PLATFORM_REFERENCE.md feat: Add v2.8.0 release notes (#6623) 2025-12-12 17:07:48 -06:00
README.md fix(cli): Make docs edit non-blocking and reorganize CLI code (#6721) 2026-01-13 21:47:09 -06:00
broken_links_report.json
compose.yaml fix(influxdb3): influxdb3 install package command syntax and details (#6512) 2025-11-04 23:04:44 -06:00
cypress.config.js
docs.code-workspace chore(ide): Add docs.code-workspace file contains: (#6576) 2025-12-01 11:20:33 -06:00
eslint.config.js Jts agentsmd (#6486) 2025-10-28 07:20:13 -05:00
hugo_stats.json
install-influxdb3-core.sh
install_influxdb3.sh Core and Ent3 performance tuning guide and configuration options (#6421) 2025-10-21 13:14:31 -05:00
lefthook.yml Note excluded internal-use options (#6571) 2025-11-25 16:58:29 -06:00
package.json Dar 588 plugins (#6718) 2026-01-14 18:17:14 -06:00
tsconfig.json feat(influxdb): Version detector shortcode triggers a modal 2025-09-30 19:01:21 -05:00
yarn.lock Dar 588 plugins (#6718) 2026-01-14 18:17:14 -06: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.