Commit Graph

7296 Commits (staging/commandbar-clustered-install)

Author SHA1 Message Date
Ben Tasker bae9b0e1b0
docs: correct description of status codes (#5587)
* docs: correct description of status codes

* Update api-docs/cloud-dedicated/v2/ref.yml

Co-authored-by: Fraser Savage <fraser@savage.engineer>

* Update api-docs/cloud-dedicated/v2/ref.yml

Co-authored-by: Fraser Savage <fraser@savage.engineer>

* Apply suggestions from code review

Co-authored-by: Fraser Savage <fraser@savage.engineer>

---------

Co-authored-by: Fraser Savage <fraser@savage.engineer>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-09-03 14:17:07 -06:00
Jason Stirnaman ec36761124
Merge branch 'master' into chore-telegraf-install-and-config 2024-09-03 12:07:25 -05:00
Jason Stirnaman d0d03605a0 chore(v2): Revise install instructions. 2024-09-03 12:02:45 -05:00
Fraser Savage 5f0b166e1f
Merge pull request #5585 from influxdata/savage/partial-writes-is-400
fix(write-api): Partial writes now return a 400 response code
2024-09-03 16:33:07 +01:00
Fraser Savage 9f0c7c6283
refactor(write-api): Punctuation and wording changes from code review
This makes the changes more consistent with wider writing style.

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-09-03 15:37:02 +01:00
Fraser Savage 5d74f97926
fix(write-api): Partial writes now return a 400 response code in dedicated
This updates some of the other wording around the troubleshooting table
to reflect the product's current state more closely.
2024-09-02 17:52:40 +01:00
Fraser Savage 8305b7cde4
fix(write-api): Partial writes now return a 400 response code in serverless
This updates some of the other wording around the troubleshooting table
to reflect the product's current state more closely.
2024-09-02 17:47:40 +01:00
Fraser Savage e448b6a223
fix(write-api): Serverless write requests outside retention return 400
Partial writes are the only mode of operation on serverless clusters.
This means that any requests where all points are outside the retention
policy of a bucket receive a 400 bad request.
2024-09-02 16:50:34 +01:00
Jason Stirnaman 73e25245af chore(oss): Update install instructions, mostly for Linux
- Updates Linux install instructions to reflect updates in the Downloads page.
- Uses curl, instead of wget, for examples.
- Reorg of download verification: moves expandable details before instructions, to encourage using verification.
  Includes verification in instructions.
- All tests pass if not explicitly skipped (for Docker and different architectures).
- Run `docker compose build` to update the Go version and other dependencies used by the
  test image.
2024-08-30 16:21:23 -05:00
Jason Stirnaman 04953abea9
Merge pull request #5583 from influxdata/revert-5578-chore-cloud-usage-notice
hotfix(cloud): Revert "chore(cloud): Warning for possible problems with Usage data."
2024-08-29 13:19:46 -05:00
Jason Stirnaman 115aa059f5
Revert "chore(cloud): Warning for possible problems with Usage data." 2024-08-29 13:14:59 -05:00
Gunnar 65dd158565
Merge pull request #5580 from influxdata/ga-download-url-update
Updated download URLs for Telegraf and InfluxDB v1
2024-08-28 14:06:08 -07:00
Gunnar Aasen fd8072c406 Updated download URLs for Telegraf and InfluxDB v1 2024-08-28 12:01:04 -07:00
Jason Stirnaman 7b98f832fc
Merge pull request #5577 from influxdata/chore-telegraf-install-and-config
chore(telegraf): Update and improve Telegraf install instructions
2024-08-27 10:43:41 -05:00
Jason Stirnaman 86aeb258d4 fix(telegraf): Apply suggestions from code review.
- Remove screenshot.
- Can't indent the code block here when using code-placeholders--it breaks the layout.
2024-08-27 10:32:54 -05:00
Jason Stirnaman e9d3d0c341 chore(telegraf): revise note 2024-08-27 10:32:54 -05:00
Jason Stirnaman 1feae4f9c1
Merge branch 'master' into chore-telegraf-install-and-config 2024-08-27 10:14:32 -05:00
Jennifer Moore fe6622aac9
Clustered: simplify public pull secrets (#5572)
* clustered: update pull secret section

Crane is not actually necessary when using the InfluxData public image registry, and it seems that referencing it before the public/private branch can cause some confusion.

* clustered: simplify pull secrets

Crane is not actually necessary when using the public registry. It seems referencing it before the public/private branch can cause some confusion

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-27 08:58:11 -06:00
Jason Stirnaman 789262042f
Update content/telegraf/v1/configuration.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-27 09:57:57 -05:00
Jason Stirnaman 2734153f39
Merge pull request #5578 from influxdata/chore-cloud-usage-notice
chore(cloud): Warning for possible problems with Usage data.
2024-08-27 08:50:44 -05:00
Jason Stirnaman 64295117e9 chore(cloud): Add warning to main billing pages as well, add notice that billing records aren't affected. 2024-08-26 18:08:19 -05:00
Jason Stirnaman 4961aac9ff chore(cloud): Warning for possible problems with Usage data. 2024-08-26 17:58:33 -05:00
Jason Stirnaman df39d7cd86 chore(telegraf): Update and improve Telegraf install instructions
- Updates Telegraf install instructions, adds more info to promote verifying downloads.
- Adds setup for tests.
- Makes tests pass in install and configuration docs.
- Adds Vale.sh exception to allow duration values inside code blocks.
- Adds Dockerfiles for convenience to test install procedures in CentOS and Ubuntu.
- Clarifies and fixes config file handling and specifying input and output plugins.
2024-08-26 16:32:16 -05:00
Scott Anderson de4e42ba28
View partition documentation and update partition time templates (#5574)
* updates partitioning information, closes #5561

* upgraded yarn deps

* updated partition time template examples

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* unskip influxctl tests

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-22 17:06:44 -06:00
Joshua Powers 0c88ddf5cd
Release influxctl v2.9.5 and v2.9.6 (#5565) 2024-08-22 15:09:26 -06:00
Joshua Powers 22c85631ba
Merge branch 'master' into influxctl-v2.9.5 2024-08-22 07:30:46 -06:00
Jason Stirnaman 7c9ae0f486
Merge pull request #5573 from influxdata/5568-clustered-docs-need-to-be-updated-claim-hard-limit-of-250-columns-per-database
5568 clustered docs need to be updated claim hard limit of 250 columns per database
2024-08-21 15:34:52 -05:00
Jason Stirnaman 4a00926c86 fix(v3): Apply suggestions from @sanderson 2024-08-21 15:29:25 -05:00
Jason Stirnaman 4dc2033b99 fix(v3): apply correction, remove duplicate content, add links
- restore column limit defaults to 250
- remove duplicate content from schema-design

Co-authored-by: domodwyer <domodwyer@users.noreply.github.com>
2024-08-21 12:04:22 -05:00
Jason Stirnaman 10b2b1e7dd chore(ci): Ignore duration literals inside code blocks when linting time units, fix lefthook tag delimiters. 2024-08-21 11:51:01 -05:00
Joshua Powers fcbc9028c8
Merge branch 'master' into influxctl-v2.9.5 2024-08-20 19:21:51 -06:00
Jason Stirnaman 57ed336ea2
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-20 16:44:44 -05:00
Jason Stirnaman 946b7a1f83 chore(ci): Update axios for security patch. 2024-08-20 14:28:58 -05:00
Jason Stirnaman 7f8bde4abf fix(v3): Update Cloud Dedicated and Clustered column limit to 1000 and clarify the potential impact of wide schemas. 2024-08-20 14:27:36 -05:00
Scott Anderson 78b99259bc hotfix: updated npm packages 2024-08-20 09:12:51 -06:00
Scott Anderson eb51d27f69 hotfix: port array workaround to clustered and dedicated 2024-08-20 09:05:54 -06:00
Chunchun Ye 636b710260
doc(serverless): add workaround for return data that is array/list (#5570)
* chore: add workaround for return data that is array/list

* chore: feedback

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

* chore: feedback

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

* Update content/influxdb/cloud-serverless/query-data/troubleshoot-and-optimize/troubleshoot.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-20 08:54:26 -06:00
Joshua Powers 62982a7dc8
Merge branch 'master' into influxctl-v2.9.5 2024-08-20 07:03:33 -06:00
Gunnar 321785eba8
Merge pull request #5569 from influxdata/ga-oss-2.7.10
InfluxDB 2.7.9 and 2.7.10
2024-08-19 10:55:43 -07:00
Gunnar Aasen 2a39503ce1 InfluxDB 2.7.9 and 2.7.10 2024-08-19 09:45:29 -07:00
Joshua Powers ab66399801
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-19 10:21:21 -06:00
Joshua Powers 86b7821c04
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-16 12:17:09 -06:00
Joshua Powers 20b76dea76
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-16 07:09:01 -06:00
Josh Powers f536f56ee5
more updates for 2.9.6, change log, and make messages more clustered/dedicated specific 2024-08-15 13:40:56 -06:00
Joshua Powers 7b53f28296
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-15 09:15:26 -06:00
Joshua Powers 09af1a2645
Merge branch 'master' into influxctl-v2.9.5 2024-08-15 08:13:24 -06:00
Gunnar 23dbcce1e9
Merge pull request #5566 from influxdata/ga-enterprise-1.11.6 2024-08-13 15:21:04 -07:00
Gunnar Aasen 0d728a28a4 Enterprise 1.11.6 release notes 2024-08-13 15:05:27 -07:00
Josh Powers ad81cc9c98
remove unnecessary omit 2024-08-13 12:19:59 -06:00
Josh Powers 689df6e080
Add auth subcommand 2024-08-13 10:40:15 -06:00