* fix(cloud-iox): typo.
* fix(cloud-iox): typo
* fix(iox): revise DATE_BIN example and link to reference.
* feat(iox): execute queries and visualize data with SQL in IOx.
* feat(cloud-iox): execute queries with Data Explorer (#4806).
- Publish steps for Execute Queries with Data Explorer.
- Remove pages not ready for IOx.
- Fix links in Get Started.
- Fix tags.
* feat(iox): Add API to IOx Reference, consolidate Cloud and OSS pages (#4788).
* fix(cloud-iox): IOx Data Explorer and Flux links.
* fix(cloud-iox): 1.x API menu.
* fix(cloud-iox): remove visualization types until we've verified links, etc.
* fix(cloud-iox): delete additional 1.x reference docs for now, revise Data Explorer.
* fix(api): replace cloud with cloud-iox in URLs, remove errant externalDocs link.
* feat(cloud-iox): add admin/accounts with data-usage and limits pages.
* fix(cloud): revise and remove outdated info from account management.
* fix(iox): punctuation.
* fix(cloud-iox): update link paths.
* fix(cloud-iox): update link paths for cloud-iox.
* patch(cloud-iox): quick fix for v1compat link paths
* fix: fixes#4683 typo
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feature(cloud-iox): add cloud-iox API reference content.
* feature(api): revise tagging, add cloud-iox API:
- Closes#4788.
- Generates cloud-iox/api.
- Changes handling of tags and x-tagGroups.
- Configures custom All Endpoints list for cloud-iox.
- Simplifies the nav with other grouping tags.
Any custom x-tagGroups configured in
[platform]/content/tag-groups.yml take precedence over
those already defined in the spec.
If you assign a list of tags to 'All endpoints' x-tagGroup,
the decorator
will use that list and remove Operations not tagged with
those tags.
If you assign an empty array([]) to the 'All endpoints' x-tagGroup,
the decorator will list all resource-like tags.
TODO: document in CONTRIBUTING.
TODO: unset x-tagGroups from openapi.
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(api): unintended deletion of API operations
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feature(cloud-iox): add cloud-iox API reference content.
* feature(api): revise tagging, add cloud-iox API:
- Closes#4788.
- Generates cloud-iox/api.
- Changes handling of tags and x-tagGroups.
- Configures custom All Endpoints list for cloud-iox.
- Simplifies the nav with other grouping tags.
Any custom x-tagGroups configured in
[platform]/content/tag-groups.yml take precedence over
those already defined in the spec.
If you assign a list of tags to 'All endpoints' x-tagGroup,
the decorator
will use that list and remove Operations not tagged with
those tags.
If you assign an empty array([]) to the 'All endpoints' x-tagGroup,
the decorator will list all resource-like tags.
TODO: document in CONTRIBUTING.
TODO: unset x-tagGroups from openapi.
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* updated scalar values guide with information about outputting scalar values
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* copy v1.25 to v1.26
* update 1_25 to 1_26
* update 1.25 to 1.26
* add new plugins
* update release notes for v1.25.3 and v1.26.0
* update latest versions
* add new plugins
* Update content/telegraf/v1.26/release-notes-changelog.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/telegraf/v1.26/release-notes-changelog.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/telegraf/v1.26/release-notes-changelog.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update data/telegraf_plugins.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update data/telegraf_plugins.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update data/telegraf_plugins.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update data/telegraf_plugins.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* document table value constructor
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* fix: using the CLI and API to create a bucket with schema-type explicit
- Provide API request and response example.
- In current cloud, separate bucket creation from schema creation for simplicity.
- Give flags and properties similar formats.
* fix: explicit bucket-schema and create-bucket for cloud and iox
- Adds explicit bucket-schema page for cloud-iox
- Adds administer/buckets/create-bucket for cloud-iox
- Adds API examples for Cloud.
* fix(cloud): view buckets with API.
* fix(cloud-iox): view buckets.
* fix(all): fix reference.
* fix(cloud-iox): bucket-schema link (#4758)
* fix(cloud-iox): replace links with existing iox links.
* fix(cloud-iox): frontmatter.
* fix(cloud-iox): move bucket-schema page and add link to schema-design.
* Update content/influxdb/cloud-iox/administer/buckets/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.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>
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(cloud-iox): rename /administer to /admin (#4758)
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix iox ui details (#4660)
* fixed left nav for iox
* updated nav order
* one more nav fix
* added sql data types doc to iox
* removed, need to create separate branch
* IOx get started (#4676)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* fixed typos
* Migrate data to IOx (#4704)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* add tsm to iox migration guide
* WIP 1.x iox migration
* WIP iox migration guides
* iox migration landing page content
* updated migration docs to address PR feedback
* one last PR feedback update
* added sql reference for review
* moved reference to sql folder
* removed file
* Schema recommendations for IOx (#4701)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* schema design recommendations
* add heading color styles
* fixed typos and formatting
* fixed typos
* fixed line protocol descrepencies
* fixed typo
* added union doc
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* remove unnecessary changes
* restructured and added more information and examples to sql union docs
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>