Scott Anderson
240873cd14
InfluxQL TZ clause and function ( #5689 )
...
* document influxql tz support, related to influxdb/influxdb_iox#12681
* updated deps
2024-11-27 11:58:37 -07:00
Jakub Bednar
80470f9959
docs(clients): new major version of Go v3 client
2024-11-15 09:58:09 +01:00
wayne
9e609cb606
Update content/influxdb/clustered/reference/release-notes/clustered.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-05 15:45:56 -07:00
wayne
dc78e42fa0
Update content/influxdb/clustered/reference/release-notes/clustered.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-05 15:45:36 -07:00
wayne
da19d4efe5
Update content/influxdb/clustered/reference/release-notes/clustered.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-05 15:45:21 -07:00
wayne
93a5991719
Update content/influxdb/clustered/reference/release-notes/clustered.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-05 15:45:04 -07:00
wayne warren
5959c21d93
fix(clustered): add Known Bugs section to release
2024-11-05 12:35:19 -07:00
Scott Anderson
4045a6c12e
Add timezone support to v3 SQL docs ( #5581 )
...
* updated timezone-related functions and operators
* updated deps
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* updates to address PR feedback
* chore: remove unnecessary ::timestamp casts (#5596 )
* feat: Update for latest SQL timezone behavior (#5657 )
* feat: Update for latest SQL timezone behavior
* fix: cleanup and improve wording
Co-authored-by: Scott Anderson <scott@influxdata.com>
---------
Co-authored-by: Scott Anderson <scott@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
2024-10-30 16:42:47 -06:00
Scott Anderson
df1225754e
InfluxDB Clustered 20241024-1354148 ( #5660 )
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-28 10:54:51 -06:00
Scott Anderson
9ecceb531b
Reorganize InfluxDB Clustered installation documentation ( #5636 )
...
* WIP clustered install restructure
* WIP clustered install restructure
* WIP clustered install reorg
* finalize clustered install reorg for preview
* updates to address PR feedback
* added garbage collector scaling config
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* removed obsolete api artifacts
* remove callouts for specific dependency versions
* Clustered sizing recommendations per vendor (#5652 )
* added vendor-specific sizing recommendations to clustered
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* remove medium-sized workload link
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-21 12:29:19 -06:00
Dane Strandboge
cb7f2fc3e3
Release influxctl v2.9.8 ( #5647 )
...
* Release influxctl v2.9.8
* add doc updates for influctl 2.9.7 and 2.9.8 (#5649 )
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-16 15:40:43 -06:00
Jason Stirnaman
ba6a2ab5b1
Merge branch 'master' into 5619-npm-init-y-influx-node-app-not-found
2024-10-01 16:27:59 -05:00
Scott Anderson
a62f69ffaf
InfluxDB Clustered partial writes ( #5594 )
...
* updated status code information for partial writes
* docs: add environment variable tuning explanation (#5579 )
* WIP clustered partial writes
* fixed yaml error
* fixed duplicate key in clustered api docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb/clustered/admin/env-vars.md
* Apply suggestions from code review
* add placeholder release notes for next clustered version
* update clustered release notes, remove option license info
---------
Co-authored-by: Jack <56563911+jdockerty@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-09-27 09:30:39 -06:00
Jason Stirnaman
7fa4a5a27a
Merge branch 'master' into 5619-npm-init-y-influx-node-app-not-found
2024-09-26 14:00:06 -05:00
Jason Stirnaman
51ba414849
fix(influxdb): npm -y <package-name> expects an existing template
...
- Closes #5619
- Update example to first create the directory and then init the package inside the directory.
- Explain the -y flag and apply to other examples.
- Fix typescript examples.
2024-09-26 13:58:24 -05:00
Jason Stirnaman
92b45fac16
fix(v1): Make stable-version OSS-specific. Update API notes.
2024-09-26 12:07:10 -05:00
Jason Stirnaman
77b3e592df
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries
2024-09-25 09:20:30 -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
Chunchun
a9da4b7e90
chore(clustered): add filters on system table examples
2024-09-24 13:47:56 -05:00
Scott Anderson
4201c68293
hotfix: add page description to clustered release notes
2024-09-19 16:29: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
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
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
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
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
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
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
Jason Stirnaman
09d4956293
Merge branch 'master' into v3-java-reference-examples
2024-08-05 09:34:35 -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
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
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
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
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
Josh Powers
5f7d23cc73
Update release notes
2024-07-25 09:13:02 -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
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
Jason Stirnaman
a8a772264c
chore(ci): Skip tests for deleting databases.
2024-07-03 17:09:49 -05:00
Jason Stirnaman
478cb39332
chore(v3): Skip tests for influxctl database create. Fix influxctl reference.
2024-07-03 17:09:49 -05:00
Jack
1889447e01
docs(clustered): warning for manual horizontal scaling ( #5500 )
...
* docs: add warning for manual horizontal scaling
* docs: use suggested format
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* docs: move warning
* docs: concise wording
* docs: remove unnecessary backticks
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-28 11:01:14 -06:00