Jason Stirnaman
8567423938
fix(docker): v1 and v2 with Docker: env, links, alt_links, formatting
2025-07-15 10:59:13 -05:00
Jamie Strandboge
2a9824f24b
chore: always verify GPG fingerprint
...
The influxdata-archive.key is designed to have a good user experience
during key rotations, but in order to do that, we need to properly
verify the key file's fingerprint and not its sha256sum (since the
primary key's fingerprint won't change with key rotations, but the
sha256sum necessarily will).
Update documentation for this to establish best practice and prepare
users for the upcoming key rotation.
Adjust dockerfiles to use this methodology.
2025-07-09 10:13:29 -05:00
Jason Stirnaman
108e5e038c
Merge branch 'master' into jdstrand/use-modern-gpg-key
2025-07-08 15:30:20 -05:00
Jason Stirnaman
92f4afb0d7
hotfix(v1): Docker latest-patch
2025-07-08 13:35:00 -05:00
Jamie Strandboge
60abfdf562
chore: document and use modern influxdata-archive.gpg
2025-07-08 12:39:23 -05:00
Jason Stirnaman
7385d879fc
Update content/influxdb/v1/introduction/get-started/_index.md
2025-07-03 15:03:35 -05:00
Jason Stirnaman
fd3316d05b
chore(v1): Install and run v1 OSS and Enterprise with Docker:
...
Migrates v1 OSS and Enterprise sections from the DockerHub README into new pages in docs-v2.
- Add a new section page for Installing and running with Docker.o
1. Created main Docker installation page (docker.md) with:
- Complete Docker setup instructions for Enterprise clusters
- Environment variable configuration options
- Persistent storage examples
- Network setup guidance
- License key requirements using GitHub note callout syntax
2. Enhanced existing installation pages:
- Added Docker installation sections to both meta and data node installation
pages
- Updated the main installation index to include Docker as an option
3. Created Docker troubleshooting guide (docker-troubleshooting.md) with:
- Common Docker-specific issues and solutions
- Debugging commands and best practices
- Positioned next to the Docker installation guide
4. Added proper cross-references:
- Used related frontmatter to link Docker installation to troubleshooting
- Updated navigation and references throughout
The migration preserves all the essential Docker README content while
integrating it properly into the existing InfluxDB Enterprise v1 documentation
structure, following the project's style guidelines and conventions.
2025-07-03 13:31:10 -05:00
Anja Boskovic
3d0c1e27c2
fix: fix link formatting
2025-03-28 12:02:44 -07:00
Jason Stirnaman
4403dd9a18
fix: LInks and headings. Replace `latest` with `v2`. Specify OSS v2 in headings. Closes fix(api-refs): specify v2 in InfluxDB OSS headings #5866 , Closes Flux docs: replace `/influxdb/latest` with `/influxdb/v2` #5864 . Linting cleanup, removing terminal prompt from examples
2025-02-27 17:50:16 -06:00
Scott Anderson
72c5295eed
InfluxDB 3 Core & InfluxDB 3 Enterprise alpha release ( #5760 )
...
* WIP monolith docs
* WIP monolith
* updated alpha shortcode
* template updates for v3 and pro
* SQL & InfluxQL reference docs for Pro and OSS v3 (#5718 )
* point to shared influxql source files
* add sql and influxql references to pro and oss v3 docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* ported changes to distributed influxql refs
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Influxdb3 restructure (#5744 )
* WIP monolith naming restructure
* rebuild homepage
* updated broken home links
* stabs in the dark
* fixed duplicate-oss shortcode
* move clustered and cloud-dedicated
* clean-up serverless cruft
* add distributed product redirects
* standarize productPathData
* switch back to findRE for productPathData
* remove debugging code
* move cloud dedicated content
* new product dropdown
* Jstirnaman/influxdb3 restructure (#5743 )
* 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
* Update bucket-schema.md
ndjson.org goes to some sort of sports betting site.
https://jsonlines.org/ is probably a better site.
* fix(partitioning): improve clarity and consistency in partitioning, apply suggestions from @reidkaufmann
* update shared links to use ambiguous version
* WIP monolith docs
* template updates for v3 and pro
* move clustered and cloud-dedicated
* switch back to findRE for productPathData
* move cloud dedicated content
* chore(influxdb3): port cloud-dedicated URLs from recent commit
* chore(influxdb3/clustered): fix and update links
* removed merge cruft
---------
Co-authored-by: Geoffrey Wossum <gwossum@influxdata.com>
Co-authored-by: Daniel Lo <wilburlo@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Geoffrey Wossum <gwossum@influxdata.com>
Co-authored-by: Daniel Lo <wilburlo@gmail.com>
* added and styled alpha banner, updated producted selector styles and js
* updated alpha link styles
* updated discord link text
* updated alpha message
* fix page title
* Initial Files
* Initial Files
* InfluxDB 3 Enterprise CLI docs (#5745 )
* WIP influxdb3 cli
* fix page title
* influxdb3 enterprise cli
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix(js): initialize CodePlaceholder on content loaded, small refactor toward component pattern.
* updated URL modal for core and enterprise
* remove testing code on install page
* InfuxDB 3 Enterprise configuration options (#5749 )
* fix page title
* add enterprise 3 configuration options
* revert command updates to avoid conflicts
* updated config option name
* CLI updates, reorg, and photos
* updated host-id option to writer-id
* InfluxDB 3 Core CLI (#5750 )
* WIP make influxdb3 docs shared
* finish making influxdb3 enterprise cli shared
* add influxdb3 core cli docs
* update config option name
* updated host-id to writer-id
* updated a few more host-id options to writer-id
* InfluxDB 3 Core configuration options (#5752 )
* added missing enterprise config options
* add influxdb3 core config options, update enterprise options
* minor fixes in core config options
* update search integration data (#5753 )
* Add shared v3 line protocol doc to Core and Enterprise (#5754 )
* add shared v3 line protocol doc to core and enterprise
* Update content/shared/v3-line-protocol.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* feat: update getting started guides
* Update content/influxdb3/core/_index.md
* Update content/influxdb3/core/_index.md
* update use of 3.0 and v3 to just 3
* add basic download/install instructions (#5756 )
* chore(monolith): port Enterprise and Core get-started guides to shared for reuse as /index and /get-started
* fix(monolith): reapply previous description change
* Jts/update Get started for monolith (#5759 )
* fix(monolith): get-started cleanup (spelling, style, APIs)
- Finished Enterprise for now, not ported to Core.
* fix(monolith): python sample columns
* fix(monolith): Ports edits to Core, misc. fixes
* update alpha message
* add state to product dropdown items
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Geoffrey Wossum <gwossum@influxdata.com>
Co-authored-by: Daniel Lo <wilburlo@gmail.com>
Co-authored-by: Peter Barnett <peterbarnett@Peters-MacBook-Pro.local>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Paul Dix <paul@pauldix.net>
2025-01-13 07:21:11 -07: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
Gunnar Aasen
fd8072c406
Updated download URLs for Telegraf and InfluxDB v1
2024-08-28 12:01:04 -07:00
Gunnar
6752797a7a
Enterprise 1.11.5 release notes ( #5354 )
...
* Enterprise 1.11.5 release notes
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* update release notes, fix warning shortcodes, add compact-series-file config option
* added release metadata to compact-series-file heading
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2024-03-11 14:12:52 -06:00
Scott Anderson
01e6d5c96e
InfluxDB 2.7.4 ( #5232 )
...
* InfluxDB 2.7.4, fix latest-patch shortcode for CLIs, update download links
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-14 16:49:35 -07:00
Scott Anderson
35ad46c4c2
Version restructure ( #5133 )
...
* mass changes for version restructure
* fixed latest-patch and flux version generator
* updated hugo configs
* fixed flux frontmatter injector
* fixed flux frontmatter injector
* WIP api generator updates for version restructure (#5128 )
* fixed telegraf plugin list
* removed latest shortcode
* fixed current-version
* fixed product dropdown crosslinking
* fixed alt links
* WIP fixing links
* fixed broken links
* updated api doc generation
* fixed additional resources
* added version redirects to edge.js
* fixed search placeholder
* fixed paged titles
2023-09-12 23:33:31 -06:00