Commit Graph

5713 Commits (f6a47ac8006da111c7a2ded79e6580f57f902389)

Author SHA1 Message Date
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
Scott Anderson 259e8e67b4
add JSON page lists for use in the v3 UI (#5363) 2024-03-14 09:32:04 -06:00
Jack 7520bccd29
docs(clustered): object versioning recommendation (#5362)
* docs: recommendation of object versioning

* Update content/influxdb/clustered/install/prerequisites.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-13 08:29:33 -06:00
Scott Anderson 0e3947e1ab
Update incorrect influxctl examples and formatting (#5360)
* fix: update influxctl database create with retention policy example, closes #5359

* fix display of valid retention durations
2024-03-12 14:38:02 -06:00
Scott Anderson 8697d3e55e
fix: correct yum meta node package name, closes influxdata/DAR#414 (#5358)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-12 10:37:29 -06:00
Jack fafd59eef7
docs(clustered): mention use of `DOCKER_CONFIG` with `kubit local apply` (#5357)
* docs: add DOCKER_CONFIG mention

* chore: use review suggestion

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-12 09:13:53 -06:00
Jason Stirnaman 85dcebba43
v2: move setup process instructions to get-started/setup page (#5355)
* chore(v2 cloud): Capitalization

* chore(v2 cloud): Capitalization

* chore(v2 cloud): Punctuation

* chore(v2): Move set up process to get-started/setup page:

- Moves setup process section from the install page to the get-started/setup page.
- Clean up and style updates.
- Add API set up example.

* chore(v2): Cleanup

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/get-started/setup.md

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

* Update content/influxdb/v2/install/_index.md

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

* fix: update influxdb/host shortcode

* chore(oss-v2): Consistent use of All Access as token name

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-03-12 09:32:25 -05:00
Andreas Deininger 0488345ab7
Fix errors when running latest hugo version v0.123.8 (#5356)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-11 17:31:33 -06:00
Scott Anderson dbd8c3a11d hotfix: fixed typo in enterprise release notes 2024-03-11 14:17:02 -06:00
Gunnar 6752797a7a
Enterprise 1.11.5 release notes (#5354)
* Enterprise 1.11.5 release notes

* Apply suggestions from code review

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

* update release notes, fix warning shortcodes, add compact-series-file config option

* added release metadata to compact-series-file heading

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-03-11 14:12:52 -06:00
Jason Stirnaman 4663a4f0f5
chore(v2): Add Docker Hub `influx-configs` file path, fix spelling. (#5353)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-03-11 15:06:15 -05:00
Scott Anderson 0ecc796e60
Update SQL functions added upstream (#5345)
* updates sql functions added upstream

* Apply suggestions from code review

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

* port changes to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-03-06 14:00:18 -07:00
Joshua Powers 3e1870f72b
Update use-your-cluster.md (#5349) 2024-03-06 13:48:35 -07:00
Scott Anderson f21f09a32e hotfix: typos in custom partition docs 2024-03-06 10:51:18 -07:00
Scott Anderson 878715d0c7
fix template-time flags to be template-timeformat, closes #5347 (#5348) 2024-03-06 10:43:32 -07:00
Scott Anderson d9049d1386
updated intro to configure telegraf, closes #5341 (#5344) 2024-03-04 11:27:58 -07:00
Scott Anderson 9e4034d260
Document v3 custom partitions (#5309)
* WIP added storage engine diagram svg and info

* WIP scaling strategy diagrams

* WIP finished storage architecture doc

* WIP added offset and time trim capbilities to current-date shortcode

* WIP custom partitions

* finalized define partitions doc

* Apply suggestions from code review

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

* updates to address PR feedback

* various fixes

* minor updates to storage architecture

* ported custom partition content to clustered

* fix incorrect menu key

* influxctl 2.5.0 (#5339)

* updated influxctl database create with partition info

* added influxctl table create command

* ported influxctl table create command to clustered

* Apply suggestions from code review

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

* fixed mentions of influx vs influxctl in v3 docs

---------

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

* Add manage table task-based docs with partitioning info (#5340)

* add manage table task-based docs with partitioning info

* Apply suggestions from code review

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

---------

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

* influxctl 2.5.0 release notes (#5343)

* influxctl 2.5.0 release notes

* Apply suggestions from code review

Co-authored-by: Joshua Powers <powersj@fastmail.com>

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2024-03-04 09:15:10 -07:00
Scott Anderson 1fa943267a
Clarify that 'influxd upgrade' is part of the v2 binary (#5336)
* clarify v2 influxd upgrade, update formatting, closes #5295

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-28 08:23:49 -07:00
Jakub Bednář e9f2429b84
Release Chronograf v1.10.3 (#5337)
* Release Chronograf v1.10.3

* Update content/chronograf/v1/about_the_project/release-notes.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-02-28 07:59:35 -07:00
Scott Anderson 3b9bf0d019
Update SQL timestamp functions and casting operations (#5332)
* updated sql time and date functions

* update sql casting docs with new TIMESTAMP behavior, closes #5331

* Apply suggestions from code review

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

* added format_n argument to to_timestamp* functions

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-26 15:21:25 -07:00
Jakub Bednář 4ebfffa20a
Release Kapacitor v1.7.2 (#5335)
* Release Kapacitor v1.7.2

* Update content/kapacitor/v1/reference/about_the_project/release-notes.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-02-26 13:35:09 -07:00
cpinflux 113b47105d
Update authentication.md (#5316)
[http] section does NOT apply to meta nodes.

Same issue here - https://github.com/influxdata/DAR/issues/326

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-26 13:38:42 -06:00
Jason Stirnaman 05a3e12085
[Docker] Unable to generate the default configuration file on the host file system (#5333)
* [Docker] Unable to generate the default configuration file on the host file system
Fixes #5318

* [Docker] Unable to generate the default configuration file on the host file system
Fixes #5318, #4841, #4643, #3475

* Removed suggestion to share configs between containers. I tried it and it seems like a bad idea.

* Specify that setup options are environment variables.

* Edit setup mode variable description.

* Fixes command and descriptions.

* Apply suggestions from code review

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

* Update content/influxdb/v2/install/_index.md

* Update content/influxdb/v2/install/_index.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-02-26 11:52:08 -06:00
Scott Anderson 50d33edf1d
Add InfluxDB Clustered upgrade instructions (#5330)
* add clustered upgrade instructions

* docs: myinfluxdb.yml upgrade reference

* Update content/influxdb/clustered/admin/upgrade.md

* Update content/influxdb/clustered/admin/upgrade.md

* Update content/influxdb/clustered/admin/upgrade.md

* fixed auto-formatter code changes

---------

Co-authored-by: Jack Dockerty <jdockerty@influxdata.com>
2024-02-22 08:23:15 -07:00
Scott Anderson 58f4a6de32
Clustered installation docs (#5327)
* WIP clustered install guide

* fix: Use AZURE_CLIENT_ID (#5179)

* docs: add s3 policy

* docs: use suggested style

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

* fix: typo

Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>

* fix(clustered): remove link to inaccessible google doc (#5197)

* added CRD abbreviation

* Alternate Clustered deployment with kubit (#5199)

* WIP kubit deployment

* Update content/influxdb/clustered/install/deploy.md

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

* Apply suggestions from code review

Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>

* updated kubit apply instructions

* Apply suggestions from code review

Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>

* updated clustered install instructions to address PR feedback

* Update content/influxdb/clustered/install/deploy.md

Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>

* docs: update `kubit` mentions (#5252)

* fix: kubectl references

* chore: bump version of kubit install in docs

* docs: mention --docker flag from new release

* fix: wording

* docs(clustered): bump kubit to `0.0.13` (#5260)

* docs(clustered): bump kubit to `0.0.14` (#5272)

* removed certain prereqs in clustered install docs, related to influxdata/project-clustered#150 (#5290)

* docs(clustered): add azure/gcp storage permission requirements (#5296)

* docs(clustered): add gcp storage iam policy

* fix: wording

* docs: format and include azure

* docs: clarify azure

* address feedback

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

* address feedback for azure

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

* azure blob storage feedback wrapper

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

* address gcp feedback

* Update content/influxdb/clustered/install/prerequisites.md

---------

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

* docs(clustered): fix incorrect padding and typos (#5312)

* fix: host and client_id in config.toml

* fix: padding causing html span to show

* revert: host placeholder

* Update _index.md

* Update _index.md

* Update auth.md

* Update prerequisites.md

* Update use-your-cluster.md

* Apply suggestions from code review

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

* commented out auth0 placeholder content

* consolidate steps in entra id setup

---------

Co-authored-by: Marko Mikulicic <mmikulicic@gmail.com>
Co-authored-by: Jack Dockerty <jdockerty@influxdata.com>
Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-20 12:56:12 -07:00
Andreas Deininger e53083e7fc
docs: fix broken links (#5322)
* docs: fix broken links

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-16 15:40:14 -06:00
Jason Stirnaman 8cda7285ca
fix: be explicit about srvls write 201 (#5328) 2024-02-16 12:47:41 -06:00
Joshua Powers 86c60513a8
Release influxctl v2.4.4 (#5326)
* Release influxctl v2.4.4

* Update release notes

* add --trace global flag to influxctl docs

* port influxctl --trace flag to clustered

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-02-16 07:54:13 -07:00
Scott Anderson 926eceea41
Update 'SHOW TAG VALUES' documentation to include a FROM clause (#5324)
* add note to show tag values docs about including a FROM clause, closes #5321

* Update content/influxdb/cloud-dedicated/reference/influxql/show.md

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

* port changes to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-15 11:31:48 -07:00
Scott Anderson da5d09dd68
Update Cloud Dedicated onboarding flow (#5317)
* Update dedicated onboarding flow, closes influxdata/DAR#411, closes influxdata/granite#1502

* updates to spacing in the dedicated update doc

* Update content/influxdb/cloud-dedicated/get-started/setup.md
2024-02-09 06:31:29 -07:00
Andreas Deininger 476a73e95e
Fixing typos (#5315)
* Fix typos

* Bump hugo to latest version v0.122.0

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-02-05 09:51:51 -07:00
Jay Clifford e66563946c
Updated grafana.md to include the new InfluxDB data source SQL setup (#5307)
* Updated grafana.md to include the new InfluxDB data source SQL setup

* updates to new grafana docs

* Apply suggestions from code review

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

* ported grafana docs to other v3 products

* minor updates to grafana files

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-05 09:34:34 -07:00
Andrew Lamb 81c6e3edfd
Update time-and-date.md to correct supported `interval` types (#5314)
* Update time-and-date.md

Fixes https://github.com/influxdata/docs-v2/issues/5313

Update docs to correct supported interval type

* Update content/influxdb/cloud-serverless/reference/sql/functions/time-and-date.md
2024-01-30 08:43:17 -07:00
Geoffrey Wossum 89e410ce92
fix: update cipher suite for `tls-strict-ciphers` (#5310)
Update cipher suite list when `tls-strict-ciphers` is enabled to match changes made in https://github.com/influxdata/influxdb/pull/20921
2024-01-26 10:52:53 -07:00
Jason Stirnaman 7479ceabf2
Revert "Revert "feature(v3): Write: partial writes write good lines and reject bad li… (#5169)" (#5280)" (#5304)
This reverts commit 624eb0205b.
2024-01-17 13:20:25 -06:00
Josh Powers f8428f0ec6
Update release notes 2024-01-17 09:04:04 -07:00
Jason Stirnaman 5bf392afc4
chore(telegraf): Improve CSV parser doc and run Telegraf tests: (#5302)
* chore(telegraf): Improve CSV parser doc and run Telegraf tests:

- Revise CSV parser documentation and add examples.
- Configure test runner for Telegraf tests.

* Update content/telegraf/v1/data_formats/input/csv.md

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

* Update content/telegraf/v1/data_formats/input/csv.md

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

* Update content/telegraf/v1/data_formats/input/csv.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-01-17 09:31:18 -06:00
Scott Anderson ad19ae256f updated other --max-columns typos 2024-01-11 16:10:50 -07:00
Bill O'Connell f031e2ca6e
fix: reference max-cols, not just max tables in db update (#5300) 2024-01-11 16:08:07 -07:00
Andreas Deininger 4154e09733
docs(json v2): add 'optional' key (#5299) 2024-01-11 14:35:54 -07:00
Gary Fowler 61e8999dba
Update limits.md (#5297)
Namespace terminology caused some confusion; changing the word namespace to database to try to ease this confusion.
2024-01-10 16:01:44 -07:00
Andreas Deininger c30e9d5a7b
Telegraf documentation: fix broken links (#5292)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-01-08 10:20:45 -06:00
Jason Stirnaman 30c35e9505
fix(ent): incorrect influxd-ctl ldap links (#5294)
Closes  https://github.com/influxdata/DAR/issues/409
2024-01-08 10:13:41 -06:00
Jason Stirnaman 4b371c91d8
Update Go Arrow package version (#5288)
Fixes #5271

- Updates Go samples that use the client library to use the same Arrow package version (v13) used in the client library
- Updates Go FlightSQL examples to use the latest Arrow package (v14).
2023-12-28 14:02:58 -06:00
Jason Stirnaman 7286226bba
GeoIP plugin should be marked "External" (#5287)
Fixes #5277

- Fixes plugin intro paragraph.
- Updates plugin data.
2023-12-28 08:59:08 -06:00
Jason Stirnaman ae9106399c
fix(v2): Bad formatting in documentation (Chapt on series) (#5286)
Fixes #5285

- Add OSS conditional for product-name short code.
2023-12-27 15:07:47 -06:00
Jason Stirnaman 9e276df194
Optimize writes: Use Telegraf to pre-process data before writing (#5282)
* chore(v3): preprocess writes (Telegraf, etc)

* feat: optimize writes using Telegraf

* WIP: dedup plugin

* WIP: Dedup

* chore(v3): Writes: Preprocess data using Telegraf: Dedup example

(#5155)
- Add example using processors.dedup in Telegraf.
- The plugin or configuration doesn't currently work as expected. Investigating...

* chore(v3): Write data: pre-process data using Telegraf

- Add Telegraf examples that pre-process data to avoid schema conflicts and reduce payload (bandwith, memory, etc.) when writing data.
- For Serverless. Will port to Dedicated and Clustered after approval.
- Doesn't include Dedup yet - I'm waiting on help to make it work (see branch https://github.com/influxdata/docs-v2/compare/issue5155-preprocess-with-dedup)

* Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.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>

* chore(test): Test harness setup, use golang base image

- Use golang base image for ease of Go environment setup. Installing Python separately is easier than Go.
- Add flag to bypass python warning about using system python and pip.
- Remove redundant env.products from pytest.ini; we already load it into environment variables.

* chore(v3): Optimize writes: Use Telegraf

Closes Telegraf guide: how to use the Converter processor to coerce data before writing #5155

- Adds use cases to Dedicated and Clustered docs
- Adds example for Execd processor plugin to all
- Clean up and pass tests
- Remove shared code sample

* fix(v3): Optimize writes: Placeholders and indent fixes

* Update content/influxdb/cloud-dedicated/write-data/best-practices/optimize-writes.md

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

* Update content/influxdb/cloud-serverless/write-data/best-practices/optimize-writes.md

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

* Update content/influxdb/clustered/write-data/best-practices/optimize-writes.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-22 11:23:49 -06:00
Scott Anderson 15395a9da6
Add influxctl documentation to the "Write data" section (#5283)
* reorg write line protocol docs

* port line protocol write changes to clustered
2023-12-19 13:07:43 -07:00
Jason Stirnaman d61107a3d3
feature(v3): Cloud Dedicated write API: partial writes write good lines and reject bad li… (#5273)
* feature(v3): Write: partial writes write good lines and reject bad lines #5160

- Documents the proposed partial writes feature for Serverless and Dedicated.
- Updates Troubleshoot writes and API docs.

* chore(v3): update write status codes (#5160)

* Update content/influxdb/cloud-serverless/write-data/troubleshoot.md

* chore(v3): cleanup partial write descriptions in API ref and troubleshooting guide
2023-12-18 12:43:44 -06:00
Joshua Powers a549ea5129
Merge branch 'master' into influxctl-v2.4.2 2023-12-18 09:22:54 -07:00
Scott Anderson c856e84fdc
Add influxctl instructions to query and write task-based docs (#5278)
* added influxctl examples to clustered and dedicated get started

* added task-based influxctl query docs

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-12-18 08:25:12 -07:00
Josh Powers 8149846ed3
Update change logs as well 2023-12-18 08:23:16 -07:00
Jason Stirnaman 624eb0205b
Revert "feature(v3): Write: partial writes write good lines and reject bad li… (#5169)" (#5280)
This reverts commit 90948e67dc.
2023-12-15 09:27:57 -06:00
Scott Anderson 6514187bf1
influxctl 2.4.1 (#5276)
* influxctl 2.4.0 release notes

* added influxctl write and query commands

* Apply suggestions from code review

Co-authored-by: Joshua Powers <powersj@fastmail.com>

* added default credential examples to influxctl query and write

* Apply suggestions from code review

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

* replaced INFLUXDB_HOST with influxdb/host shortcode in influxctl example config

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-12-14 12:26:19 -07:00
Jason Stirnaman 90948e67dc
feature(v3): Write: partial writes write good lines and reject bad li… (#5169)
* feature(v3): Serverless write API: writes good lines, rejects bad lines #5160

- Documents the proposed partial writes feature for Serverless and Dedicated.
- If some points are written, returns 201 status code.
- Updates Troubleshoot writes and API docs.

* feature(v3): Serverless write API: writes good lines, rejects bad lines #5160

- Documents the proposed partial writes feature for Serverless and Dedicated.
- If some points are written, returns 201 status code.
- Updates Troubleshoot writes and API docs.

* fix: Serverless cleanup

* fix: Serverless write API: restore 204 and explain 201 and 400 status codes.

* Apply suggestions from code review

* fix: Serverless write API: 201 superseded by 204 to maintain v2 compat.

- Documents https://github.com/influxdata/idpe/pull/18398.

* fix: Serverless write API: 201 superseded by 204 to maintain v2 compat.

- Documents https://github.com/influxdata/idpe/pull/18398.

* Update content/influxdb/cloud-serverless/write-data/troubleshoot.md

* Update content/influxdb/cloud-serverless/write-data/troubleshoot.md

* Update content/influxdb/cloud-serverless/write-data/troubleshoot.md
2023-12-13 16:20:51 -06:00
Scott Anderson ada8186a36
Add schema warnings to migration guides (#5268)
* WIP add migration schema warnings

* added tsm to dedicated and clustered migration guides, closes #5258

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-12-12 16:46:33 -07:00
Joshua Powers 57d9ee3307
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:42:20 -07:00
Joshua Powers 8a133c0594
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:42:13 -07:00
Joshua Powers 8ec51b9d95
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:42:06 -07:00
Joshua Powers cdb958d127
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:41:47 -07:00
Joshua Powers f89603fee6
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:41:25 -07:00
Joshua Powers 533a71b3a7
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:41:11 -07:00
Joshua Powers 06882d331c
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:41:06 -07:00
Joshua Powers ad1e0b3876
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:41:00 -07:00
Joshua Powers 5d9ad713da
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:40:56 -07:00
Joshua Powers 4e7a88a11b
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:40:50 -07:00
Joshua Powers 7c6fc2b8f3
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-11 10:40:45 -07:00
Josh Powers 6b9530889c
Release Telegraf v1.29.0 2023-12-11 10:02:19 -07:00
Scott Anderson 2aa5713267
remove serverless system tables info, related to influxdata/EAR#4741 (#5265)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-12-06 16:34:31 -07:00
Jason Stirnaman 5649770e06
Fix-5226 v2 and v3 series inaccuracy (#5264)
* fix(v2): series keys in OSS

closes #5226

- Fix v2 series keys definitions
- Remove field key from OSS description
- Update glossary and schema-design.

* fix(v3): rejected points reason

closes Fix series definitions and reasons for rejected points #5226
- Replaces series with partition in reasons for rejected points.
2023-12-06 16:25:37 -06:00
Scott Anderson ae3341cc70
v3 InfluxQL troubleshooting (#5261)
* WIP v3 influxql troubleshooting

* WIP influxql troubleshooting

* WIP InfluxQL troubleshooting

* add influxql troubleshooting to serverless

* Update content/influxdb/cloud-dedicated/query-data/influxql/troubleshoot.md

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

* ported influxql troubleshooting to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-12-06 14:04:10 -07:00
Jason Stirnaman 96cd46ebba
fix(telegraf): describe gpg key compatibility (closes #5231) (#5259)
* fix(telegraf): describe gpg key compatibility (closes #5231)

* 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>
2023-12-05 16:50:23 -06:00
Jason Stirnaman de0f526bdf
Reorganize Serverless DBRP for v1 queries and writes, explain DBRP and auto bucket defaults (#5257)
* chore(v3): DBRP: Update Serverless API ref (#5234)

* chore(ci): Tests: substitute placeholders in JSON body parameters

* chore(v3): DBRP: copy page from influxql to admin/dbrps.

* chore(ci): Trying to prevent "a Influx..."

* chore(ci): Allow autogen

* chore(serverless): DBRP glossary entry

* chore(v2): add default DBRP note

* chore(v3): use product-name shortcode

* chore(v3): use product-name shortcode, clarify retention period and mapping

* chore(serverless): Create Bucket:

- add missing example for Data Explorer
- move Retention Period syntax and define retentionRules syntax
- setup for tests

* chore(serverless): Create Bucket:

- add missing example for Data Explorer
- move Retention Period syntax and define retentionRules syntax
- setup for tests

* chore(serverless): Update bucket: alias to match other products

* chore(v3): Serverless for prototyping: update with DBRP behavior

* Serverless auto-generated buckets have 3-day default retention period
Fixes #5234

- v1-compat guide:
  - passes tests
  - explains DBRPs (default, automatic, and management)
  - migrate DBRP content from query-data/influxql/dbrp
- v2-compat guide:
  - fix TOC
  - add list code example
- rename influxdb-v1-api to api/v1-http, migrate params from v1-compat guide, and explain DBRP in context
- add write-data/api/v1-http and migrate content from v1-compat guide
- move optimize and troubleshooting up to /query-data
- add Related items support for paths containing http
- substitute placeholders in tests

* chore(test): update configuration in README

* fix(serverless): Optimize queries parent

* fix(serverless): create-bucket cleanup

* fix: cleanup

* fix: close tag

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

* fix(v3): permission to create dbrp-mapped bucket

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-12-05 16:48:25 -06:00
Scott Anderson cbd2a0b72a
Update mentions of IOx to v3 (#5256)
* update mentions of IOx to v3

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-30 11:52:40 -07:00
Scott Anderson df791ea56e
Update Enterprise auth configuration steps (#5255)
* upadte enterprise auth config steps, closes influxdata/DAR#366

* Update content/enterprise_influxdb/v1/administration/configure/security/authentication.md

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-29 10:23:55 -07:00
Scott Anderson edcd8e3695 Flux 0.194.5 2023-11-29 09:33:39 -07:00
Scott Anderson 5fefe2375e hotfix: fix export example, closes influxdata/DAR#381 2023-11-29 08:49:23 -07:00
Scott Anderson 14e8f06ca6
fix influxctl database command order, closes #5251 (#5254) 2023-11-28 13:07:12 -07:00
Andreas Deininger c9488e3465
Fixing typos (#5242)
* Fixing typos

* Update content/enterprise_influxdb/v1/flux/guides/rate.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-27 09:32:55 -07:00
Andreas Deininger 2c5559b27d
Input format json v2: fix wrong name of config option (#5240)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-27 09:29:57 -07:00
Andreas Deininger 00952a4038
docs: Fix copy paste error (#5253) 2023-11-27 08:43:22 -07:00
cpinflux 0ffb43cec0
Update frequently-asked-questions.md - get mmap command (#5246)
update command to get current mmap details. Multiple fatal typos in existing example, and unnecessarily long.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-22 16:13:52 -07:00
Scott Anderson 92db741681
Flux migration troubleshooting and IOx naming cleanup (#5249)
* adds error to migration troubleshoot, some IOx cleanup, closes influxdata/DAR#387

* 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>
2023-11-22 12:30:24 -07:00
Scott Anderson 42e2a7a4f4
add information about cli credential precendence, closes influxdata/DAR#386 (#5250) 2023-11-22 12:27:23 -07:00
Jason Stirnaman c66e5074f4
Link from Google Cloud Services Error (#5248)
Fixes #5244
2023-11-21 11:00:54 -06:00
Jason Stirnaman 380929e5e5
Link from Google Cloud Services Error (#5247)
Fixes #5244
2023-11-21 10:39:29 -06:00
Scott Anderson 1c966ff000
Add series file compaction warning to enterprise 1.11.3 release notes (#5245)
* add warning to enterprise 1.11.3 release notes, closes influxdata/DAR#406

* Update content/enterprise_influxdb/v1/about-the-project/release-notes.md
2023-11-20 17:16:38 -07:00
Scott Anderson 8aca16c211
Update information regarding table and column limits (#5238)
* provided more information about changing table and column limits

* Apply suggestions from code review

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

* updated column limit in schema design doc

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-20 15:36:00 -07:00
Scott Anderson e1110fb42a hotfix: remove discontinued regions warning from cloud regions doc 2023-11-15 14:26:31 -07:00
Scott Anderson 32a7027147
influxctl 2.3.1 release notes (#5236)
* add influxctl 2.3.1 release notes

* port influxctl 2.3.1 release notes to clustered

* Apply suggestions from code review

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

* Apply suggestions from code review

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-15 14:14:22 -07:00
Jason Stirnaman 5c74bf4ff6
5156 Writes: add v1 to Serverless get-started (#5233)
* chore(ci): Install Telegraf to test container

* chore(v3): test telegraf config and startup:

- creates the config file for the test run. TODO: remove the duplication and use the content for test setup.
- fix placeholder name

* fix(v3): make test pass for curl API example

* chore(ci): make tests pass for write. Add dependencies to Dockerfile.

* chore(tests): update test build

- Compose metadata: Add profile to test service. We can decouple services later and apply the profile to each. Rename. Pass the image name to the container.
- Fetch the parse_yaml.sh script during docker build, so we only fetch when necessary. Track the script in git. This is still a little janky, but better.
- test.sh: Use `HEAD` for diff (duh). Go back to using docker compose up so we're rebuilding only as needed and reusing the container - much faster, but the output isn't as pretty as `run`.
- pytest.ini, requirements.txt: Use pytest-dotenv to load env.products variables.

* fix(write): update JS instructions and pass tests.

* chore(ci): Install influx v2 CLI into the Docker test container.

* chore(ci): move .env file loading to pytest and run product tests separately with the proper .env file:

- Moves .env configs to be loaded by the test runner instead of by Docker. I'd prefer to ignore any product divergence and have them run interchangeably, but the pros outweigh the cons for now.
- Add example for passing custom commands in the compose file.

* fix(v3): replace curl example with v1 and v2, simplify JS example, pass tests.

feat(v3): add v1 write, test, update text:

- adds Serverless v1 /write example with note about autogen behavior
- adds link from v1 examples to Migrate guide
- adds description of autogen behavior to v1-compat guide
- updates "powered by..." text
- adapts examples to make them more testable, asserts `/write` status code
- replace "shared" examples (only used once) with inline to make them testable

fix(v3): promote migrate link

* Update content/influxdb/cloud-dedicated/get-started/write.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>

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

* Apply suggestions from code review

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

* chore(v3): Write: fix wording for curl success  (#5156)

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-15 14:41:29 -06:00
Jeffrey Smith II 491dfc50d7
fix: update influxql docs to reflect implicit time limit (#5237)
* fix: update influxql docs to reflect implicit time limit

* chore: include default time range

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

* chore: include default time range

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

* chore: include default time range

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

* chore: better wording/explanation

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

* chore: better wording/explanation

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

* chore: better wording/explanation

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-15 14:21:55 -06:00
Scott Anderson 01e6d5c96e
InfluxDB 2.7.4 (#5232)
* InfluxDB 2.7.4, fix latest-patch shortcode for CLIs, update download links

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-14 16:49:35 -07:00
Scott Anderson c417732937 hotfix: fix comments in influxctl config example, closes influxdata/DAR#404 2023-11-14 10:17:12 -07:00
Scott Anderson 13b5ff06dc hotfix: update math.copysign examples, closes #5229 2023-11-13 11:34:27 -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
Scott Anderson 604d22989a hotfix: fix flux tag taxonomies and function filters 2023-11-06 17:08:22 -07:00