Commit Graph

5414 Commits (a549ea512983443c848173b15b8f75d4f3f63f43)

Author SHA1 Message Date
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