Commit Graph

7161 Commits (docs/clustered/explain-postgresql-dsn-password-with-symbols)

Author SHA1 Message Date
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
Jason Stirnaman 5230b11796
fix(v2): (Closes #5320) Remove attribute from OSS /api/v2/query schema. OSS doesn't support parameterized queries. See upstream PR: https://github.com/influxdata/openapi/pull/646 (#5325) 2024-02-15 17:20:57 -06: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 52e5e20aa7
Consolidate sessions cookies and implement APIs to manage each (#5319)
* WIP restructuring of cookies to pull from a limited set of cookies

* WIP update cloud-urls.js to use new cookie api

* move api-libs-related js into own file

* minor updates to cookies.js

* Apply suggestions from code review

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

* Update assets/js/notifications.js

* set get started date default to null

* remove line breaks in header js template

* Add cookie migration (#5323)

* migrate old cookies to new cookie structure

* set explicit expiration date on influxdata_docs_ported cookie

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-02-15 07:45:45 -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
javier ramírez c5cf00a062
Update links to the Jolokia2_agent docs (#5308)
Links to github and Jolokia protocol links were broken
2024-01-25 14:52:14 -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
Andreas Deininger 57e4929746
Bump hugo to latest version v0.121.2 (#5293)
* Bump hugo to latest version v0.121.2

* Fix deprecation warnings emitted from hugo

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-01-17 09:15:00 -07:00
Joshua Powers b4da11518b
Release influxctl v2.4.3 (#5303) 2024-01-17 09:08:02 -07:00
Josh Powers f8428f0ec6
Update release notes 2024-01-17 09:04:04 -07:00
Josh Powers 2cd74935cf Release influxctl v2.4.3 2024-01-17 08:56:13 -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
dependabot[bot] 5fcec0f89a
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#5298)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 08:50:09 -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 5314f1df57
Release influxctl v2.4.2 (#5281) 2023-12-18 09:24:32 -07: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
Josh Powers 96cb79ddda Release influxctl v2.4.2 2023-12-18 08:10:15 -07:00