Commit Graph

72 Commits (edf6d3cde5abe0685b19619f117ec3e5d5ac0b45)

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 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 55408c6388
chore: update date to Sep 24 2024-09-24 13:51:07 -05:00
Chunchun fc1fed1aa9
chore(dedicated): add filters on system table examples 2024-09-24 13:47:13 -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
Jason Stirnaman e5367cd5b7 fix(v3): pretty SQL 2024-09-19 15:40:41 -05:00
Jason Stirnaman 3bd22dbad8 fix(v3): Format placeholders. 2024-09-19 15:33:22 -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
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 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
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
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 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
Adam 3a4235c27d
Update _index.md (#5528) 2024-07-22 17:18:38 -06:00
Jason Stirnaman e4b32fbec6 fix(v3): database update formatting 2024-07-03 17:09:49 -05:00
Jason Stirnaman 2591db7315 fix(v3): Don't use test monitoring script when running a container with -t (TTY). Fix update example. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 23816d9a7e fix(v3): Skip tests for creating databases; namespaces aren't reusable. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 75f3e996b3 chore(v3): Improve linting, test influxctl:
- Remove date format linting in table cells. Copies Google's DateFormat style config to InfluxDataDocs style with modified scope.
- Update styles (vale sync)
- Skip database create in tests.
- Add example test for table create.
- Fix linting errors.
- Add TEST_RUN placeholder replacement in prepare-content.sh.
2024-07-03 17:09:49 -05:00
Scott Anderson 37c5aa7d88
Update "observability" to "operational" dashboards (#5507)
* update observability to operational dashboards

* fix typo
2024-06-28 16:04:45 -06:00
Scott Anderson 4a20c3fb58
Fixed broken link 2024-06-17 07:43:26 -06:00
Jason Stirnaman 3dcfac829b
Fix create.md
Add missing leading slash.
2024-06-05 10:45:32 -05:00
Scott Anderson 97f9dca3a9
update monitoring to observability dashboard (#5488) 2024-06-04 13:25:45 -06:00
Scott Anderson 3280eb38a1
Add SSO documentation to Cloud Dedicated (#5479)
* add sso documentation to dedicated

* Apply suggestions from code review

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

* updated to address PR feedback

* Update content/influxdb/cloud-dedicated/admin/sso.md

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

* Update content/influxdb/cloud-dedicated/admin/sso.md

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-05-30 10:11:19 -06:00
Scott Anderson 101644ef08
Add note about using timeformat for partition templates (#5465)
* add note about using timeformat for partition templates

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-05-13 12:53:45 -06:00
Jason Stirnaman dbcb5dcac2
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-05-10 15:21:30 -05:00
Jason Stirnaman e16405282d chore(v3): increase suggested wait for token activation
- part of https://github.com/influxdata/DAR/issues/425
- Tokens currently can take minutes to sync
- Add Notable behaviors to guides and references
2024-05-10 14:38:35 -05:00
Jason Stirnaman b18b0dfc40
Dedicated: task-based, use Management API to manage database tokens (#5447)
* feat(dedicated): Task-based docs for using the Management API to manage database tokens.

* chore(dedicated): Specify where to run the command

* Update content/influxdb/cloud-dedicated/admin/tokens/database/create.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 13:45:13 -06:00
Benjamin Corbett c8f7a666cc
Update create management token, must have double quotes.md (#5450)
* Update create management token, must have double quotes.md

Must have quotes on description otherwise it doesn't work

* Apply suggestions from code review

* ported changes to clustered

* added quotes to examples

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 13:13:11 -06:00
Benjamin Corbett 9c64d2c21d
Update create.md (#5449)
* Update create.md

should be `expires-at` not `expire-at`

* updated other isntances of incorrect influxctl flag

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-04-29 09:06:18 -06:00
Scott Anderson 39c740666c
Add information about database token wildcard permissions (#5443)
* add information about database token wildcards

* fixed typo
2024-04-27 06:25:24 -06:00
Jason Stirnaman 0766e3d106 feat(dedicated): add Management API task-based for updating a database 2024-04-24 13:39:18 -05:00
Jason Stirnaman f1ea189fd7 chore(dedicated): Cleanup in task-based database create, delete, and list 2024-04-24 13:37:44 -05:00
Jason Stirnaman 57e931a414 feat(dedicated): task-based for delete databases 2024-04-24 11:21:43 -05:00
Jason Stirnaman 45391c8e06 fix(dedicated): list databases: add related url 2024-04-24 11:20:06 -05:00
Jason Stirnaman 2a7f5807b0 fix(dedicated): create databases
- explicit request method for example purposes
- link
- add list code sample
- related link
2024-04-24 11:19:22 -05:00
Jason Stirnaman dde4b57cb1 fix(dedicated): List databases
- Endpoint reference link
- Add list code sample
- Cleanup
- Shortcut link
2024-04-24 10:52:36 -05:00
Jason Stirnaman f3515e58d2 fix(dedicated): add code-placeholders, fix console URL 2024-04-23 21:04:56 -05:00
Jason Stirnaman ea8d5eb5af feat(dedicated): add Management API list databases to task-based docs 2024-04-23 16:42:52 -05:00
Jason Stirnaman bbecfcba71 fix(dedicated): Cleanup create database. 2024-04-23 16:16:11 -05:00
Jason Stirnaman 04ab5abab4 fix(dedicated): Cleanup create database. 2024-04-23 16:06:18 -05:00
Jason Stirnaman f408db9946 feat(dedicated): add Management API create database to task-based docs 2024-04-23 14:01:38 -05:00
Scott Anderson b2e9100197
Update content/influxdb/cloud-dedicated/admin/clusters/get.md 2024-04-23 08:05:17 -06:00
Jason Stirnaman 0de7e563a3 feat(v3): Add influxctl cluster list and get task-based, and use them to find account ID and cluster ID for the HTTP API. Closes #5433 2024-04-19 11:58:17 -05:00
Scott Anderson 2c8444f5de hotfix: fix bad anchor link 2024-04-11 12:43:31 -06:00
Scott Anderson d3f5e863e9 hotfix: add related links to system data docs 2024-04-11 11:27:07 -06:00
Scott Anderson 1d3f446424 hotfix: update system data path 2024-04-11 11:21:15 -06:00
Scott Anderson cdc0b25ec2
influxctl v2.8.0 (#5413)
* added influxql query support for influxctl

* removed sql tag from task-based influxctl query guide

* Influxctl v2.8.0 (#5418)

* Release influxctl v2.8.0

* Update change logs

* 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>

* Add influxctl write timeout and new insecure TLS config (#5419)

* add timeout flag to write, update config with insecure tls

* fixed link

* Add 'enable-system-tables' flag to `influxctl query` (#5415)

* add enable system tables flag to influxctl

* Apply suggestions from code review

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

---------

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

* Query system tables with influxctl (#5414)

* outline for querying system tables

* finalized system table query examples

* updated system table validity date

* 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>

---------

Co-authored-by: Joshua Powers <powersj@fastmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-04-11 11:17:49 -06:00