Commit Graph

5712 Commits (clustered/pull-secrets-2)

Author SHA1 Message Date
Jason Stirnaman bb64ca32bb fix(v3): duplicate word, test updates 2024-07-03 17:09:49 -05:00
Jason Stirnaman 8f0e583cdc fix(clustered): Clustered Telegraf config and example:
- Mount a volume to store test project files generated in tests.
- Allow URL and `url` in the linter
- Set timestamp precision for Telegraf example
- Fix Telegraf test, use Python to edit the TOML config file
2024-07-03 17:09:49 -05:00
Jason Stirnaman 9e5f346636 chore(dedicated): cleanup get-started/query 2024-07-03 17:09:49 -05:00
Jason Stirnaman dbaa790fdb fix(v3): curl write examples 2024-07-03 17:09:49 -05:00
Jason Stirnaman 61acef1527 chore(v3): whitespace fix 2024-07-03 17:09:49 -05:00
Jason Stirnaman b5a8e2b7b3 fix(v3): Clustered update database 2024-07-03 17:09:49 -05:00
Jason Stirnaman e4b32fbec6 fix(v3): database update formatting 2024-07-03 17:09:49 -05:00
Jason Stirnaman 2591db7315 fix(v3): Don't use test monitoring script when running a container with -t (TTY). Fix update example. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 23816d9a7e fix(v3): Skip tests for creating databases; namespaces aren't reusable. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 478cb39332 chore(v3): Skip tests for influxctl database create. Fix influxctl reference. 2024-07-03 17:09:49 -05:00
Jason Stirnaman f6a9e72c50 chore(v3): Test influxctl token create 2024-07-03 17:09:49 -05:00
Jason Stirnaman cf9756c0f1 chore(Dedicated): Update management tokena and Management API info. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 75f3e996b3 chore(v3): Improve linting, test influxctl:
- Remove date format linting in table cells. Copies Google's DateFormat style config to InfluxDataDocs style with modified scope.
- Update styles (vale sync)
- Skip database create in tests.
- Add example test for table create.
- Fix linting errors.
- Add TEST_RUN placeholder replacement in prepare-content.sh.
2024-07-03 17:09:49 -05:00
Jason Stirnaman 118f692065
Merge branch 'master' into jstirnaman/fix-vale 2024-07-03 17:01:35 -05:00
Scott Anderson 37c5aa7d88
Update "observability" to "operational" dashboards (#5507)
* update observability to operational dashboards

* fix typo
2024-06-28 16:04:45 -06:00
Jack 1889447e01
docs(clustered): warning for manual horizontal scaling (#5500)
* docs: add warning for manual horizontal scaling

* docs: use suggested format

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

* docs: move warning

* docs: concise wording

* docs: remove unnecessary backticks

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-28 11:01:14 -06:00
Scott Anderson fbbf145699
Merge branch 'master' into jstirnaman/fix-vale 2024-06-28 10:20:47 -06:00
Scott Anderson 25470b280f
SQL JOIN clause (#5504)
* WIP sql join statement

* WIP SQL joins

* added join type descriptions and examples

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* add info about fully-qualified references in joins

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* port sql join reference to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-06-28 10:18:19 -06:00
Josh Powers a9c33634df
Update release notes 2024-06-26 09:36:28 -06:00
Jason Stirnaman ea9b786b83 fix(ci): test content:
- Add python replacement for get-started database/bucket name
- Fixes race condition when deleting previous content:
  - Assign each product it's own test content volume instead of sharing a volume.
  - Delete existing content in the volume before copying test files.
  - Pros and cons, but I suspect a similar approach will be better when ported to Circle CI.
2024-06-26 10:26:52 -05:00
Jason Stirnaman 922e48182a chore(ci): Improve Vale style linting:
- Run Vale in a Docker container by running ./.ci/vale/vale.sh <args>
- Define vale lint scripts in package.json. Lint added and changed files for products.
- Define error-level vale linting in the lint-staged configuration for staged files.
- Improve product-specific nomenclature checks (e.g. database vs bucket)
- Simplify vocab terms and allowed words lists.
- Fixes content errors revealed by vale.
2024-06-26 08:52:21 -05:00
Jason Stirnaman f3f81a456b
Merge branch 'master' into jstirnaman/issue5475 2024-06-25 14:00:52 -05:00
Jason Stirnaman 9d542dd8d6 fix: write-data section: consistent page titles, database and table nomenclature in dedicated and clustered 2024-06-25 11:51:26 -05:00
Jack b4e3f11477
docs(clustered): update ingester scaling strategy recommendation (#5502) 2024-06-25 15:45:59 +01:00
Jason Stirnaman bb166b0bdb fix: add serverless alt-links for influxctl 2024-06-24 16:14:07 -05:00
Jason Stirnaman cc0a4de57b fix: bad link 2024-06-24 16:01:49 -05:00
Jason Stirnaman 3bde9061e7 chore: Remove prettier from Markdown linting--to many whitespace conflicts with code blocks 2024-06-24 15:57:26 -05:00
Jason Stirnaman e0097c9b95 fix: whitespace 2024-06-24 15:51:08 -05:00
Jason Stirnaman 17c4315569 chore: Write data improvements
-  Format and structure serverless write-data
- Structure cloud-serverless write-data/line-protocol the same as clustered and dedicated to allow for adding more tool-specific pages.
- Make influxctl examples pass tests
2024-06-24 15:42:10 -05:00
Jason Stirnaman 3274742abe chore: fix formatting 2024-06-24 09:42:44 -05:00
Jason Stirnaman 5c74f013a1 chore(ci): Improve CI lint and test runners
- Reconfigures prettier linting.
- Adds .editorconfig to help with consistent editor settings
- Refactors test runs:
  - Removes test configuration from compose.yaml (not suited for this use case).
  - Splits test runner into test content setup and pytest that can be run separately or together (and with other test runners in the future).
  - Configuration is in Dockerfiles and command line (`.lintstagedrc.mjs`)
- Updates CONTRIBUTING.md
- Updates client library write examples in cloud-dedicated and clustered.
2024-06-21 18:41:07 -05:00
Jakub Bednář 4a1aeadbbb docs: Update content/kapacitor/v1/reference/about_the_project/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-18 10:03:28 -06:00
Jakub Bednar e6d7bff287 Release Kapacitor v1.7.5 2024-06-18 10:03:28 -06:00
Josh Powers 2d9bef6423
Update release notes 2024-06-17 09:26:52 -06:00
Scott Anderson 4a20c3fb58
Fixed broken link 2024-06-17 07:43:26 -06:00
Scott Anderson b496dff5b5
Flux 0.195.1 (#5493)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-06-11 15:14:37 -06:00
Joshua Powers 45ce1c31af
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-11 14:11:29 -06:00
Josh Powers 48c19ad770
Update dates 2024-06-11 12:11:37 -06:00
Josh Powers cb7aa38157
telegraf: Release v1.31.0
Adds all missing change log entries as well.
2024-06-11 12:05:24 -06:00
Josh Powers bdef2901ab
release notes 2024-06-06 12:31:49 -06:00
Jason Stirnaman 3dcfac829b
Fix create.md
Add missing leading slash.
2024-06-05 10:45:32 -05:00
Scott Anderson 97f9dca3a9
update monitoring to observability dashboard (#5488) 2024-06-04 13:25:45 -06:00
Jakub Bednar e221458565 Release Chronograf v1.10.5 2024-05-31 11:41:39 +02:00
Jason Stirnaman 391777b28b
Merge branch 'master' into jstirnaman/issue5475 2024-05-30 12:57:39 -05:00
Scott Anderson 3280eb38a1
Add SSO documentation to Cloud Dedicated (#5479)
* add sso documentation to dedicated

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* updated to address PR feedback

* Update content/influxdb/cloud-dedicated/admin/sso.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/influxdb/cloud-dedicated/admin/sso.md

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-05-30 10:11:19 -06:00
Scott Anderson 54de71013d
Add future of flux page and notifications (#5484)
* add future of flux page, update future of flux notification, add exclude functionality to notifications

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* updated formatting and tense

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-05-30 08:46:13 -06:00
Jason Stirnaman 37dd3eaa8d fix: reference: python v3 client library examples should use write_options, not WriteOptions
Fixes #5475
2024-05-30 09:00:02 -05:00
Jason Stirnaman 7b62365a2e
Merge branch 'master' into jstirnaman/issue5475 2024-05-30 08:59:26 -05:00
Jason Stirnaman 344b81f536
Merge branch 'master' into ci-lint-and-test-fixes 2024-05-30 08:48:05 -05:00
Jason Stirnaman f127af5bd5 fix: reference: python v3 client library examples should use write_options, not WriteOptions
Fixes #5475
2024-05-29 18:19:48 -05:00
Jason Stirnaman 078df59a38 fix(ci): Vale format and custom vocabularies
- Revert vale JSON output to line output so that husky appropriately fails the commit.
- Update custom vocab terms
- Add Vale to BasedOnStyles to enable the custom vocabs--they need access to Vale's **Avoid** action.
2024-05-29 17:42:31 -05:00
Jason Stirnaman 2e9d94fc90 chore(ci): configure lint-staged to run vale with custom vocabs
- Configures lint-staged to run vale on staged files and use a custom config with custom vocab for specific directories.
- .md files in other directories use the project-level .vale.ini
- Adds the write-good package for style checking
2024-05-29 16:46:51 -05:00
Bethelhem Legesse 7d1d8ab46f
fix: Update content
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-28 07:15:18 -05:00
Bethelhem Legesse a666f3faad
fix: Update content
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-28 07:14:51 -05:00
Beth Legesse b11c15ee84 chore: fix 2024-05-23 17:08:43 -05:00
Beth Legesse a33875fe02 chore: info about dedicated postgres instance 2024-05-23 16:59:08 -05:00
Jason Stirnaman 9e5a10cf58 fix: follow download.influxdata.com redirects (closes #5477) 2024-05-21 12:55:50 -05:00
Scott Anderson 2ace7c5f7d
document show retention policies InfluxQL statement (#5474) 2024-05-17 08:26:47 -06:00
Steve 64b202332b
Adding alternative downsampling examples - Using Quix (#5451)
* Downsampling InfluxDB2 data with Quix

* Minor updates

* Adjust weight

* WIP - Added downsample with Quix

* Update menu

* Update menu for v2 downsampling with Flux and Quix

* v2 downsampling page ordering

* Add Quix downsample example to clustered

* Add Quix downsample example to cloud

* Update content/influxdb/cloud-dedicated/process-data/downsample/downsample-quix.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample/downsample-data-quix.md

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

* Update content/influxdb/clustered/process-data/downsample/_index.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>

* Updates based on review comments

* Update Cloud downsampling with Quix page title

* Task/influx quix updates (#3)

Adding alternative downsampling examples - Using Quix.

This PR includes changes to:

Dedicated
Cloud(TSM)
OSS
Clustered
Quix is collaborating with Influxdata to act as a pure Python alternative to Kapacitor+Flux.

The audience is folks who:

Know Python already and/or don't want to learn a DSL, and possibly those who want to process data more "Pythonically" rather than mixing SQL syntax and Python.
FYI: Quix is both a runtime platform (Quix Cloud) and data processor (Quix Streams Python library). The aim of the articles is to show how downsampling can be done in a continuous real-time process using pure Python.

[x] Signed the InfluxData CLA
(if necessary)
[x] Rebased/mergeableAdding alternative downsampling examples - Using Quix.

* Update content/influxdb/cloud-serverless/process-data/downsample/quix.md

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

* Update content/influxdb/cloud-dedicated/process-data/downsample/downsample.md

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

* Update content/influxdb/cloud-serverless/process-data/downsample/quix.md

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

* Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html

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

* Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html

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

* Update layouts/shortcodes/html-diagram/influxdb-v3-quix-downsample-pipeline.html

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

* Review updates (#4)

Updates from review. thanks.

* Update content/influxdb/cloud-dedicated/process-data/downsample/downsample-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/v2/tools/downsample-data-quix.md

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

* Update content/influxdb/clustered/process-data/downsample/quix.md

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

* Update content/influxdb/clustered/process-data/downsample/quix.md

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

* Update content/influxdb/clustered/process-data/downsample/client-libraries.md

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

* Update content/influxdb/cloud-serverless/process-data/downsample/quix.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample-data-quix.md

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

* Update content/influxdb/cloud/process-data/common-tasks/downsample-data-quix.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>

* Updates from review (#5)

Updates from review

---------

Co-authored-by: steverosam <steve@quix.ai>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-16 13:12:15 -06:00
Jason Stirnaman 416e9d4c17 Merge remote-tracking branch 'origin/master' into fix-iot-starter-tutorial 2024-05-15 11:25:18 -05:00
Jason Stirnaman aa51867486 fix: remove truncate - nesting breaks the layout 2024-05-15 11:21:48 -05:00
Jason Stirnaman f98a7dbb2c fix: add tutorial prerequisites 2024-05-15 11:10:22 -05:00
Jason Stirnaman 00d16fe917
Merge branch 'master' into jstirnaman/issue5463 2024-05-14 14:34:54 -05:00
Scott Anderson 37ab74fa25
document influxql subqueries (#5470) 2024-05-14 13:06:04 -06:00
Jason Stirnaman 76df36d514
Merge branch 'master' into jstirnaman/issue5463 2024-05-14 13:28:35 -05:00
Jason Stirnaman 560152a374 fix: apply suggestion
- "not sure why DEFAULT is formatted as code. The default RP on a database is the first RP created in a database unless otherwise specified. And typically, the first RP created in a db is autogen"

Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-05-14 09:16:22 -05:00
Jason Stirnaman 799cc35640 fix: missing link bracket 2024-05-13 16:37:48 -05:00
Scott Anderson 101644ef08
Add note about using timeformat for partition templates (#5465)
* add note about using timeformat for partition templates

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-05-13 12:53:45 -06:00
Scott Anderson 65bbf168bd
update supported InfluxQL functions for v3 (#5464) 2024-05-10 18:27:16 -06:00
Jason Stirnaman dbcb5dcac2
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-10 15:21:30 -05:00
Jason Stirnaman e16405282d chore(v3): increase suggested wait for token activation
- part of https://github.com/influxdata/DAR/issues/425
- Tokens currently can take minutes to sync
- Add Notable behaviors to guides and references
2024-05-10 14:38:35 -05:00
Jason Stirnaman 5e2f1f2773 fix(flux): typo. Closes #5421 2024-05-09 11:41:01 -05:00
Jack 2fede490b9
chore: bump kubit to 0.0.15 (#5460) 2024-05-07 08:35:23 -06:00
Scott Anderson 7cd1767efa hotfix: apply upstream changes to sql subqueries doc 2024-05-06 17:33:29 -06:00
dezdez efae13f39f
Update install.md (#5456)
Removed erroneous backtick character. This is two separate PowerShell commands.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-06 14:38:21 -06:00
Scott Anderson ecbaeb2e2a
influxctl 2.9.0 (#5459)
* added --time-format to influxctl query (#5452)

* update timestamp format names and command-specific release notes

* Release influxctl v2.9.0 (#5458)

* Release influxctl v2.9.0

* add influxctl 2.9.0 release note

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>

* fixed typo

* updated links to rfc3339nano glossary entry

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-05-06 13:16:19 -06:00
Scott Anderson b12223dcc0 hotfix: fix typos in sql subqueries 2024-05-06 10:53:33 -06:00
Scott Anderson 2d407834d6 hotfix: add missing influxctl write config options 2024-04-29 17:13:36 -06:00
Jason Stirnaman b18b0dfc40
Dedicated: task-based, use Management API to manage database tokens (#5447)
* feat(dedicated): Task-based docs for using the Management API to manage database tokens.

* chore(dedicated): Specify where to run the command

* Update content/influxdb/cloud-dedicated/admin/tokens/database/create.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 13:45:13 -06:00
Benjamin Corbett c8f7a666cc
Update create management token, must have double quotes.md (#5450)
* Update create management token, must have double quotes.md

Must have quotes on description otherwise it doesn't work

* Apply suggestions from code review

* ported changes to clustered

* added quotes to examples

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 13:13:11 -06:00
Benjamin Corbett 9c64d2c21d
Update create.md (#5449)
* Update create.md

should be `expires-at` not `expire-at`

* updated other isntances of incorrect influxctl flag

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 09:06:18 -06:00
alespour a9290fac3e
Chronograf v1.10.4 (#5445) 2024-04-29 09:31:02 +02:00
Scott Anderson 0eeb2865fc
Various bug fixes (#5444)
* change OpenTSBD to OpenTSDB, closes influxdata/DAR#422

* add alias for telegraf plugins list, closes #5436
2024-04-27 06:41:59 -06:00
Scott Anderson d0be7b235a
add error messages and their meaning in serverless (#5442) 2024-04-27 06:29:44 -06:00
Scott Anderson 39c740666c
Add information about database token wildcard permissions (#5443)
* add information about database token wildcards

* fixed typo
2024-04-27 06:25:24 -06:00
Scott Anderson 95cab5bf30
SQL time zone support (#5441)
* add infomrmation about sql timezone support

* Apply suggestions from code review

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

* fixed typos

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-25 13:26:52 -06:00
Scott Anderson 057218aabe hotfix: fix line protocol code blocks, #closes influxdata/DAR#423 2024-04-25 08:29:49 -06:00
Jason Stirnaman 027b5e877b chore(v3): add links for cluster, database, and bucket 2024-04-24 13:41:00 -05:00
Jason Stirnaman 0766e3d106 feat(dedicated): add Management API task-based for updating a database 2024-04-24 13:39:18 -05:00
Jason Stirnaman f1ea189fd7 chore(dedicated): Cleanup in task-based database create, delete, and list 2024-04-24 13:37:44 -05:00
Jason Stirnaman 57e931a414 feat(dedicated): task-based for delete databases 2024-04-24 11:21:43 -05:00
Jason Stirnaman 45391c8e06 fix(dedicated): list databases: add related url 2024-04-24 11:20:06 -05:00
Jason Stirnaman 2a7f5807b0 fix(dedicated): create databases
- explicit request method for example purposes
- link
- add list code sample
- related link
2024-04-24 11:19:22 -05:00
Jason Stirnaman dde4b57cb1 fix(dedicated): List databases
- Endpoint reference link
- Add list code sample
- Cleanup
- Shortcut link
2024-04-24 10:52:36 -05:00
Jason Stirnaman f3515e58d2 fix(dedicated): add code-placeholders, fix console URL 2024-04-23 21:04:56 -05:00
Jason Stirnaman ea8d5eb5af feat(dedicated): add Management API list databases to task-based docs 2024-04-23 16:42:52 -05:00
Jason Stirnaman bbecfcba71 fix(dedicated): Cleanup create database. 2024-04-23 16:16:11 -05:00
Jason Stirnaman 04ab5abab4 fix(dedicated): Cleanup create database. 2024-04-23 16:06:18 -05:00
Jason Stirnaman f408db9946 feat(dedicated): add Management API create database to task-based docs 2024-04-23 14:01:38 -05:00
alespour 2f57ac9fcc
Kapacitor v1.7.4 (#5438) 2024-04-23 17:43:02 +02:00
Scott Anderson b2e9100197
Update content/influxdb/cloud-dedicated/admin/clusters/get.md 2024-04-23 08:05:17 -06:00
Scott Anderson e74eaff948
Merge branch 'master' into jstirnaman/5433 2024-04-23 07:58:33 -06:00
Steve 8e69dd6ca4
Update code to use latest (#5437)
Also fix mixed double and single quotes

Co-authored-by: steverosam <steve@quix.ai>
2024-04-23 07:40:26 -06:00
Jack 345aae5da9
docs(clustered): direct catalog modification warning (#5435)
* docs: add catalog modifcation warning

* docs: use suggested wording

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-23 12:55:10 +01:00
Jason Stirnaman 0de7e563a3 feat(v3): Add influxctl cluster list and get task-based, and use them to find account ID and cluster ID for the HTTP API. Closes #5433 2024-04-19 11:58:17 -05:00
Jason Stirnaman 9af5a948fd Merge remote-tracking branch 'origin/master' into jstirnaman/issue5412 2024-04-16 16:47:47 -05:00
Jason Stirnaman fd73956bd4 fix(api): fixes #5412. Updates API landing pages to include Management API for Cloud Dedicated and descriptions of v1 and v2 APIs for each product. 2024-04-16 16:45:11 -05:00
Scott Anderson 89f1612278
influx CLI v2.7.5 (#5430) 2024-04-16 15:11:37 -06:00
Scott Anderson c83c82cd84
Merge branch 'master' into ga-new-download-links 2024-04-16 11:32:28 -06:00
Jack caca0a71b6
docs(clustered): data ingest lifecycle (#5369)
* docs: object versioning, lifecycle rule best practices

* docs: trim whitespace

* docs: include appinstance configuration

* docs: update gc env var wording

Co-authored-by: Fraser Savage <fraser@savage.engineer>

* chore: use suggested wording

Co-authored-by: Dom <dom@itsallbroken.com>

* docs: dedicated mention of versioning recommendation

The versioning really depends on an organisation's backups/DR strategy.
I've pulled this more inline with how the lifecylce of the ingested data
can be managed through the garbage-collector.

* docs: wording

* docs: use scenario wording suggestion

Co-authored-by: Dom <dom@itsallbroken.com>

* docs: use suggested extension for gc service

Co-authored-by: Dom <dom@itsallbroken.com>

* docs: no versioning suggestion

Co-authored-by: Dom <dom@itsallbroken.com>

* docs: hint requirements for retention

Co-authored-by: Dom <dom@itsallbroken.com>

* docs: mention object store sizing with lower cutoff

* docs: add warning for 3h cutoff

* suggested edits to the clustered ingest lifecycle guide (#5427)

* docs: use suggestion for configurable cutoff floor

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

---------

Co-authored-by: Fraser Savage <fraser@savage.engineer>
Co-authored-by: Dom <dom@itsallbroken.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-16 16:00:46 +01:00
Jason Stirnaman b6d77062fc
fix(v2): Missing description for Letsencypted certificates (#5425)
Fixes #5422
2024-04-16 09:27:43 -05:00
Scott Anderson e8e16641e4
Add Quix downsampling html diagram (#5426)
* scaffolding for quix diagram

* WIP quix downsampling diagram

* add quix downsampling html diagram

* replace png diagram with html diagram

* restruction downsample data guides

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-15 15:28:46 -06:00
Abdullah Sabaa Allil 248c9c0b39
fix broken curl post commands (#5423)
* fix broken curl post commands

* fix broken curl post commands

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-15 15:20:24 -06:00
Scott Anderson 0feb32b0f8
InfluxDB 2.7.6 (#5424)
* 2.7.5 and 2.7.6 release notes, add strong passwords, closes #5417

* Apply suggestions from code review

* Apply suggestions from code review

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

* Apply suggestions from code review

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-15 15:09:11 -06:00
Merlin 735e4e8e6e
Quix version of "cloud-serverless" downsampling article (downsampling using tumbling windows in Python vs SQL) (#5342)
* Adding alternative version of downsampling procedure that uses the Quix Python library

* adding Jupyter Notebook link

* Apply suggestions from code review

* Rename downsample_quix.md to downsample-quix.md

---------

Co-authored-by: Merlin <merlin@quix.io>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-15 14:42:00 -06:00
Jason Stirnaman f1c22057f2
Document partition and file limits for Serverless free and PAYG queries (#5420)
* Fix shortcut

* chore(serverless): partition and file limits for free and PAYG (closes #5375)

* chore(serverless): partition and file limits for free and PAYG (closes #5375)
2024-04-15 11:21:46 -05:00
Scott Anderson 2c8444f5de hotfix: fix bad anchor link 2024-04-11 12:43:31 -06:00
Scott Anderson 2f78809d86
Merge branch 'master' into ga-new-download-links 2024-04-11 12:36:58 -06:00
Scott Anderson d3f5e863e9 hotfix: add related links to system data docs 2024-04-11 11:27:07 -06:00
Scott Anderson 1d3f446424 hotfix: update system data path 2024-04-11 11:21:15 -06:00
Scott Anderson cdc0b25ec2
influxctl v2.8.0 (#5413)
* added influxql query support for influxctl

* removed sql tag from task-based influxctl query guide

* Influxctl v2.8.0 (#5418)

* Release influxctl v2.8.0

* Update change logs

* 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>

* Add influxctl write timeout and new insecure TLS config (#5419)

* add timeout flag to write, update config with insecure tls

* fixed link

* Add 'enable-system-tables' flag to `influxctl query` (#5415)

* add enable system tables flag to influxctl

* Apply suggestions from code review

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

---------

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

* Query system tables with influxctl (#5414)

* outline for querying system tables

* finalized system table query examples

* updated system table validity date

* Apply suggestions from code review

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

* Apply suggestions from code review

---------

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

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-11 11:17:49 -06:00
Scott Anderson 6591e86376 hotfix: add message about delete support in serverless 2024-04-10 14:37:41 -06:00
Andreas Deininger 35ba19d3cb
Docu: fix broken link (#5410)
Fix broken link

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-08 16:07:49 -06:00
Scott Anderson 4e75e9a906 hotfix: fix flux caption rendering 2024-04-08 16:01:02 -06:00
wayne acc155c90e
feat(clustered): add perf testing guidelines (#5402)
* feat(clustered): add local perf testing guidelines

* feat(clustered): clarify analysis query examples

* Update content/influxdb/clustered/guides/report-query-performance-issues.md

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

* Update content/influxdb/clustered/guides/report-query-performance-issues.md

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

* Update content/influxdb/clustered/guides/report-query-performance-issues.md

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

* Update content/influxdb/clustered/guides/report-query-performance-issues.md

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

* Update content/influxdb/clustered/guides/report-query-performance-issues.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/clustered/guides/report-query-performance-issues.md

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

* fix(clustered): move query performance troubleshooting doc

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-08 09:47:54 -06:00
Scott Anderson aa1732d0d2
Monitor your Dedicated cluster (#5409)
* scaffolding for clustered grafana dashboard

* add descriptions of dedicated monitoring dashboard cells

* Apply suggestions from code review

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

* Update content/influxdb/cloud-dedicated/admin/monitor-your-cluster.md

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-05 11:36:06 -06:00
Scott Anderson 2aac3cc2e8
Telegraf v1.30.0 and v1.30.1 (#5407)
* add telegraf 1.30.0 release notes and supporting content, closes #5405

* Apply suggestions from code review

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

* added telegraf 1.30.1

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-03 14:36:07 -06:00
Jason Stirnaman fdd44fb268
3468 document replications data in metrics endpoint (#5406)
* chore: Add placeholder format to Docker example.

* chore: Add placeholder formatting to Docker example.

* feat(v2): Add /metrics replications to metrics page and guide.

Closes #3468

* Update content/influxdb/v2/write-data/replication/replicate-data.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-04-02 11:36:23 -05:00
Geoffrey Wossum 2d9d84981b
fix: correct definition of `commit-timeout` (#5403)
* fix: correct definition of `commit-timeout`

Correct definition of `commit-timeout` to match its use in Raft. See https://github.com/hashicorp/raft/issues/28 for more information.

* Update content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-01 14:15:23 -05:00
Jason Stirnaman 8f3947ec92
feat(v3): Parameterized queries with SQL and InfluxQL (#5394)
* feat(dedicated): Parameterized queries for SQL and InfluxQL using the native Flight RPC API

* feat(v3): Parameterized queries for SQL and InfluxQL

* feat(v3): Parameterized queries for SQL and InfluxQL

* feat(v3): Dedicated: Parameterized queries for SQL and InfluxQL

* feat(v3): Serverless: Parameterized queries for SQL and InfluxQL

* feat(v3): Clustered: Parameterized queries for SQL and InfluxQL

* feat(v3): Cleanup parameterized queries

* Apply suggestions from code review

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>

* Apply suggestions from code review

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

* Update content/influxdb/cloud-dedicated/reference/influxql/time-and-timezone.md

* Update content/influxdb/cloud-dedicated/reference/influxql/time-and-timezone.md

* Update content/influxdb/cloud-dedicated/reference/influxql/time-and-timezone.md

* Influxctl v2.7.1 (#5395)

* Release influxctl v2.7.1

* Update change logs

* feat(v3): Parameterized queries: Add references to time and data types pages

* feat(v3): InfluxQL parameterized queries data types

* feat(v3): InfluxQL parameterized queries data types

* feat(v3): Note that you can't parameterize identifiers in queries

* feat(v3): Parameterized queries restrictions

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-29 11:11:52 -05:00
Jason Stirnaman f47631ae0c
fix(v3): Fix column limit totals. (#5398) 2024-03-28 10:34:20 -05:00
Jackie Tien fa8e5dcc93
Update schema-design.md (#5396) 2024-03-28 07:31:26 -06:00
Joshua Powers d3c7dbe522
Influxctl v2.7.1 (#5395)
* Release influxctl v2.7.1

* Update change logs
2024-03-27 11:34:15 -06:00
Scott Anderson 01bd82e123 hotfix: port influxql sql string fixes to clustered and dedicated 2024-03-27 11:08:24 -06:00
Dennis German 8761714d00
Update string.md for convert_ws and uuid (#5383)
usage for convert_ws used convert

example for uuid used upper

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-27 11:06:09 -06:00
Scott Anderson 43fe12e2ec
Update Grafana documentation for v1, v2, and Enterprise (#5393)
* update v2 and cloud (tsm) grafana docs

* fixed bug where clicking tab would not update url

* updated v1 and enterprise grafana docs, added grafana video to v3
2024-03-27 10:33:45 -06:00
Scott Anderson 0b5d933667 hotfix: remove influxql tracking issue links 2024-03-26 14:30:15 -06:00
Scott Anderson ec7e0719da
Merge branch 'master' into ga-new-download-links 2024-03-26 10:47:00 -06:00
Gunnar Aasen 9b6d91efb8 Update download links for OSSv2 2024-03-26 09:43:50 -07:00
Minsung Oh 795f72512f
fix invalid query example in get-started (#5389)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-26 10:16:02 -06:00
Scott Anderson ea5729c756
influxctl v2.7.0 (#5391)
* Merging partition tag buckets into influxctl-2.7.0 (#5388)

* Update partitioning docs with tag buckets (#5381)

* updated paritioning docs with tag buckets

* Apply suggestions from code review

Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* ported tag bucket partition content to clustered

---------

Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* add command-specific influxctl updates/notes

* Release influxctl v2.7.0 (#5390)

* Release influxctl v2.7.0

* added release notes for influxctl 2.7.0

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>

---------

Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-26 08:42:10 -06:00
Scott Anderson 1a934cff85
Adds operator token requirement to org and user docs in v2 (#5386)
* Adds operator token requirement to orgs and user docs in oss v2 and updates
examples to use code placeholders.

closes influxdata/influxdb#24817
closes #4829
closes #4517

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-25 11:31:59 -06:00
Scott Anderson 51a47138d2
Add instructions for bypassing IdP with admin token (#5376)
* add instructions for bypassing IdP with admin token, closes #5374

* Apply suggestions from code review

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

* fix broken clustered tab, relocated idp-bypass file

* link to management token definition

* remove management token term from idp bypass guide

* add commands for deleting an admin token

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-22 16:18:31 -06:00
Scott Anderson f458519a2b
add information about write partition limits, closes #5372 (#5379) 2024-03-22 07:52:09 -06:00
Jakub Bednář 7ec52d72c3
Release Kapacitor v1.7.3 (#5380) 2024-03-22 07:12:47 -06:00
Scott Anderson 9aee0f0011 hotfix: remove dead influxql issue link 2024-03-21 15:41:29 -06:00
Scott Anderson da1b1105ea
Update v3 token management docs and add management tokens (#5373)
* new token management structure, updated links

* task-based management token docs

* added related links to influxctl management docs

* remove draft status from management token admin docs

* standardize references to identity provider

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-21 13:42:41 -06:00
Joshua Powers 96515a9d4d
Release influxctl v2.6.0 (#5370)
* Release influxctl v2.6.0

* Update change log

* Apply suggestions from code review

* Add 'influxctl management' commands (#5364) (#5371)

* adds influxctl management commands to cloud-dedicated

* updated verbiage for revoking a management token

* Apply suggestions from code review



* port influxctl management commands to clustered, update format verbiage

---------

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-18 09:42:39 -06:00
Jason Stirnaman 30f9fa049a
hotfix(v3): serverless menu (#5367) 2024-03-15 18:59:23 -05:00
Jason Stirnaman db059f99b0
Strategies to improve query performance: operations, number and size … (#5215)
* Strategies to improve query performance: operations, number and size of parquet files
Fixes #5108

- Add query performance strategies to optimize-queries

* Apply suggestions from code review

* Apply suggestions from code review

* Update content/influxdb/cloud-dedicated/query-data/execute-queries/optimize-queries.md

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>

* chore(v3): WIP query perf
Fixes #5108

* chore(v3): WIP: Query performance

* chore(v3): WIP: Explain the EXPLAIN report and indicators of query expense, performance problems.

* WIP: optimize queries - how to read a query plan, operators

* WIP: Read a query plan example 2

* WIP: moved how to read a query plan to its own page.

* WIP(v3): operators

* chore(v3): WIP add query plan info from DataFusion slides and @NGA-TRAN

* chore(v3): WIP read a query plan - explain tree format and reorganize

* WIP: query plan

- Adds Query Plan reference
- Completes Analyze a Query Plan, pending cleanup, continue at :471
- Added image from Nga's blog
- Updates EXPLAIN doc
- TODO: Create public docs for
https://github.com/influxdata/docs.influxdata.io/blob/main/content/operations/specifications/iox_runbooks/slow-queries.md

* chore(spelling): Vale config changes

- Add vale to package.json and use Yarn to manage the binary. You can use `npx vale` to run manually.
- Move InfluxData spelling ignore list into the style.
- Reorganize custom (product) spelling lists to comply with Vale 3.x
- Add InfluxDB v3 terms

* chore(spelling): Vale config changes

- Add vale to package.json and use Yarn to manage the binary. You can use `npx vale` to run manually.
- Move InfluxData spelling ignore list into the style.
- Reorganize custom (product) spelling lists to comply with Vale 3.x
- Add InfluxDB v3 terms

* chore(v3): Reorg of query troubleshooting and optimizing docs

- Adds query-data/troubleshoot-and-optimize
- Splits optimize docs into troubleshoot and optimize docs
- Moves Flight response doc to flight-responses.md

* chore: Fixes broken links, typos, missing content, etc.

- Fixes various errors and style violations reported by Vale.
- Fixes broken links and missing content in glossaries.
- Fixes missing and extraneous whitespace.

* Apply suggestions from code review

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/analyze-query-plan.md

* chore(clustered): Query plan: Apply review suggestions

Co-Authored-By: Nga Tran <20850014+NGA-TRAN@users.noreply.github.com>

* feature(v3): Analyze a query plan:

- Apply code formatting to plan implementor names
- Simplify some points
- Add links

* add query plan html diagram (#5365)

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/analyze-query-plan.md

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

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/optimize-queries.md

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

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md

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

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md

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

* Update content/influxdb/cloud-dedicated/query-data/troubleshoot-and-optimize/trace.md

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

* Update content/influxdb/cloud-serverless/query-data/troubleshoot-and-optimize/analyze-query-plan.md

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

* fix(v3): finish the EXPLAIN descriptions and examples

* chore(tests): Setup a python venv in test containers

* fix(ci): Vale vocab

* fix(v3): Punctuation typo

* chore(ci): Update README

* fix(v3): Apply review suggestions and capitalization

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

* fix(v3): Add note to optimize page and revise troubleshoot

* fix(v3): optimize-queries link

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Nga Tran <20850014+NGA-TRAN@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-15 18:40:38 -05:00