Commit Graph

2283 Commits (4c03807f40ff144f16f95832e9ee0bc4ef93c3df)

Author SHA1 Message Date
Jason Stirnaman 77b3e592df
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-25 09:20:30 -05:00
Jason Stirnaman db42ace4ec fix(oss): Apply suggestion from code review. Remove numbers, add TOC. 2024-09-25 09:19:16 -05:00
Jason Stirnaman 7e65f611b7 fix(oss): Update TLS example using openssl and including Subject Alternative Name (SAN)
- Example uses Subject Alternative Name extension required by modern clients.
- Updated example is more verbose, but should work cross-platform.
- Added troubleshooting steps.
- Passes tests.
- Reformatted to headings and remove list nesting.
2024-09-24 16:58:53 -05:00
Jason Stirnaman d50b394863
Merge branch 'master' into chunchun/system-table-filters 2024-09-24 16:39:13 -05:00
Jason Stirnaman 3c59aa60e8
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-24 16:35:15 -05:00
Jason Stirnaman 1c4a5ce8e6 fix(v3): Apply suggestion from code review to combine query-system-data with system-tables.md. Fix prepare-content delimiter. 2024-09-24 16:33:17 -05:00
Jason Stirnaman af5f5d593e
Merge branch 'master' into 5604-additional-info-for-troubleshooting-slow-queries 2024-09-24 15:00:44 -05:00
wayne a1865368fa
fix(clustered): update admin token revocation steps (#5612) 2024-09-24 13:12:51 -06:00
Chunchun 55408c6388
chore: update date to Sep 24 2024-09-24 13:51:07 -05:00
Chunchun a9da4b7e90
chore(clustered): add filters on system table examples 2024-09-24 13:47:56 -05:00
Chunchun fc1fed1aa9
chore(dedicated): add filters on system table examples 2024-09-24 13:47:13 -05:00
Jason Stirnaman f0e67a38dd fix(clustered): Apply suggestion - don't mention dashboards. 2024-09-23 15:24:17 -05:00
Jason Stirnaman 40533f3ee0 fix(clustered): filter system queries. 2024-09-23 13:42:00 -05:00
Jason Stirnaman 42efdf968b chore(clustered): Gather system information for reporting query performance issues. 2024-09-20 15:38:13 -05:00
Jason Stirnaman 14983094d8
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-20 10:11:28 -05:00
Jason Stirnaman d17f459dac fix(v3): typo 2024-09-20 10:10:13 -05:00
Jason Stirnaman a11e5aa1d0
Apply suggestions from code review
Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
2024-09-20 10:04:56 -05:00
Jason Stirnaman ba577518ec fix(v3): Example headings. 2024-09-20 10:04:01 -05:00
Scott Anderson 4201c68293 hotfix: add page description to clustered release notes 2024-09-19 16:29:33 -06:00
Jason Stirnaman e5367cd5b7 fix(v3): pretty SQL 2024-09-19 15:40:41 -05:00
Jason Stirnaman 683f8204e5
Update content/influxdb/clustered/admin/custom-partitions/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-09-19 15:34:23 -05:00
Jason Stirnaman 3bd22dbad8 fix(v3): Format placeholders. 2024-09-19 15:33:22 -05:00
Jason Stirnaman 67f1e17921
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-19 14:44:33 -05:00
Jason Stirnaman d048998ca3 fix(v3): Apply code review suggestions and update partitioning docs.
According to code comments, a time part is required for new tables and records.
2024-09-19 14:41:18 -05:00
WeblWabl 2f734977a3
feat(docs): Update manage-database.md (#5603)
Part three of deletion outside of default retention policy feature request work. This updates the InfluxQL documentation to reflect that a retention policy can now be specified in the `FROM` clause for `DELETE`. 

closes https://github.com/influxdata/feature-requests/issues/175
2024-09-19 11:40:07 -06:00
Jason Stirnaman f64cfa6c53
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-09-19 12:25:46 -05:00
Jason Stirnaman bf0646cb14
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-19 10:20:37 -05:00
Jason Stirnaman 8e3b641959 fix(v3): Add optimizations to system table queries #5576
- Closes #5576
- Integrates guidance from https://github.com/influxdata/influxdb_iox/issues/11974 for
Cloud Dedicated and Clustered.
- Updates examples to include filter conditions.
2024-09-19 10:16:35 -05:00
Jason Stirnaman 0e361f437e
Merge branch 'master' into fix-v2-api-nav 2024-09-18 14:51:59 -05:00
Jason Stirnaman ed0586cd13 fix(v2): API nav items:
- Fixes sidebar navigation for API pages, moving the v1-compatibility Hugo page into Develop with the API.
- Makes titles consistent for API reference docs.
- Disables linkify autolinking of URLs and email addresses to prevent autolinking example email addresses (I audited content to make sure we don't rely on the autolinking behavior; we use explicit HTML/MD syntax for links)
- Uses standard placeholders and adds test setup for v1-compat write and query.
- Clean up Markdown
- Adds home-sensor-data.lp to Downloads (thought it was already there)
2024-09-18 10:18:17 -05:00
Scott Anderson 786a862eb9 hotfix: fix v2 influxql example 2024-09-17 15:21:29 -06:00
Benjamin Corbett 02d4b6f510
Update time-and-date.md
Updated to reflect this issue:
https://docs.influxdata.com/influxdb/cloud-dedicated/query-data/sql/aggregate-select/#group-by-time

Lots of customers run into this issue
2024-09-13 16:07:51 +01:00
wayne c114dcadfb
fix(clustered): document the use of special symbols PostgeSQL connection strings (#5591)
* fix(clustered): document the use of special symbols PostgeSQL connection strings

* docs: style fixup

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

* docs: style fixup

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-09-05 17:30:33 -06:00
Scott Anderson 920725783f
InfluxDB Clustered release notes (#5590)
* added influxdb clustered release notes and release-toc shortcode

* added comments to release-toc js

* chore(influxql): Test and improve InfluxQL functions with regex arguments

- Part of investigation into https://github.com/influxdata/DAR/issues/434
- Tested using regex function arguments in InfluxQL functions in InfluxDB v1
and v2.
- Add test setup and a test for v2
- Add examples for v2
- Update lint and test configs

* chore: tidy functions and remind me where the jQuery is (#5593)

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-09-05 09:31:08 -06:00
Jason Stirnaman 2e769f5a7c
Merge branch 'master' into dar-434-fix-influxql-regex 2024-09-04 16:08:51 -05:00
Jennifer Moore 00759c2337 clustered: update kubit version 2024-09-04 15:23:27 -05:00
Jason Stirnaman 01b6e96221
Merge branch 'master' into dar-434-fix-influxql-regex 2024-09-04 14:13:38 -05:00
Jason Stirnaman a73052be91 chore(influxql): Test and improve InfluxQL functions with regex arguments
- Part of investigation into https://github.com/influxdata/DAR/issues/434
- Tested using regex function arguments in InfluxQL functions in InfluxDB v1
and v2.
- Add test setup and a test for v2
- Add examples for v2
- Update lint and test configs
2024-09-04 13:23:51 -05: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 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 115aa059f5
Revert "chore(cloud): Warning for possible problems with Usage data." 2024-08-29 13:14:59 -05:00
Gunnar Aasen fd8072c406 Updated download URLs for Telegraf and InfluxDB v1 2024-08-28 12:01:04 -07: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 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
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 22c85631ba
Merge branch 'master' into influxctl-v2.9.5 2024-08-22 07:30:46 -06: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
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 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 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 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
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
Josh Powers 97a50d41fe
update change log 2024-08-13 10:26:19 -06:00
mdevy-influxdata 92e8167745
Update upgrade.md (#5560)
removing mention of credentials.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-10 10:47:17 -07:00
Adam a9f1ce6884
Update regular-expression.md (#5562)
Update "View regexp_* query example" lines to match the SQL example.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-10 10:44:30 -07:00
Scott Anderson 80371454ba
Update the v3 storage diagram with missing components (#5558)
* update v3 storage diagram with missing components

* remove orphaned style tag from svg

* Apply suggestions from code review
2024-08-09 17:46:36 -07:00
Fraser Savage 57eb8c6aa4
refactor(write-api): Use proper product terms for Dedicated
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-09 16:17:43 +01:00
Fraser Savage 749c59b525
fix(write-api): Update Cloud Dedicated outside-retention failure to HTTP 422 2024-08-09 15:51:18 +01:00
Fraser Savage c83339029c
fix(write-api): Update Cloud Serverless outside-retention failure to HTTP 422 2024-08-09 15:45:38 +01:00
Jacob Marble ef61afc6ec fix(write-api): Serverless write 201 response codes
Helps https://github.com/influxdata/idpe/issues/18710

InfluxDB v3 Serverless will soon return 201 or 204, in cases where it
currently returns 204.
2024-08-07 12:57:04 -07:00
Scott Anderson bd48f82dee
Manage users in InfluxDB Clustered (#5555)
* manage clustered users

* added related links to clustered user management

* add back link to clustered manage users

* fixed typos, added links

* Apply suggestions from code review

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

* remove unnecessary test skip comments

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-06 14:26:02 -06:00
Jason Stirnaman 29d37b4ca4
Merge branch 'master' into 5483-missing-v2-beta-upgrade 2024-08-05 16:24:16 -05:00
Jason Stirnaman 88e02cc008 hotfix: cleanup 2024-08-05 16:22:08 -05:00
Jason Stirnaman 1cae8c8449 chore(clustered): cleanup 2024-08-05 12:27:09 -05:00
Jason Stirnaman ae7778d91c fix(clustered): remove link to missing users page:
- Closes https://github.com/influxdata/DAR/issues/436
- Hide link until users page is added
- Cleanup
2024-08-05 11:10:51 -05:00
Jason Stirnaman 5a9c5f3cbc
Merge branch 'master' into 5448-serverless-missing-delete-predicate 2024-08-05 10:37:37 -05:00
Jason Stirnaman 135594e43d
Merge branch 'master' into fix-docker-compose-example 2024-08-05 10:08:51 -05:00
Jason Stirnaman c4dbae2c32 fix(v2): Revert number changes. 2024-08-05 10:05:55 -05:00
Jason Stirnaman 09d4956293
Merge branch 'master' into v3-java-reference-examples 2024-08-05 09:34:35 -05:00
Jason Stirnaman 8888e51340
Merge branch 'master' into 5448-serverless-missing-delete-predicate 2024-08-05 09:33:26 -05:00
Jason Stirnaman 0485bad990
Update content/influxdb/cloud-serverless/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-05 09:33:08 -05:00
Jason Stirnaman 53dedf2243 fix(v2): missing volumes section in Docker compose example
- Closes #5551
2024-08-05 09:18:27 -05:00
Jack bf4417a577
docs: add system table warning (#5546)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-03 08:21:26 +01:00
Scott Anderson 7fac3debfb
Merge branch 'master' into 5448-serverless-missing-delete-predicate 2024-08-02 20:35:18 -06:00
Scott Anderson 279e81afe3
InfluxDB Clustered Helm install (#5540)
* WIP helm install

* WIP helm install

* WIP helm install

* configure clustered with helm

* Apply suggestions from code review

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

* updates to clustered install docs

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-02 20:27:02 -06:00
Jason Stirnaman 3d00eb3e17
Merge branch 'master' into jstirnaman/issue5513 2024-08-02 15:47:59 -05:00
Jason Stirnaman bdb0a55a4d
Update content/influxdb/clustered/reference/cli/influxctl/cluster/list.md 2024-08-02 09:02:02 -05:00
Jason Stirnaman 699e57d83f
Update list.md 2024-08-02 09:01:13 -05:00
Jason Stirnaman 4e454224f3
Merge branch 'master' into jstirnaman/issue5472 2024-08-02 09:00:20 -05:00
Jason Stirnaman 603046feae
Merge branch 'master' into jstirnaman/issue5513 2024-08-02 08:59:29 -05:00
Jason Stirnaman c376a93e52
Merge branch 'master' into 5448-serverless-missing-delete-predicate 2024-08-01 15:18:31 -05:00
Jason Stirnaman 99ef6e2848
Merge branch 'master' into v3-java-reference-examples 2024-08-01 15:15:42 -05:00
Jason Stirnaman 5614600c6c fix(5544): python str.startswith in examples
- startsWith should be startswith for Python
- The test should have failed; the callbacks don't seem to be working now.
2024-07-31 17:23:56 -05:00
Jason Stirnaman d56076fc5b
Merge branch 'master' into abalone23-startswith 2024-07-31 17:13:27 -05:00
Jason Stirnaman 79805ce570 fix(clustered): clustered reference docs for `influxctl` incorrectly show `influxctl cluster list` subcommand
Fixes #5472

- Add note to command in Clustered docs.
2024-07-31 16:42:30 -05:00
Jason Stirnaman d4a8abd5ef fix(v2): Broken link for 2.0 beta migration
Closes #5483

- Restore, update, and revise the v2-beta-to-v2 migration guide.
- Skips all influx tests.
2024-07-31 15:23:41 -05:00
Jason Stirnaman 4568dce841
Merge branch 'master' into jstirnaman/issue5513 2024-07-31 14:58:00 -05:00
Jason Stirnaman a36b33f602 fix(v3): Broken URL due to missing delete-predicate.md (closes #5448)
- Duplicate from OSS
- Repeat warnings that you can't delete data in Serverless
2024-07-31 10:21:23 -05:00
Jason Stirnaman 1755bcf268
Merge branch 'master' into add-remark-lint 2024-07-31 09:19:00 -05:00
Jason Stirnaman 11bc7d5168 fix(v2): http-write-timeout
- Fix the http-write-timeout definition, which should be similar to https://pkg.go.dev/net/http#Server.WriteTimeout
- Add a Vale spelling config for v2 server options
- Add influxdb to the test container packages (for testing service influxdb...)
- Add Dockerfile config and test setup for testing some InfluxDB startup config options (using influxd)
2024-07-30 18:18:26 -05:00
Adam 4465d8562f
Replace startsWith with startswith method
The startswith method is not capitalized:
https://docs.python.org/3/library/stdtypes.html#str.startswith
2024-07-30 16:00:43 -07:00
Jason Stirnaman 66b0ddff04 feat(v3): Port Java client library examples to Dedicated and Clustered.
- Fixes Serverless examples and adds references.
- Ports the previously published Serverless Java reference to Dedicated and Clustered.
2024-07-30 13:57:19 -05:00
Jason Stirnaman b573c23e80 feat(v2): Use Docker Compose with secrets and `_FILE` env variables:
- Add guide for installing v2 using Compose, secrets, and InfluxDB `_FILE` env variables.
- Add project compose.yaml configuration for the same.
- Content looks good in Hugo, but I'm getting an error from pytest that I haven't identified yet.
2024-07-30 10:00:14 -05:00
Gunnar Aasen 58113fa541 InfluxDB 2.7.8 release notes 2024-07-26 10:46:51 -07:00
Scott Anderson 897fb86405
Merge branch 'master' into influxdb-2.7.8 2024-07-25 16:44:41 -06:00
wayne 13c5e771bb
fix(clustered): adjust keycloak AppInstance config example (#5536)
* fix(clustered): adjust keycloak AppInstance config example

* Update content/influxdb/clustered/install/configure-cluster.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 16:43:47 -06:00
Scott Anderson 7df2059eb8 InfluxDB 2.7.8 2024-07-25 16:43:15 -06:00
Jason Stirnaman 4f3c18dc05
Merge branch 'master' into pr/5529 2024-07-25 11:46:30 -05:00
Jason Stirnaman b373ac745d
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 11:46:16 -05:00
Jack 9665495460
docs(clustered): add section for troubleshooting licensing (#5534)
* docs: troubleshooting licensing

* fix(clustered): Licensing

- Revise install and licensing docs.

* chore(ci): Skip kubectl in tests.

* Update content/influxdb/clustered/admin/licensing.md

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 16:44:20 +01:00
Jason Stirnaman eb54d04993
Merge branch 'master' into pr/5529 2024-07-25 10:42:21 -05:00
Josh Powers 5f7d23cc73
Update release notes 2024-07-25 09:13:02 -06:00
Jason Stirnaman 9d53ffe64b fix(v3): Remove unnecessary escape slashes. 2024-07-24 18:40:03 -05:00
Jason Stirnaman 421f48416f chore(v3): Add Java client library interface and API
- Fix Python client library reference.
- Removed `list_code_example` from both due to render problems.
2024-07-24 18:30:10 -05:00
Suyash Joshi dacf289531
Update java.md
Updated link to sample project on GitHub
2024-07-24 12:25:35 +01:00
Suyash Joshi eb440e16f2
Update java.md
Incorporated feedback and improved the instructions
2024-07-24 12:17:26 +01:00
Suyash Joshi 996064e908
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:53:11 +01:00
Suyash Joshi 0f49abc04f
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:49:15 +01:00
Suyash Joshi 73aff38235
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:45:50 +01:00
Suyash Joshi 92a84700f2
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:45:39 +01:00
Suyash Joshi 0c3162fd8f
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:44:03 +01:00
Suyash Joshi 2cf6f2c80b
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:42:59 +01:00
Suyash Joshi f1a3d213b8
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:42:09 +01:00
Suyash Joshi 9ae63dc6f3
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:40:32 +01:00
Suyash Joshi ee5c39f069
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-24 11:40:07 +01:00
Suyash Joshi 727b298f46
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:39:19 +01:00
Suyash Joshi 9116463032
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:38:10 +01:00
Suyash Joshi c8173aa213
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-24 11:36:02 +01:00
Jason Stirnaman f253f6a317
Merge branch 'master' into master 2024-07-23 16:04:18 -05:00
Jason Stirnaman 11b8f7df9d
Merge branch 'master' into jstirnaman/test-fixes-and-cleanup 2024-07-23 15:44:31 -05:00
Jason Stirnaman 4408a43de3 fix: failing tests, skip tests for unsupported code samples, typos and updates 2024-07-23 15:41:16 -05:00
Jason Stirnaman fd6307b8d1
Merge branch 'master' into jstirnaman/linting-cleanup 2024-07-23 15:38:55 -05:00
Jason Stirnaman 37a7a7c6e7 chore(ci): Improve pre-commit hook, test harness, and linter
- Pre-commit hook:
       - Redo test harness so commands can run in parallel
       - Cleanup Vale command args
       - Replace lint-staged and husky with Lefthook.
    - Pre-push hook:
       - Scan for package vulnerabilities
    - Tests
      - Run tests on demand, in parallel, or debugged using docker compose up, run, exec, etc.
      - Each test container (service) runs the prepare-content script before running tests.
      - Return to using Python instead of Docker to provide environment variables so they don't get exposed in Docker inspect.
      - Bind mount influxctl config.toml and .env.test files
      - Bind mount scripts for faster builds while iterating on test scripts.
    - Vale:
      - Override Acronyms style def--ignore acronym if it's linked.
2024-07-23 15:08:28 -05:00
Scott Anderson e339cc0601
hotfix: fix v2 influxql query examples 2024-07-23 13:56:16 -06:00
Suyash Joshi 9a71e78b34
Update java.md
Added step to run the program correctly
2024-07-23 16:51:15 +01:00
Suyash Joshi 711451d4e0
Update java.md
Updated this page with steps to install the v3 client SDK and sample program so as to make developer's life bit easy.
2024-07-23 16:43:11 +01:00
Adam 3a4235c27d
Update _index.md (#5528) 2024-07-22 17:18:38 -06:00
Scott Anderson 5c7d3407ad
Update the placeholder URL for dedicated (#5527)
* update the placeholder URL for dedicated

* added dedicated URL migration
2024-07-22 16:55:00 -06:00
Scott Anderson e851b0089e
Scale InfluxDB Clustered (#5526)
* clustered scaling guide

* Update content/influxdb/clustered/admin/scale-cluster.md

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

* add information about ingester storage volumes to scaling guide

* Update content/influxdb/clustered/reference/glossary.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-22 10:05:53 -06:00
wayne 61b127870f
chore: update Clustered influxctl example config (#5525) 2024-07-18 14:48:57 -06:00
Scott Anderson a1fb10eb1c
Remove limited access banner from Clustered (#5524)
* remove limited access banner from clustered, closes #5523

* fix typo

* update clustered install intro
2024-07-17 11:31:37 -06:00
Scott Anderson ca8ab1e4a1
InfluxDB 2.7.7 (#5521)
* InfluxDB 2.7.7

* updated latest patch for oss v2

* Update content/influxdb/v2/reference/release-notes/influxdb.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-15 15:06:59 -06:00
Jack ab52a00624
docs(clustered): clarify tuning garbage collector env vars (#5517)
* docs: clarify clustered gc env tunables

* docs: use suggested wording

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-11 17:25:59 -06:00
Jennifer Moore 59d8958ebc
docs(clustered): initial license onboarding guide (#5508)
* docs(clustered): initial license onboarding guide

* refactor: run `deno fmt`

* fix(clustered): make room for documents in between existing ones

* fix(clustered): introduce sensible deterministic order for reference documents

* refactor: separate license installation from license reference

* fix: markdown typo, confusing verbiage

* Licensing content and structure updates (#5520)

* WIP licensing content

* changes to licensing content and structure

* Update content/influxdb/clustered/admin/licensing.md

Co-authored-by: Jennifer Moore <mail@jenniferplusplus.com>

* updated TOC link to license recovery section

* Apply suggestions from code review

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

* updated license recovery content

---------

Co-authored-by: Jennifer Moore <mail@jenniferplusplus.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* ported edits to new feature branch

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: wayne warren <wayne.warren.s@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-11 17:03:38 -06:00