Commit Graph

7527 Commits (master)

Author SHA1 Message Date
Jason Stirnaman c1f0502124
Merge branch 'master' into visualize-data-fixes 2024-11-14 13:11:07 -06: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
Scott Anderson 1dd5181e84
Update Flux/InfluxDB version modal (#5668)
* fix flux influxdb version modal

* removed commented code

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-11-12 08:20:54 -07: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 357e0f94b9
Merge pull request #5669 from sleto-it/install-improvements
Install InfluxDB using Docker Compose - fixes & improvements
2024-11-08 12:05:12 -06:00
Jason Stirnaman fe4b7412cb
Merge branch 'master' into install-improvements 2024-11-08 12:00:14 -06:00
Jason Stirnaman c14276d092
Merge pull request #5671 from influxdata/clustered/add-prometheus-resource-setting
chore(clustered): add prometheus as a component with configurable resources
2024-11-08 11:20:38 -06:00
Jason Stirnaman 206c81a50a
Merge branch 'master' into clustered/add-prometheus-resource-setting 2024-11-08 11:12:19 -06:00
Jason Stirnaman d5b5c1191d
Merge pull request #5650 from influxdata/DAR-450-add-user-groups-for-dedicated
feat(dedicated): Add Cloud Dedicated user groups
2024-11-08 11:03:16 -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
Jason Stirnaman 03abe1041f
Merge pull request #5670 from sleto-it/fix-install-links
Install InfluxDB - fix links
2024-11-08 09:58:38 -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
Jason Stirnaman 428edda3e4
Merge pull request #5666 from influxdata/fix/clustered-20241024-1354148-known-bug
fix(clustered): document known bug and workaround in 20241024-1354148 release notes
2024-11-06 10:39:10 -06: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
Jason Stirnaman 16f0868162
Merge pull request #5617 from influxdata/feat/kapacitor-kafka-sasl-oauth
Release Kapacitor v1.7.6, New Kafka Handler params
2024-10-28 10:13:36 -05: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
Jason Stirnaman 2b6efa83bd
Merge pull request #5658 from ilario/typo
Fix typo in broken link
2024-10-23 12:35:40 -05: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