Jason Stirnaman
4e3dd622b5
WIP(api): Fix background color, remove unused style attributes.
2024-11-05 11:48:36 -06:00
Jason Stirnaman
a5e638077c
WIP(api): JavaScript module refactor, API stylesheets and theme switching
...
- Use js.Build in asset pipeline to transpile and tree-shake ESM modules
- Reorganize JS from HTML sections into modular ESM (benefts: testing, intellisense, package management, explicit dependencies (imports)
- Move some code into Reactish functional components
- Light/dark theme switching for Rapidoc
- Basic light/dark SCSS setup
- Inherits the user's preferred server URL and sets it as the API server URL
2024-11-05 10:38:45 -06:00
Jason Stirnaman
5ad7bc4b1a
chore(api): Refactor and reuse data:
...
- Makes OSS v2 config consistent with other platforms and more convenient
- Changes getSwagger.sh to use the new v2 config and to allow generating v1-compat individually for each platform
- Refactors JS into modules.
- Reuses existing product (platform) data
- Adds an apis property to product data that references the config file for each product's API docs
- Generates pages for all products that have the property
- Adds the script to package.json
2024-11-05 10:38:44 -06:00
Jason Stirnaman
b2ef303baa
WIP(api): hide rapidoc sidebar, add API _index page, replace rapidoc CDN with package from npm and js.Build
2024-11-05 10:38:44 -06:00
Jason Stirnaman
fe49069c75
chore(api): Use Spectral for linting OpenAPI
2024-11-05 10:38:44 -06:00
Jason Stirnaman
c8d083d88e
fix(oss): Update TLS example using openssl and including Subject Alternative Name (SAN)
...
- Example uses Subject Alternative Name extension required by modern clients.
- Updated example is more verbose, but should work cross-platform.
- Added troubleshooting steps.
- Passes tests.
- Reformatted to headings and remove list nesting.
2024-11-05 10:38:09 -06:00
Jason Stirnaman
bd31940365
To build the API pages, run `yarn run build-apidocs` from the project directory.
...
No longer uses Hugo /data.
Removes dependency on the Hugo-data-to-pages script.
For each product endpoint, generate a page with the endpoint spec inside the frontmatter.
Writes endpoint specs into each page's frontmatter.
Assign a `type` property for API reference (OpenAPI) paths. For example, if the page structure is `content/influxdb/v2/api/v2/[OpenAPI path]`, then add `type: api_path` to the frontmatter and, if necessary, specify a layout: `layout: api_path`.
Renders the spec param JSON using Rapidoc.
TODO:
- Cleanup
- Create additional templates that process page data for nav, filtering, links, code samples, etc.
- Fix circular reference issues in specs that prevent generating a dereferenced JSON bundle (which could also help us our own custom UI...should we choose).
2024-11-05 10:36:18 -06:00
Jason Stirnaman
f368438d66
fix(api): update yarn.lock
2024-11-05 10:36:18 -06:00
Jason Stirnaman
34e6d29178
WIP: draft TODO. Simplify code.
2024-11-05 10:36:17 -06:00
Jason Stirnaman
ecc56ab3e3
fix: removes empty strings resulting from snakifying non-word character strings in tags ('/' for legacy paths).
2024-11-05 10:36:17 -06:00
Jason Stirnaman
34dc8a6a22
chore: Generalize.
2024-11-05 10:36:17 -06:00
Jason Stirnaman
83f3cf7b13
Add configuration. Store output paths and metadata in /data. Refactors and simplifying module and function names.
2024-11-05 10:36:17 -06:00
Jason Stirnaman
fe603d6c56
fix(api): Use forked hugo-data-to-pages. Add async.
...
- Replaces hugo-data-to-pages with forked repo that accepts a config object and uses a more recent version of js-yaml.
- Uses async to wait for scripts to complete.
2024-11-05 10:36:17 -06:00
Jason Stirnaman
dd2b07c6f4
chore(api-ref): Uplift API reference docs:
...
- Adapts code from @jstirnaman's demo site to generate Hugo pages from OpenAPI paths in the InfluxDB spec files.
- Uses Rapidoc to render the OpenAPI path in a page--effectively treating each endpoint as a standalone API for faster loading.
- Run yarn install and then Executing: api-docs/getswagger.sh cloud-v2 -B
No URL was provided. I'll rebuild from the existing spec /Users/ja/Documents/github/docs-v2/api-docs/cloud/v2/ref.yml
10.8.2
Generating OpenAPI path files in static/openapi/influxdb-cloud-v2/paths....
Generating OpenAPI article data in data/article-data/influxdb/cloud-v2...
Executing: HUGO_DATAPAGES_DATA_PATH=data/article-data/influxdb/cloud-v2 HUGO_DATAPAGES_ELEMENT=articles HUGO_DATAPAGES_TYPE=api HUGO_DATAPAGES_CONTENT_PATH=content/influxdb/cloud/api/v2 node hugo-data-to-pages/hugo.js clean --force
Removing data-generated files...
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-authorizations
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-buckets
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-checks
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-dashboards
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-dbrps
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-delete
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-flags
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-labels
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-maps
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-me
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-notificationEndpoints
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-notificationRules
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-orgs
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-query
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-resources
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-scripts
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-setup
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-signin
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-signout
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-stacks
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-tasks
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-telegraf
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-telegrafs
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-templates
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-users
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-variables
Removed folder: ./content/influxdb/cloud/api/v2/api-v2-write
Removed folder: ./content/influxdb/cloud/api/v2/api-v2
Removed folder: ./content/influxdb/cloud/api/v2/legacy-authorizations
Removed folder: ./content/influxdb/cloud/api/v2/ping
Removed folder: ./content/influxdb/cloud/api/v2/query
Removed folder: ./content/influxdb/cloud/api/v2/write
Done!
Executing: HUGO_DATAPAGES_DATA_PATH=data/article-data/influxdb/cloud-v2 HUGO_DATAPAGES_ELEMENT=articles HUGO_DATAPAGES_TYPE=api HUGO_DATAPAGES_CONTENT_PATH=content/influxdb/cloud/api/v2 node hugo-data-to-pages/hugo.js generate
Building data-generated files...
Created file: ./content/influxdb/cloud/api/v2/api-v2-authorizations/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-buckets/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-checks/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-dashboards/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-dbrps/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-delete/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-flags/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-labels/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-maps/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-me/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-notificationEndpoints/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-notificationRules/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-orgs/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-query/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-resources/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-scripts/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-setup/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-signin/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-signout/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-stacks/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-tasks/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-telegraf/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-telegrafs/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-templates/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-users/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-variables/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2-write/index.md
Created file: ./content/influxdb/cloud/api/v2/api-v2/index.md
Created file: ./content/influxdb/cloud/api/v2/legacy-authorizations/index.md
Created file: ./content/influxdb/cloud/api/v2/ping/index.md
Created file: ./content/influxdb/cloud/api/v2/query/index.md
Created file: ./content/influxdb/cloud/api/v2/write/index.md
Done!
Executing: api-docs/getswagger.sh oss-v2 -B
No URL was provided. I'll rebuild from the existing spec /Users/ja/Documents/github/docs-v2/api-docs/v2/ref.yml
10.8.2
Generating OpenAPI path files in static/openapi/influxdb-oss-v2/paths....
Generating OpenAPI article data in data/article-data/influxdb/oss-v2...
Executing: HUGO_DATAPAGES_DATA_PATH=data/article-data/influxdb/oss-v2 HUGO_DATAPAGES_ELEMENT=articles HUGO_DATAPAGES_TYPE=api HUGO_DATAPAGES_CONTENT_PATH=content/influxdb/v2/api/v2 node hugo-data-to-pages/hugo.js clean --force
Removing data-generated files...
Removed folder: ./content/influxdb/v2/api/v2/api-v2-authorizations
Removed folder: ./content/influxdb/v2/api/v2/api-v2-backup
Removed folder: ./content/influxdb/v2/api/v2/api-v2-buckets
Removed folder: ./content/influxdb/v2/api/v2/api-v2-checks
Removed folder: ./content/influxdb/v2/api/v2/api-v2-config
Removed folder: ./content/influxdb/v2/api/v2/api-v2-dashboards
Removed folder: ./content/influxdb/v2/api/v2/api-v2-dbrps
Removed folder: ./content/influxdb/v2/api/v2/api-v2-delete
Removed folder: ./content/influxdb/v2/api/v2/api-v2-flags
Removed folder: ./content/influxdb/v2/api/v2/api-v2-labels
Removed folder: ./content/influxdb/v2/api/v2/api-v2-maps
Removed folder: ./content/influxdb/v2/api/v2/api-v2-me
Removed folder: ./content/influxdb/v2/api/v2/api-v2-notificationEndpoints
Removed folder: ./content/influxdb/v2/api/v2/api-v2-notificationRules
Removed folder: ./content/influxdb/v2/api/v2/api-v2-orgs
Removed folder: ./content/influxdb/v2/api/v2/api-v2-query
Removed folder: ./content/influxdb/v2/api/v2/api-v2-remotes
Removed folder: ./content/influxdb/v2/api/v2/api-v2-replications
Removed folder: ./content/influxdb/v2/api/v2/api-v2-resources
Removed folder: ./content/influxdb/v2/api/v2/api-v2-restore
Removed folder: ./content/influxdb/v2/api/v2/api-v2-scrapers
Removed folder: ./content/influxdb/v2/api/v2/api-v2-setup
Removed folder: ./content/influxdb/v2/api/v2/api-v2-signin
Removed folder: ./content/influxdb/v2/api/v2/api-v2-signout
Removed folder: ./content/influxdb/v2/api/v2/api-v2-sources
Removed folder: ./content/influxdb/v2/api/v2/api-v2-stacks
Removed folder: ./content/influxdb/v2/api/v2/api-v2-tasks
Removed folder: ./content/influxdb/v2/api/v2/api-v2-telegraf
Removed folder: ./content/influxdb/v2/api/v2/api-v2-telegrafs
Removed folder: ./content/influxdb/v2/api/v2/api-v2-templates
Removed folder: ./content/influxdb/v2/api/v2/api-v2-users
Removed folder: ./content/influxdb/v2/api/v2/api-v2-variables
Removed folder: ./content/influxdb/v2/api/v2/api-v2-write
Removed folder: ./content/influxdb/v2/api/v2/api-v2
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-all
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-allocs
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-block
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-cmdline
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-goroutine
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-heap
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-mutex
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-profile
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-threadcreate
Removed folder: ./content/influxdb/v2/api/v2/debug-pprof-trace
Removed folder: ./content/influxdb/v2/api/v2/health
Removed folder: ./content/influxdb/v2/api/v2/legacy-authorizations
Removed folder: ./content/influxdb/v2/api/v2/metrics
Removed folder: ./content/influxdb/v2/api/v2/ping
Removed folder: ./content/influxdb/v2/api/v2/query
Removed folder: ./content/influxdb/v2/api/v2/ready
Removed folder: ./content/influxdb/v2/api/v2/write
Done!
Executing: HUGO_DATAPAGES_DATA_PATH=data/article-data/influxdb/oss-v2 HUGO_DATAPAGES_ELEMENT=articles HUGO_DATAPAGES_TYPE=api HUGO_DATAPAGES_CONTENT_PATH=content/influxdb/v2/api/v2 node hugo-data-to-pages/hugo.js generate
Building data-generated files...
Created file: ./content/influxdb/v2/api/v2/api-v2-authorizations/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-backup/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-buckets/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-checks/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-config/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-dashboards/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-dbrps/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-delete/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-flags/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-labels/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-maps/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-me/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-notificationEndpoints/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-notificationRules/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-orgs/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-query/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-remotes/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-replications/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-resources/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-restore/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-scrapers/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-setup/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-signin/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-signout/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-sources/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-stacks/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-tasks/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-telegraf/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-telegrafs/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-templates/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-users/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-variables/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2-write/index.md
Created file: ./content/influxdb/v2/api/v2/api-v2/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-all/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-allocs/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-block/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-cmdline/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-goroutine/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-heap/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-mutex/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-profile/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-threadcreate/index.md
Created file: ./content/influxdb/v2/api/v2/debug-pprof-trace/index.md
Created file: ./content/influxdb/v2/api/v2/health/index.md
Created file: ./content/influxdb/v2/api/v2/legacy-authorizations/index.md
Created file: ./content/influxdb/v2/api/v2/metrics/index.md
Created file: ./content/influxdb/v2/api/v2/ping/index.md
Created file: ./content/influxdb/v2/api/v2/query/index.md
Created file: ./content/influxdb/v2/api/v2/ready/index.md
Created file: ./content/influxdb/v2/api/v2/write/index.md
Done! to generate the paths, metadata, and pages.
2024-11-05 10:36:17 -06:00
Scott Anderson
4045a6c12e
Add timezone support to v3 SQL docs ( #5581 )
...
* updated timezone-related functions and operators
* updated deps
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* updates to address PR feedback
* chore: remove unnecessary ::timestamp casts (#5596 )
* feat: Update for latest SQL timezone behavior (#5657 )
* feat: Update for latest SQL timezone behavior
* fix: cleanup and improve wording
Co-authored-by: Scott Anderson <scott@influxdata.com>
---------
Co-authored-by: Scott Anderson <scott@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
2024-10-30 16:42:47 -06:00
Scott Anderson
91482e654b
InfluxDB OSS v1.11.7 ( #5648 )
...
* InfluxDB OSS v1.11.7
* Apply suggestions from code review
* updated specific references to influxdb 1.8 to 1.11
* updated 1.11.7 release notes
* fix indentation on 1.11.7 release notes
* add language about cloning a new instance with 1.11
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Apply suggestions from code review
* corrected v1 linux binary package name
* corrected v1 linux binary package name
* bump 1.11.7 flux version to 1.194.5
* added warning about no 32-bit builds (#5661 )
* updated influxdb v1 latest patch on data/products
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-28 15:10:29 -06:00
Scott Anderson
df1225754e
InfluxDB Clustered 20241024-1354148 ( #5660 )
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-28 10:54:51 -06:00
Jason Stirnaman
16f0868162
Merge pull request #5617 from influxdata/feat/kapacitor-kafka-sasl-oauth
...
Release Kapacitor v1.7.6, New Kafka Handler params
2024-10-28 10:13:36 -05:00
Jakub Bednar
232e28f4c4
Release Kapacitor v1.7.6
2024-10-28 14:11:05 +01:00
vlastahajek
5c550e82d7
chore: formatting improvement
2024-10-28 14:05:18 +01:00
vlastahajek
0c6c335a2c
chore: Improved description
2024-10-28 14:05:18 +01:00
vlastahajek
c8edf061f1
feat: nww kafka sasl oauth params
2024-10-28 14:05:18 +01:00
Jason Stirnaman
2b6efa83bd
Merge pull request #5658 from ilario/typo
...
Fix typo in broken link
2024-10-23 12:35:40 -05:00
Ilario Gelmetti
8fa638b1ff
enable-tls typo broken link
2024-10-23 14:50:12 +02:00
Scott Anderson
7c3ae68fb9
hotfix: fix enterprise 1.11.7 release notes title
2024-10-22 11:42:15 -06:00
Scott Anderson
6b29cef542
InfluxDB Enterprise 1.11.7 ( #5641 )
...
* InfluxDB Enterprise 1.11.7
* added items to enterprise 1.11.7 release notes
2024-10-22 10:06:04 -06:00
Scott Anderson
9ecceb531b
Reorganize InfluxDB Clustered installation documentation ( #5636 )
...
* WIP clustered install restructure
* WIP clustered install restructure
* WIP clustered install reorg
* finalize clustered install reorg for preview
* updates to address PR feedback
* added garbage collector scaling config
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* removed obsolete api artifacts
* remove callouts for specific dependency versions
* Clustered sizing recommendations per vendor (#5652 )
* added vendor-specific sizing recommendations to clustered
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* remove medium-sized workload link
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-21 12:29:19 -06:00
Sven Rebhan
15ee141a4f
Telegraf v1.32.1 ( #5638 )
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-17 14:15:34 -06:00
Jason Stirnaman
9d58788419
Merge pull request #5654 from influxdata:5646-broken-link-optimize-your-query
...
fix(v3): broken optimize-queries links, typos, placeholder
2024-10-17 10:40:22 -05:00
Jason Stirnaman
7768d3fd90
fix(v3): broken optimize-queries links, typos, placeholder
2024-10-17 10:22:17 -05:00
Dane Strandboge
cb7f2fc3e3
Release influxctl v2.9.8 ( #5647 )
...
* Release influxctl v2.9.8
* add doc updates for influctl 2.9.7 and 2.9.8 (#5649 )
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-16 15:40:43 -06:00
Jason Stirnaman
dd75760534
Merge pull request #5651 from influxdata/misc-fixes
...
fix: Misc. typos and style
2024-10-16 16:27:57 -05:00
Jason Stirnaman
7fbfc78990
fix: Misc. typos and style
2024-10-16 13:20:39 -05:00
Jason Stirnaman
82b7fd7a42
Merge pull request #5645 from influxdata/savage/fix-link-to-management-api
...
fix(dedicated): Update links to database token management API reference
2024-10-11 10:22:09 -05:00
Jason Stirnaman
82cd595931
Update content/influxdb/cloud-dedicated/admin/tokens/database/update.md
2024-10-11 10:20:24 -05:00
Jason Stirnaman
19a5605152
Update content/influxdb/cloud-dedicated/admin/tokens/database/delete.md
2024-10-11 10:20:13 -05:00
Jason Stirnaman
e58e90797a
Update content/influxdb/cloud-dedicated/admin/tokens/database/list.md
2024-10-11 10:19:54 -05:00
Jason Stirnaman
8347ad6a6a
Update content/influxdb/cloud-dedicated/admin/tokens/database/create.md
2024-10-11 10:19:34 -05:00
Fraser Savage
c6086a6fc9
fix(dedicated): Update links to database token management API reference
...
Links what have been broke, have done unbroke.
2024-10-11 15:25:29 +01:00
David Rusnak
6532ad0c57
docs: add other required fields to user setup for clustered ( #5639 )
2024-10-09 17:11:17 -06:00
Scott Anderson
44ce6e9d69
Note removal of Flux MQTT package support OSS 2.7+ ( #5634 )
...
* WIP added prepend to mqtt package frontmatter
* WIP excluded mqtt package from oss 2.7+
* WIP add nightly version exclude
* add nightly exclude to flux function support modal, closes influxdata/DAR#437
* updated mqtt warn message and version exclude pattern
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* exclude mqtt package from all oss versions
* exclude mqtt package from everything but cloud
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-04 14:02:30 -06:00
Ben Tasker
5aa74f2058
Merge pull request #5629 from influxdata/fix/flux_cardinality_description
...
fix: clarify behaviour of `influxdb.cardinality()`
2024-10-04 16:28:02 +01:00
Scott Anderson
2a66e154c5
Merge branch 'master' into fix/flux_cardinality_description
2024-10-03 17:15:37 -06:00
Jason Stirnaman
daf4e56c92
Merge pull request #5635 from influxdata/fix-broken-links
...
Fix various broken links
2024-10-03 17:01:47 -05:00
Jason Stirnaman
5ca356088d
fix(link): Broken link in Chronograph Getting Started pane ( Closes #5311
...
- I'm not sure this is a direct replacement, but it's the best fit I could find.
2024-10-03 16:41:43 -05:00
Jason Stirnaman
eace008476
fix(link): Closes #5609
2024-10-03 16:25:43 -05:00
Jason Stirnaman
68f1a9fb81
fix(link): Closes #5623
2024-10-03 16:21:09 -05:00
Jason Stirnaman
7462c7e3e8
fix(v1,v2): bad aliases causing 404s
...
- Cleanup use of alias singular
- Fix lint error
Closes #5632
2024-10-03 16:18:34 -05:00
Jason Stirnaman
a2bcdf1b69
Merge pull request #5633 from influxdata/DAR-437-fix-mqtt-support
...
Dar 437 fix mqtt support
2024-10-03 15:55:43 -05:00
Jason Stirnaman
d5013be334
chore(v2): provide additional information about the output plugin.
...
- Closes #4244 , which seems to have been addressed by settings and comments in the output plugin configuration.
- This commit just adds some context about the output plugin.
2024-10-03 14:02:35 -05:00