Commit Graph

6990 Commits (3a4235c27d781fe7325d5a6d4acc3209acdff0f6)

Author SHA1 Message Date
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
Jason Stirnaman d3d2c834cd
Merge pull request #5473 from influxdata/jstirnaman/issue5463
fix: add missing partial and schema descriptions for InfluxQL JSON response
2024-05-17 09:15:14 -05:00
Jason Stirnaman 9a8ae35c6e
Merge branch 'master' into jstirnaman/issue5463 2024-05-17 09:04:33 -05: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 df3d9cad38 Merge remote-tracking branch 'origin/master' into jstirnaman/issue5463 2024-05-16 12:50:53 -05:00
Jason Stirnaman 8acbb22312 fix: add missing partial and schema descriptions for InfluxQL JSON response
- Closes #5364
- part of https://github.com/influxdata/DAR/issues/424
- depends on https://github.com/influxdata/openapi/pull/651
2024-05-16 12:48:55 -05:00
Jason Stirnaman c3064aa4fc
Merge pull request #5471 from influxdata/fix-iot-starter-tutorial
Fix IoT Starter tutorials
2024-05-15 13:08:09 -05: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 30d40aed2d
Merge pull request #5468 from influxdata/jstirnaman/issue5463
fix: missing link bracket
2024-05-14 14:42:16 -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 16c1a7ce09
Merge pull request #5466 from influxdata/dar-425-token-delay
chore(v3): increase suggested wait for token activation
2024-05-10 15:23:10 -05: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 affcc00b28
Merge pull request #5461 from influxdata/5453-bad-flux-url
fix(flux): page not found (#5453)
2024-05-09 17:36:47 -05:00
Jason Stirnaman d48d864d3d Merge remote-tracking branch 'origin/master' into 5453-bad-flux-url 2024-05-09 17:34:16 -05:00
Jason Stirnaman 729a4f8293 fix(flux): cumulativeSum page not found (#5453)
- Add alias URL.
    - Issue doesn't indicate where the bad URL was found.
2024-05-09 16:11:41 -05:00
Jason Stirnaman 0cd0589bf3
Merge pull request #5462 from influxdata/5421-flux-typo
fix(flux): typo. Closes #5421
2024-05-09 14:29:39 -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
Scott Anderson 640448b952 hotfix: fix telegraf plugin typo, closes #5457 2024-05-06 16:56:06 -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 e16cb0cfe3
Merge pull request #5440 from influxdata/jstirnaman/issue5411
Dedicated: Add task-based for the DELETE database management endpoint, fix others
2024-04-24 16:10:20 -05: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