* Release Chronograf v1.11.0
* fix: warning format
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Initial plan
* Fix 6 broken links in Chronograf release notes
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* Fix all 6 broken links in Chronograf release notes with correct fragment IDs
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
---------
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* chore: add .worktrees to gitignore
* refactor: replace URL-parsing in shortcodes with cascade product data
Replace duplicated URL-parsing logic across 28 shortcodes with Hugo's
cascade frontmatter. Each product section's _index.md now cascades
`product` (data key) and `version` (URL segment) to all descendants.
Key changes:
- Add cascade frontmatter to 15 product _index.md files
- Create layouts/partials/product/get-data.html shared partial
- Refactor 28 shortcodes to use the partial instead of parsing URLs
- Add version_label, limits, and distributed_architecture metadata
to data/products.yml to eliminate hardcoded dicts in shortcodes
- Fix lefthook lint-markdown-instructions glob format (YAML array)
- Fix pre-existing Vale exclamation point errors in cloud and v2
* fix: prevent remark-lint from escaping Hugo template syntax in shortcodes
Lefthook's glob option only triggers whether a command runs — it does
not filter {staged_files}. This caused remark-lint to process .md
shortcode files in layouts/, escaping underscores, brackets, and
parentheses that are valid Hugo template syntax.
Add layouts/ exclusion to the existing content/ filter in the
lint-markdown-instructions run command. Also fix the 3 shortcode files
that were damaged by remark-lint in the previous commit.
* test: add E2E tests for cascade product shortcodes
Add Cypress tests validating all refactored shortcodes across 14
product/version combos (82 tests). Test expectations are derived
from products.yml at runtime via cy.task('getData').
Fix the product links test to iterate actual home page links
instead of all products.yml entries.
Create _test/shortcodes.md pages in each product section
exercising product-name, product-key, current-version,
influxdb/host, and InfluxDB3-specific shortcodes.
* test: expand E2E coverage to 27 of 28 cascade shortcodes
Add shortcode invocations to all 14 test pages and corresponding
Cypress assertions for version lookups, namespace URLs, product
name text, placeholder_host, version visibility, CTA links, and
site-level data.
Add shortcodes-real-pages.cy.js for 6 shortcodes that require real
page context (cli/mapped, children, flux/list-all-functions,
telegraf/plugins, html-diagram/sso-auth-flow, cli/influxd-flags).
Suppress Vale on test pages — they contain only shortcode syntax,
not prose.
163 tests total, all passing.
* refactor(test): rename _test dirs to __tests__ and add noindex
Rename test page directories from _test to __tests__ to align with
JS testing conventions. Add noindex: true to all 14 test page
frontmatter to prevent search engine indexing in production.
Update Cypress URL pattern to match new paths.
* Release Chronograf v1.11.0
* fix: warning format
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Initial plan
* feat: add Documentation MCP server pages to chronograf, kapacitor, flux, and explorer
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* fix: update MCP page descriptions to include product names
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* fix: resolve product-name shortcode for v1/v0 versioned products
The shortcode previously only checked the second URL path segment to
identify products, which works for InfluxDB 3 (/influxdb3/core/) but
fails for older products where the second segment is a version number
(/chronograf/v1/, /flux/v0/).
Add namespace extraction (first path segment) and conditional logic to
look up products by namespace when the version is v1 or v0. This fixes
empty product names in meta descriptions for Chronograf, Telegraf,
Kapacitor, Flux, and InfluxDB Enterprise v1.
* feat: relocate v2/cloud MCP pages and add alt_links for cross-product navigation
- Move MCP server pages from reference/ to tools/ for InfluxDB v2 and Cloud
- Add alt_links frontmatter to all MCP pages for cross-product navigation
- Use product-name shortcode in descriptions for consistency
- Convert code-placeholders shortcode to fenced code block attributes
- Update shared content to use version-agnostic URLs
* Add multi-assistant installation instructions for documentation MCP server (#6836)
* Initial plan
* feat(mcp): add installation instructions for multiple AI assistants
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
* refactor(mcp): replace Cline and Windsurf with GitHub Copilot and OpenCode
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: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* nest reference docs menu in v2 and cloud
* move migrate data into write data
* nest notebooks under tools
* nest templates under tools
* nest telegraf configs under tools
* cleanup weights and titles of tools sections
* reorg org and bucket management under admin
* add backup/restore to admin, clean up related links
* restructure security sections under admin
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* updated serverless cli docs to address pr feedback
* Update content/influxdb/cloud/admin/organizations/delete-org.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* port v2 install changes to new structure
* address pr feedback and ported missing content to serverless
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* add chronograf documentation to 3.0, clean up cloud URL modal, closes#5037
* add more info about fully-qualified measurements in chronograf doc
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* added additional instruction
* Update content/chronograf/v1.9/introduction/downloading.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added detail about script builder
* Update content/chronograf/v1.9/guides/querying-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added new scipt builder functionalities
* added time range on schema data update
* Update content/chronograf/v1.9/guides/querying-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/querying-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/querying-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fixed page description
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* update alert rules page, remove manage tasks
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/chronograf/v1.9/guides/create-alert-rules.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* change based on feedback
* reverted a change to maintain formatting
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* draft
* stage latest for Larissa
* edits based on researching features
* made changes based on PM feedback
Co-authored-by: Kelly <kelly@influxdata.com>
* base changes for influxdb 2.1
* remove duplicates in draft
* draft categories
* add categories
* Document wildcards in SHOW MEASUREMENTS ON queries (#3273)
* InfluxQL: document wildcards in SHOW MEASUREMENTS ON queries
This applies to InfluxDB 2.1.
See #3201
* latest notes
* Update `influxd --store` values (#3272)
* Use Unix ~ alias
* Add sqlite path to file layout doc
* add sqlite to filesystem diagrams
* draft 2.1 release notes +questions
* revert to check RNs changes in separately
* latest release notes
* Restructure installation docs for separate CLI package (#3280)
* influxdb and cli install revamp
* reorganized CLI install instructions
* remove unnecessary short-code parameters
* updated docs to address PR feedback
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* update linux install instructions
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* release note updates
* updates
* add support for annotations in OSS 2.1 (#3286)
* Document support for bearer auth sytax (#3297)
* 2.1 oss notebooks (#3281)
* Move notebooks to OSS (addresses #2951 )
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/manage-notebooks.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/troubleshoot-notebooks.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add PR feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Fix link in bearer auth sytax doc (#3298)
* Updated CLI docs content and added version metadata (#3285)
* added metadata styles and data to cli docs
* added missing ui-disabled influxd config flag
* added updated versions to influx cli metadata
* added metadata to all cloud influx cli docs
* updated influx ping in cloud to have oss only tag
* Update influxd documentation for 2.1 (#3302)
* update and dynamically generate links to influxd flags (#3288)
* remove 2.1 config options from 2.0
* New influxd commands (#3291)
* added basic influxd recovery commands
* added influxd recover commands, WIP for other influxd inspect commands
* updated all influxd inspect commands
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated influxd docs to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add static legend to band and graph visualizations (#3315)
* update band vis to include static legend
* upd graph and graph-single-stat w static legend
* update 2.1 links
* update to latest Flux links
* fix Flux links
* Influxdb 2.1 release notes (#3279)
* draft release notes
* latest RN changes
* test
* revert
* for review purposes
* incorporate changes from new changelog
* add note about new metadata included in CLI docs
* edit
* more edits
* add overview features list
* tweak verbiage about Telegraf support
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* add link
* add edits from Scott, Dan, and Will
* edits from dan
* highlight and distinguish CLI separation changes
* add links to new API endpoints
* formatting upd
* edits for secrets
* mv Flux location support after rsv merge conflicts
* edits from Tim
* update influxql link
* rmv SLQ metastore link
* minor updates to 2.1 release notes
* prep
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
* add new Telegraf plugins to release notes
* edit from Will
* 2.1 upgrade and downgrade instructions (#3332)
* influxd downgrade command, add upgrade instructions, closes#3331
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* udpated downgrade docs to address PR feedback
* remove references to localhost:1313
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* updated flux version in release notes, added other new items, closes#3338 (#3344)
* Chore/update oss api (#3341)
* Standardize the term "key-value" (#3283)
* s|key/value|key-value
* Use en dash in prefix to open compound "time series"
* CLI 2.2 (#3269)
* add -b shorthand to influx delete
* add cli 2.2 release notes
* add example for all-access token
* edits
* updates to influx auth create
* edits for operator token
* remove inaccurate env var
* Update influx-cli.md
* Update influx-cli.md
* make capitalization consistent with other docs
* make headers parallel
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott and Dan
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* edits to CLI
* add oss-only shortcode and fix formatting
* format updates
* fix links
* add oss-only inline
* fix list
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Dan
* emphasize recommendation
* edit from Dan re limits and page size
* edit f Sam
* update release date
* remove vague description
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* add cloud updates in Sept (#3210)
* Fix numbering in AWS install doc (#3293)
Closes#3292
* Document new API Invocable Scripts feature (was named-functions) (#3282)
* feat: add api-guides/guides and guides/api-invocable-scripts for the API-invocable scripts (managed functions) feature (##2547, #2233).
* feat: document API-invocable scripts. Add example for creating and invoking a script with POST. Unable to make GET work with query parameters.
* feat: moved API-invocable scripts under api-guide. Remove guides directory. Add docs for list and find. Add example for list. Add shortcuts and glossary links. Verified with team-compute that GET /invoke and python are not supported yet.
* feat: rename example function for simplicity since there's no GET for now.
* feat: add find_and_update example (#2547).
* feat: add update example. Clarify, expand invoke example. Add links. (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: remove accidental commit of generated redoc-static.html
* feat: manual update to cloud swagger. Merges meta, auth, tags, and x-tagGroups from src/cloud.yml to aggregate contracts/ref/cloud.yml.
* fix: replace /functions with /scripts
* feat: get swaggers from contracts/ref. Still requires copy-paste of info, tags, and auth from contracts/cloud.yml and contracts/oss.yml
* feat: invocable scripts (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* feat: new section for params (#2547).
* fix: swagger server url (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: remove jq and function where there's no clear need.
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* fix: add Invocable Scripts tag description. (#3296)
* Fix api invocable (#3299)
* fix: scripts api path.
* fix: bad comma
* Fix api invocable (#3306)
* fix: scripts api path.
* fix: bad comma
* feat: add invocable scripts example for sending multiple parameter values.
* fix: endpoint text. (#3308)
* Fix api invocable (#3310)
* fix: measurement -> point
* fix: cloud API ref. Remove private paths. Patch description and orgID params into ScriptCreateRequest.
* updated token naming and other typos, closesinfluxdata/DAR#244 (#3309)
* Flux 0.136 (#3311)
* Flux 0.136.0 release notes
* Update pagerduty package for flux 0.136.0 (#3303)
* Add Flux ServiceNow package (#3304)
* added Flux servicenow package
* Apply suggestions from code review
* Enterprise dar updates (#3313)
* removed references to web server in enteprise cluster docs, closesinfluxdata/DAR#245
* updated enterprise upgrade instructions, closesinfluxdata/DAR#243
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* fix: mjs example path (#3305) (#3316)
* 3240 fix nodejs alias (#3317)
* fix: mjs example path (#3305)
* fix: add alias to node.js client library (#3240)
* Edit description for amd_rocm_smi Telegraf plugin (#3186)
* Edit description for amd_rocm_smi Telegraf plugin
Edit name and description for amd_rocm_smi Telegraf plugin.
Not sure if this is the only location that it needs to be udpated.
* cpl minor updates
Co-authored-by: Kelly <kelly@influxdata.com>
* remove influxql support from v2 api, closesinfluxdata/DAR#246 (#3326)
* Telegraf 1.20.3 (#3328)
* Telegraf 1.20.3
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* docs: update telegraf configuration.md (#3300)
* docs: update telegraf configuration.md
* add note about rate limits
* fix: correct debian/ubuntu install instructions (#3312)
* fix: correct debian/ubuntu install instructions
This consolidates the Debian and Ubutnu install instructions into one
section. The install instructions can be the same for both as they use
the same package manager (i.e. apt).
This removes the use of the now deprecated pipe to apt-key.
This removes references to starting the service, as the service starts
on install and does not require an extra step. Also all supported
operating systems are using systemd at this point so no need to call
that out seperatly.
Removes an extra 'sudo' in deb instructions.
* missing word
* added flux 0.137.0 release notes, added vertica sql support docs (#3318)
* Update _index.md (#3195)
broken link for external plugin repo
* Addresses #3284 (#3334)
* Updates to Flux `to()` (#3260)
Closes https://github.com/influxdata/DAR/issues/236.
Closes#3258.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Fix shim and other link (#3336)
* Update Kapacitor security docs (#3325)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Include TLS setup in Enterprise post-install steps (#3271)
- Rename TLS guide file.
- Use term "TLS" in title and introduction of TLS guide.
Closes#3270.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux 0.138.0 and 0.139.0 (#3335)
* added release notes for flux 0.138 and 0.139 and related updates
* updated spec with related implementation issue
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated to address PR feedback, added related links to int, uint, and bitwise docs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* hotfix load data link
* add aliases and fix load data link in oss
* API Ref docs processing (#3337)
* chore: API Reference Docs custom processing. Pulls contracts/ref files and applies custom content (tags, x-tagGroups, securitySchemes, info) before writing results to cloud/ref.yml and v2.0/ref.yml.
Rename source files from swagger.yml to ref.yml to avoid confusion and in case we need to bundle additional specs in the future.
Add an OpenAPI CLI docs-plugin with content and decorators.
* chore: update api-docs/README.md
* fix: add strip-version-prefix to remove /api/v2 added incorrectly to some paths during contract generation - also fixed in openapi repo so future contracts won't need this decorator. Fix server urls. Cleanup.
* chore: update cloud contract.
* chore: update oss API contract.
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>
* edit from Tim: update v2.0 to v2.1 in API section
* fix 2.1 links
* Fix/api ref 2.1 (#3363)
* fix: cloud-specific v1compat auth examples.
* fix: openapi. Disabled securityScheme replacement. Cleaned up placeholders. Added links.
* fix: update API auth descriptions. add API ref v2.1. Update links in openapi content.
* fix: updates URLs to v2.1 in API ref docs
* add verify-tsm to 2.1 release notes
* Clockface updates for 2.1 and Cloud (#3364)
* versioned old icomoon font
* updated all existing icons with versioned style
* Revert "updated all existing icons with versioned style"
This reverts commit 79b6cdf539.
* versioned icon shortcode
* update icons and new styles for clockface v3
* updated nav-icon shortcode and styles
* updated account nav icon styles
* misc updates
* general style updates
* updated oss versions on the homepage
* fixed tick card colors on homepage
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>