Commit Graph

6043 Commits (master)

Author SHA1 Message Date
Jason Stirnaman 33ebe1c848 fix(v1): -database flag has no effect on import. 2024-11-25 10:09:22 -06:00
Jason Stirnaman 404c9a6504
Merge branch 'master' into patch-1 2024-11-19 16:51:43 -06:00
Gunnar Aasen f2295bc522 InfluxDB Enterprise v1.11.8 release notes 2024-11-16 14:47:16 -08:00
Gunnar Aasen 2733ec19bd InfluxDB OSS v1.11.8 release notes 2024-11-16 14:44:12 -08:00
Andrew a6c59e807e
Update enable-tls.md
Typo in link to self signed certificate usage
2024-11-16 16:06:11 -05:00
Jakub Bednar 80470f9959 docs(clients): new major version of Go v3 client 2024-11-15 09:58:09 +01:00
mdevy-influxdata 119c1ecf0d
Update prerequisites.md (#5680)
couple typos
2024-11-14 16:12:52 -07:00
Jason Stirnaman b53ff298d7
Merge branch 'master' into visualize-data-fixes 2024-11-14 15:05:36 -06:00
Santo 1a21a40d16
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-11-14 19:42:52 +00:00
Santo 5bdfba2bb9
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-11-14 19:39:57 +00:00
Santo Leto a377e2c328
clarify that bucket retention is set at bucket creation time 2024-11-12 19:35:13 +00:00
Santo Leto 5c245eb63f
Link the "Create a Bucket" page from the "data retention" page 2024-11-12 19:29:04 +00:00
Santo Leto 792f5b30e7
Link "data retention" page in the page "create a bucket" 2024-11-12 19:25:37 +00:00
Santo Leto 734b089662
add missing comma 2024-11-12 19:20:16 +00:00
Santo Leto 280e6a3948
fix bold issue 2024-11-12 19:18:57 +00:00
Santo Leto 84973ffd5d
fix indentation in a numbered list
was causing duplicate numbers.
2024-11-12 18:51:50 +00:00
Santo Leto abd9ea8bb1
fix some links
the problem was in the upper case letters
2024-11-11 22:27:20 +00:00
Santo Leto 0ef2d8160e
fix chronograf link 2024-11-11 22:19:28 +00:00
Santo Leto 661493ffc0
fix heading in dashboard page 2024-11-11 22:13:54 +00:00
Jason Stirnaman fe4b7412cb
Merge branch 'master' into install-improvements 2024-11-08 12:00:14 -06:00
Jason Stirnaman 206c81a50a
Merge branch 'master' into clustered/add-prometheus-resource-setting 2024-11-08 11:12:19 -06:00
wayne warren 01298c39ad chore(clustered): add prometheus as a component with configurable resources 2024-11-08 09:52:39 -07:00
Jason Stirnaman 6206d53d48
Merge branch 'master' into DAR-450-add-user-groups-for-dedicated 2024-11-08 10:07:24 -06:00
Jason Stirnaman 8914468c41
Merge branch 'master' into install-improvements 2024-11-08 10:01:06 -06:00
Santo Leto e5e13712c3
fix another link 2024-11-08 14:04:35 +00:00
Santo Leto 73f61c8379
fix the tab link in the Raspberry tab by..
..adding a new "install-linux" anchor in the Linux tab. Otherwise it will not select automatically the Linux tab. Also there are multiple Linux tabs.
2024-11-08 14:02:45 +00:00
Santo Leto 6d443d74c3
fix the influx-cli links 2024-11-08 13:35:55 +00:00
Santo Leto 7dc5c11d17
adds correct link 2024-11-08 03:07:15 +00:00
Santo Leto 3ef655c2c7
remove non-existing link (could not find it anywhere) 2024-11-08 02:32:46 +00:00
Santo Leto 29d55f94ad
mention the UI (for new users who run Influx for the first time) 2024-11-08 02:01:12 +00:00
Santo Leto 6046706e03
use a warning frame 2024-11-08 01:56:12 +00:00
Santo Leto 24df78841f
fix indentation in numbered list 2024-11-08 01:44:33 +00:00
Scott Anderson ddc921c4fc
Add support for GitHub style alerts (#5667)
* implement github style markdown alerts

* hide example doc

* swapped note and tip color schemes

* fixed broken v2 icons

* marked example as draft

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-07 14:54:01 -07: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 91482e654b
InfluxDB OSS v1.11.7 (#5648)
* InfluxDB OSS v1.11.7

* Apply suggestions from code review

* updated specific references to influxdb 1.8 to 1.11

* updated 1.11.7 release notes

* fix indentation on 1.11.7 release notes

* add language about cloning a new instance with 1.11

* Apply suggestions from code review

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

* Apply suggestions from code review

* corrected v1 linux binary package name

* corrected v1 linux binary package name

* bump 1.11.7 flux version to 1.194.5

* added warning about no 32-bit builds (#5661)

* updated influxdb v1 latest patch on data/products

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-10-28 15:10:29 -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
Jakub Bednar 232e28f4c4 Release Kapacitor v1.7.6 2024-10-28 14:11:05 +01:00
vlastahajek 5c550e82d7 chore: formatting improvement 2024-10-28 14:05:18 +01:00
vlastahajek 0c6c335a2c chore: Improved description 2024-10-28 14:05:18 +01:00
vlastahajek c8edf061f1 feat: nww kafka sasl oauth params 2024-10-28 14:05:18 +01:00
Ilario Gelmetti 8fa638b1ff enable-tls typo broken link 2024-10-23 14:50:12 +02:00
Scott Anderson 7c3ae68fb9 hotfix: fix enterprise 1.11.7 release notes title 2024-10-22 11:42:15 -06:00
Scott Anderson 6b29cef542
InfluxDB Enterprise 1.11.7 (#5641)
* InfluxDB Enterprise 1.11.7

* added items to enterprise 1.11.7 release notes
2024-10-22 10:06:04 -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
Jason Stirnaman 0e4a79ef71
Merge branch 'master' into DAR-450-add-user-groups-for-dedicated 2024-10-17 16:05:34 -05:00
Jason Stirnaman 4611a9fc23
Update content/influxdb/cloud-dedicated/admin/users/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-17 16:05:23 -05:00
Jason Stirnaman 0e4dfb9097
Update content/influxdb/cloud-dedicated/admin/users/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-17 16:05:15 -05:00
Sven Rebhan 15ee141a4f
Telegraf v1.32.1 (#5638)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-17 14:15:34 -06:00
Jason Stirnaman 83b7da3a6c feat(dedicated): cleanup Auth0 mentions, apply PR suggestions 2024-10-17 14:44:08 -05:00
Jason Stirnaman 86ee055c10 fix(v3): broken optimize-queries links, typos, placeholder 2024-10-17 14:44:08 -05:00
Jason Stirnaman 7768d3fd90 fix(v3): broken optimize-queries links, typos, placeholder 2024-10-17 10:22:17 -05:00
Jason Stirnaman fed3277d21
Merge branch 'master' into DAR-450-add-user-groups-for-dedicated 2024-10-16 17:44:50 -05: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 b51a168a85 fix(Dedicated): User group shortcuts 2024-10-16 13:51:51 -05:00
Jason Stirnaman 56eeec15bc fix(Dedicated): User group shortcuts 2024-10-16 13:39:49 -05:00
Jason Stirnaman 7fbfc78990 fix: Misc. typos and style 2024-10-16 13:20:39 -05:00
Jason Stirnaman 4dd7f46e8e feat(dedicated): Add user groups
Closes influxdata/dar/issues/450
- Introduces user groups for Dedicated
- Invite new users and assign groups
- Reassign existing users to different groups
- Update internals/security
2024-10-16 12:20:23 -05:00
Jason Stirnaman 82cd595931
Update content/influxdb/cloud-dedicated/admin/tokens/database/update.md 2024-10-11 10:20:24 -05:00
Jason Stirnaman 19a5605152
Update content/influxdb/cloud-dedicated/admin/tokens/database/delete.md 2024-10-11 10:20:13 -05:00
Jason Stirnaman e58e90797a
Update content/influxdb/cloud-dedicated/admin/tokens/database/list.md 2024-10-11 10:19:54 -05:00
Jason Stirnaman 8347ad6a6a
Update content/influxdb/cloud-dedicated/admin/tokens/database/create.md 2024-10-11 10:19:34 -05:00
Fraser Savage c6086a6fc9
fix(dedicated): Update links to database token management API reference
Links what have been broke, have done unbroke.
2024-10-11 15:25:29 +01:00
David Rusnak 6532ad0c57
docs: add other required fields to user setup for clustered (#5639) 2024-10-09 17:11:17 -06:00
Scott Anderson 2a66e154c5
Merge branch 'master' into fix/flux_cardinality_description 2024-10-03 17:15:37 -06:00
Jason Stirnaman 5ca356088d fix(link): Broken link in Chronograph Getting Started pane (Closes #5311
- I'm not sure this is a direct replacement, but it's the best fit I could find.
2024-10-03 16:41:43 -05:00
Jason Stirnaman eace008476 fix(link): Closes #5609 2024-10-03 16:25:43 -05:00
Jason Stirnaman 68f1a9fb81 fix(link): Closes #5623 2024-10-03 16:21:09 -05:00
Jason Stirnaman 7462c7e3e8 fix(v1,v2): bad aliases causing 404s
- Cleanup use of alias singular
- Fix lint error
Closes #5632
2024-10-03 16:18:34 -05:00
Jason Stirnaman d5013be334 chore(v2): provide additional information about the output plugin.
- Closes #4244, which seems to have been addressed by settings and comments in the output plugin configuration.
- This commit just adds some context about the output plugin.
2024-10-03 14:02:35 -05:00
Jason Stirnaman 89b61f5873 fix(v2): remove dead native mqtt shortcut 2024-10-03 12:38:38 -05:00
Ben Tasker 5a8950da27
Merge branch 'master' into fix/flux_cardinality_description 2024-10-03 18:13:14 +01:00
Jason Stirnaman eee8e88a1b
Merge branch 'master' into 5630-add-an-introduction-to-the-enable-tls-config-file-code-sample 2024-10-02 11:27:16 -05:00
Jason Stirnaman b3a0077204
Merge branch 'master' into 5619-npm-init-y-influx-node-app-not-found 2024-10-02 11:02:56 -05:00
Jason Stirnaman 73d9c72acc fix(v2): add IP address info to TLS config and troubleshooting explanation (closes #5630) 2024-10-02 11:00:29 -05:00
Jason Stirnaman 7676ce4fd9
Merge branch 'master' into master 2024-10-02 09:30:09 -05:00
Jason Stirnaman 2e5ed3ea0b
Update content/influxdb/v2/admin/security/enable-tls.md 2024-10-02 09:29:36 -05:00
B Tasker 92b95a9495
feat: add example 2024-10-02 15:29:12 +01:00
Jason Stirnaman dda8f122e5
Update content/influxdb/v2/admin/security/enable-tls.md 2024-10-02 09:29:01 -05:00
B Tasker 531afe7b6b
fix: influxdb.cardinality() can't accept an integer as start 2024-10-02 15:27:21 +01:00
Jason Stirnaman 252956accc
Merge branch 'master' into 5619-npm-init-y-influx-node-app-not-found 2024-10-02 09:20:25 -05:00
B Tasker a5e4992195
docs: tweak wording 2024-10-02 15:19:51 +01:00
B Tasker 71c36d7a74
fix: use correct closing tag 2024-10-02 14:33:06 +01:00
B Tasker 9549bacbb8
fix: adjust examples to do what the headers suggest 2024-10-02 14:29:21 +01:00
B Tasker 8948cd5486
docs: make description less ambiguous about what the function does 2024-10-02 14:28:29 +01:00
Ilario Gelmetti 15fb3816b7 enable-tls add chown of .crt and .key to influxdb user 2024-10-02 12:24:11 +02:00
Ilario Gelmetti 6e98ce8ea8 enable-tls add IP in san.cnf 2024-10-02 12:17:57 +02:00
Jason Stirnaman d9ee8d81cd fix(v2): v1-compat 404 due to alias typo 2024-10-01 17:15:25 -05: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
Jeffrey Smith II 59d8998db8
fix: serverless/dedicated/clustered support chunked and chunk_size (#5624)
* fix: serverless/dedicated/clustered support chunked and chunk_size

* chore: cleanup

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

* chore: cleanup

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

* chore: cleanup

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-09-30 15:34:37 -04: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 7001aade8a fix(v1): update client library recommendations for v1, v3 2024-09-26 09:16:18 -05:00
Jason Stirnaman 5a9954f85a
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-25 09:27:55 -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 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
Jason Stirnaman 6e9af22729
Merge branch 'master' into telegraf-v1.32.0 2024-09-19 13:34:23 -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
Sven Rebhan 4944d6a8d5
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-09-11 12:37:04 +02:00
Sven Rebhan 5d08af1397
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-09-11 12:36:48 +02:00
Sven Rebhan c8a0cea88b
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-09-11 12:36:22 +02:00
Sven Rebhan e4de0c3df1
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-09-11 12:36:10 +02:00
Sven Rebhan 6a460d8987
Add telegraf v1.32.0 2024-09-10 13:00:34 +02:00
Sven Rebhan 99df93c872
Add previous batch versions 2024-09-10 11:24:58 +02: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
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 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
Jason Stirnaman 3ebf5f3921
Merge branch 'master' into gw-ldaps-docs 2024-08-22 16:36:26 -05: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
Geoffrey Wossum dd5c4e502a
LDAPS and LDAP Client Certificate Docs
Add documentation via LDAP sample configuration for LDAPS and LDAP client certificates. These are new features in the yet-to-be released Enterprise 1.11.7
2024-08-19 18:03:31 -05: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 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
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