Commit Graph

7031 Commits (fix/clustered/keycloak-example-config-is-wrong)

Author SHA1 Message Date
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
Joshua Powers fb44ec8827
Release influxctl v2.9.2 (#5498) 2024-06-17 09:30:25 -06:00
Josh Powers 2d9bef6423
Update release notes 2024-06-17 09:26:52 -06:00
Josh Powers 4c7523f630 Release influxctl v2.9.2 2024-06-17 09:22:45 -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 f46dd1d335
telegraf: Release v1.31.0 (#5494) 2024-06-11 14:16:05 -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
Joshua Powers 58aba6674f
Release influxctl v2.9.1 (#5492) 2024-06-06 12:37:41 -06:00
Josh Powers bdef2901ab
release notes 2024-06-06 12:31:49 -06:00
Josh Powers 1e40668021 Release influxctl v2.9.1 2024-06-06 12:26:19 -06:00
Jason Stirnaman a952d1f756
Merge pull request #5490 from influxdata/jstirnaman-patch-1
Fix create.md
2024-06-05 10:54:22 -05:00
Jason Stirnaman 3dcfac829b
Fix create.md
Add missing leading slash.
2024-06-05 10:45:32 -05:00
Jason Stirnaman 12219f21c7
Merge pull request #5489 from influxdata/fix/fix-cloud-dedicated-management-api-retention-period
fix: use int64 for retention period in API spec
2024-06-05 10:02:16 -05:00
Dustin Eaton a0ea0fcb41 fix: use int64 for retention period in API spec
This updates the Cloud Dedicated Management API spec to use the `int64`
format for the `ClusterDatabaseRetentionPeriod` schema, which matches
the corresponding type in IOx's namespace API.
2024-06-04 16:16:02 -05:00
Scott Anderson 97f9dca3a9
update monitoring to observability dashboard (#5488) 2024-06-04 13:25:45 -06:00
Joshua Powers e752a87985
Release Chronograf v1.10.5 (#5487) 2024-05-31 08:38:06 -06:00
Jakub Bednar e221458565 Release Chronograf v1.10.5 2024-05-31 11:41:39 +02:00
Jason Stirnaman aa2478a1f4
Merge pull request #5486 from influxdata/jstirnaman/issue5475
fix: reference: python v3 client library examples should use write_op…
2024-05-30 13:04:06 -05: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 0895069789
Merge pull request #5485 from influxdata/ci-lint-and-test-fixes
Ci lint and test fixes
2024-05-30 08:53:28 -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 0209891e9c fix(ci): Set vale's minAlertLevel to error for commits 2024-05-29 18:06:18 -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 8f95a26d36 chore: Remove quotes from vale command flag values 2024-05-29 17:09:03 -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
Jason Stirnaman 12b1583b68 chore: add test data and improve test runner:
- Pulls python client lib and CLI from Github repo instead of package repo so we can test the latest release. Specifies the last release tag.
- Adds CSV and JSON home sensor data samples to /static/downloads.
- Test image build bind mounts /static/downloads into /usr/src/app/test/tmp/data. Allows code samples to reference sample data as `./data/[file]`.
- Moves run-tests.sh to setup directory.
- Dockerfile cleanup. Add jq for inspection/troubleshooting.
2024-05-29 13:31:31 -05:00
Bethelhem Legesse f0459d3bc6
Merge pull request #5480 from influxdata/chore/update-clustered-install-doc
chore: info about dedicated postgres instance
2024-05-28 07:17:41 -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 d96225087a
Merge pull request #5478 from influxdata/5477-curl-examples
fix: follow download.influxdata.com redirects (closes #5477)
2024-05-21 13:45:04 -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
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