Commit Graph

6656 Commits (c417732937ea522c43088414cdf07c8ccd6494fd)

Author SHA1 Message Date
Scott Anderson c417732937 hotfix: fix comments in influxctl config example, closes influxdata/DAR#404 2023-11-14 10:17:12 -07:00
Scott Anderson 53979710a0 hotfix: fix typo in Clarify Telegraf plugin, closes #5228 2023-11-13 11:35:43 -07:00
Scott Anderson 13b5ff06dc hotfix: update math.copysign examples, closes #5229 2023-11-13 11:34:27 -07:00
Scott Anderson c131654294
Update v3 wayfinding modal (#5230)
* update description and verbiage in v3 wayfinding modal to address user feedback

* Update layouts/partials/footer/v3-wayfinding.html

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-13 10:19:38 -07:00
dependabot[bot] b892ddf32b
chore(deps): bump axios from 0.27.2 to 1.6.0 (#5227)
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-13 09:15:41 -07:00
Scott Anderson 2c1375d9cb
SAL operators (#5225)
* WIP SQL operators

* add more descriptions for sql operators

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* port sql operator docs to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-13 09:12:50 -07:00
Dustin Eaton fdd97071ba
fix: remove static token permissions verbiage (#5224)
This removes a section from the Dedicated and Clustered docs that says
that token permissions cannot be updated since influxctl now supports
token updates.
2023-11-08 16:21:29 -07:00
Scott Anderson b6f96f7e1e
add --utc flag to date commands to get correct UTC timestamps, closes #5070 (#5223) 2023-11-08 08:02:01 -07:00
Scott Anderson 638c694de8
Enhance Flux functions lists (#5221)
* WIP flux function list

* fix isset error with icon shortcode

* Update content/flux/v0/spec/variables.md

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-07 13:56:49 -07:00
Jason Stirnaman c4cab2d99d
fix(tests): test runner (#5220)
- Bad Dockerfile merge.
- Add condition to abort if there are no files to test.
- Revert search path to `.`. If we need to change it, we can do it in pytest.ini.
2023-11-07 10:06:15 -06:00
Scott Anderson 604d22989a hotfix: fix flux tag taxonomies and function filters 2023-11-06 17:08:22 -07:00
Scott Anderson 5b2df64975 Merge branch 'master' of github.com:influxdata/docs-v2 2023-11-06 16:55:33 -07:00
Scott Anderson 5afb82b6eb hotfix: fix formatting typo in v1 docs 2023-11-06 16:55:26 -07:00
Scott Anderson b823be2f63
fix inadvertantly reverted changes (#5219) 2023-11-06 16:55:00 -07:00
Scott Anderson 01950cee64
influxctl 2.3.0 release notes (#5218)
* influxctl 2.3.0 release notes

* fix heading casing
2023-11-06 16:47:29 -07:00
Scott Anderson e5f1bed92c hotfix: port influxctl database update link fix to dedicated 2023-11-06 16:14:21 -07:00
Scott Anderson 636f5ada45
V2 nav reorg (#5213)
* 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>
2023-11-06 15:53:12 -07:00
Bill O'Connell 99fb79b8a1
Merge pull request #5217 from influxdata/fix_db_update_link
chore: fix link to database update influxctl
2023-11-06 16:36:41 -05:00
wdoconnell 6c95e90ede chore: fix link to database update influxctl 2023-11-06 16:27:23 -05:00
Joshua Powers 276e270b36
Release influxctl v2.3.0 (#5216) 2023-11-06 13:51:30 -07:00
Josh Powers a0f5340b36 Release influxctl v2.3.0 2023-11-06 13:28:12 -07:00
Jason Stirnaman 6067315a58
5204 v2 update downloads and install instructions (#5214)
* chore(ci): Docker install gpg and wget for test image.

* chore(ci): add a config (temporary) for v2 tests.

* chore(ci): tests: replace latest-patch tag with environment variable.

* chore(ci): test runner

- test.sh diffs against origin/master
- test.sh builds the image for each run and then removes the container after the run.
- tesh.sh adds examples for running and debugging to remind myself.
- compose.yaml adds a bind mount to copy docs-v2/data into docs-v2/test.
- Dockerfile: simplify path use
- run-tests.sh: make default run less verbose, add support for a verbose option (and future options).
- run-tests.sh: generates a .env.products file from data/products.yml and sources the file variables as environment variables to use in test runs.
- run-tests.sh: adds some misc. test setup.
- requirements.txt: return to using the influxdb3-python release

* chore(v2): Update and test v2 OSS and CLI install instructions:

- Update download URLs and paths for all distributions.
- Update and fix install instructions, make consistent between browser downloading and shell
- Make testable.

* chore(v2): Ignore parse_yaml.sh download.
2023-11-06 09:48:01 -06:00
BigStupideer dc4a9a9318
Update explore-data.md fix clerical error (#5212) 2023-11-02 10:02:18 -06:00
Scott Anderson 56f3cc784d hotfix: fix oss v1 compat api name 2023-11-01 16:47:45 -06:00
Scott Anderson 7c712f42e0 hotfix: fix enterprise installation links and aliases 2023-11-01 15:33:44 -06:00
Scott Anderson 9e3faa14ba
Add Cloud (TSM) service notices and MQTT EOL notice (#5209)
* add cloud service notices and mqtt eol notice

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-10-31 10:26:56 -06:00
Scott Anderson 6c7f12e00f
update file names for enterprise 1.11.3 packages, closes influxdata/DAR#399 (#5210) 2023-10-31 09:16:32 -06:00
Scott Anderson 38a66f3fba hotfix: list influxctl user command in landing page table 2023-10-31 08:27:37 -06:00
Scott Anderson 72d377dfd3 hotfix: remove hiddent influxctl user commands 2023-10-31 08:18:50 -06:00
Scott Anderson 888e95e1e1 hotfix: fix v1 compat api doc names 2023-10-30 17:17:23 -06:00
Scott Anderson 1057e6b182 hotfix: fix v1 compat api name 2023-10-30 17:13:05 -06:00
Jason Stirnaman c4b97f9acf
5025 fix and test python examples (#5207)
* chore(v3): add test replacements

* fix(v3): get-started/query samples, make testable
2023-10-30 16:48:09 -05:00
Scott Anderson fa399d9fb7
update release note date format and links (#5208) 2023-10-30 14:57:17 -06:00
Scott Anderson dddf699722
Add influxctl release notes (#5206)
* add influxctl release notes

* update influxctl release notes to address PR feedback

* fix typo in influxctl user list frontmatter

* port influctl release notes and changes to clustered
2023-10-30 13:58:23 -06:00
Jason Stirnaman abf60c9b69
chore(v3): There is no index of Tag Values, Tag Values are "just data" in IOx. #5097 (#5202)
- Fix example

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-10-30 09:03:49 -05:00
Scott Anderson 1dd714f0a0
influxctl 2.1.0 (#5200)
* add updates for influxctl 2.1.0

* fixed influxctl global flags table alignment

* remove hidden influxctl cluster commands and flags

* remove hidden influxctl cluster commands and flags

* removed dedicated references from clustered
2023-10-27 16:04:33 -06:00
Joshua Powers d0db0e3abb
Merge pull request #5201 from influxdata/influxctl-v2.2.0
Release influxctl v2.2.0
2023-10-27 14:07:14 -06:00
Josh Powers 72bbd236d3 Release influxctl v2.2.0 2023-10-27 09:31:11 -06:00
Jason Stirnaman 4dc4d62a34
Telegraf: update and fix install instructions (#5196)
* fix(telegraf): closes Telegraf: After next release, remove Win workaround #5087

* fix(telegraf): installation: update and cleanup

- adds instructions for choosing an RPM repo package and constructing the command.
- adds new brew prefix and config file location
- adds Windows-specific syntax
- cleans up duplicate content
- grammar

* Update content/telegraf/v1/install.md

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

* fix(v3): apply code review corrections:

- Restore yum variable
- Remove Go version
- Add homebrew note

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-10-27 09:09:26 -05:00
Joshua Powers 1c25ac881f
Release influxctl v2.1.0 (#5198) 2023-10-26 14:13:16 -06:00
Josh Powers 5bdc40f2a2 Release influxctl v2.1.0 2023-10-26 14:09:41 -06:00
Jason Stirnaman c4ccc191b6
fix(v3): remove v2-prefer note, replace with specific recommendations (#5195)
* fix(v3): remove v2-prefer note, replace with specific recommendations

- removes the shared v2-prefer shortcode note.
- adds "Flight client" tag to all Flight RPC and Flight SQL client pages.
- replaces the note with specific write/query notes in each platform.
- misc fixes

* fix(v3): v2 client library typo

* fix(v3): Cleanup usage note for all v2 client libraries

- Change note to warning
- Condense
- Move warning to prepend block
- Make consistent on all pages
- Remove autolinking to GitHub repos

* chore(v3): Add "Clustered"

* fix(v3): typo
2023-10-26 14:45:38 -05:00
Scott Anderson 72b8b4a19e hotfix: fix typo in flux regexp types doc, closes #5113 2023-10-25 12:53:29 -06:00
Scott Anderson fe55aa8610
added new and missing flux release notes (#5194) 2023-10-25 12:36:49 -06:00
Scott Anderson dd46c74cfc Merge branch 'master' of github.com:influxdata/docs-v2 2023-10-25 10:43:47 -06:00
Scott Anderson a05b96297c hotfix: update outdated influxdb signing key, closes influxdata/influxdb#24323 2023-10-25 10:43:30 -06:00
Scott Anderson 91f126fef0
Update database naming restrictions for Dedicated and Clustered (#5193)
* update database naming restrictions for dedicated and clustered, closes #5167

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-10-25 10:38:40 -06:00
Jason Stirnaman fa9bba758e
chore(api): add API compatibility overview to API ref (#5192)
* chore(api): add API compatibility overview to API ref

- add API compatibility trait tag
- add getswagger -B option to reuse existing contract and prevent fetching
- add /write description

* Update api-docs/cloud-dedicated/ref.yml

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

* Update api-docs/cloud-dedicated/ref.yml

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

* Update api-docs/clustered/ref.yml

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

* Update api-docs/clustered/ref.yml

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-10-25 11:35:38 -05:00
Scott Anderson 42a493aafa hotfix: fix typo in get-started query examples, closes #5152 2023-10-25 10:23:27 -06:00
Scott Anderson 3293d906a8 hotfix: Fix filtering for Telegraf Windows Eventlog plugin, closes #5175 2023-10-25 09:27:49 -06:00