Commit Graph

2392 Commits (fix-dar-470-clustered-license-renewal)

Author SHA1 Message Date
Jason Stirnaman 4e8da8d0e7
Update content/influxdb/v1/about_the_project/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-09-15 15:02:47 -05:00
Jason Stirnaman 4202315eb3 docs(influxdb): update OSS v1.12.2 release notes
- Change pre-release placeholder to official v1.12.2 release
- Remove pre-release warning and TODO comments
- Update patch version in products.yml from 1.11.8 to 1.12.2
- Release date: 2025-09-15
2025-09-15 14:58:13 -05:00
Jason Stirnaman f587fbaf48 fix: links containing hostname 2025-08-24 21:32:26 -05:00
Jason Stirnaman 942c76d0c8 fix: links with old hostname and path 2025-08-24 21:29:26 -05:00
Jason Stirnaman e7e59322ac
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-21 14:57:22 -05:00
Jason Stirnaman 3aa4c0eae1
Update content/influxdb/v1/administration/upgrading.md 2025-08-21 14:50:44 -05:00
Jason Stirnaman e42df8a4ad docs(v1): restructure upgrade guide for better UX and progressive disclosure
- Restructure content flow to follow progressive disclosure principles
- Move index type decision to Important callout after basic upgrade steps
- Improve headings with active voice ("Switch index types anytime")
- Enhance callout formatting (Important, Tip, Warning callouts)
- Consolidate Enterprise upgrade information into dedicated section
- Improve information hierarchy and scanability

Changes are primarily formatting and phrasing improvements to enhance
developer experience and follow Google Developer Documentation best practices.
2025-08-20 17:48:58 -05:00
Jason Stirnaman 127b15b6e2 fix(v1): improve TSI recommendation clarity and fix grammar typos
- Make TSI recommendation more actionable by explaining benefits (removes RAM limits, better performance for high-cardinality data)
- Fix "from to" grammar typos in index switching instructions
- Add specific scenarios for when to switch between TSI and inmem index types
- Remove "above" directional language per style guidelines

Source: Verified against InfluxDB v1 documentation via MCP docs verification
- TSI details: https://docs.influxdata.com/influxdb/v1/concepts/tsi-details/
- TSI overview: https://docs.influxdata.com/influxdb/v1/concepts/time-series-index/
2025-08-20 17:25:15 -05:00
Phil Bracikowski 2a56bec0c9
Adjust wording for the two types of tsi index: inmen and on disk tsi1 2025-08-20 14:53:15 -07:00
Jason Stirnaman a16a1ea286
Merge branch 'master' into patch-1 2025-08-19 11:17:02 -05:00
Jason Stirnaman fe455525d4 fix(v2): broken link fragment 2025-08-19 10:57:58 -05:00
Jason Stirnaman 683dfe233c fix(v2): replace broken link fragment with example and page link 2025-08-19 08:59:01 -05:00
Jason Stirnaman aaf475beef fix(v2): replace broken link fragment with new URL 2025-08-19 08:45:40 -05:00
Jason Stirnaman b510e6bac1 fix(v2): broken link fragment 2025-08-19 08:38:36 -05:00
Jason Stirnaman 1a58595083
Merge branch 'master' into copilot/fix-6297 2025-08-19 08:29:57 -05:00
Jason Stirnaman a21c06bb4f fix(v2): OSS replication:- Fix (simplify) list formatting; remove nested lists.- Convert numbered list to numbered headers to replace nested lists- Add additional headers to show alternatives- Specify Enterprise v1- Update callouts 2025-08-18 15:16:38 -05:00
Jason Stirnaman 63bc1fcc81 fix(v1): v1.12 release notes and related changes are pre-release documentation\
**Revert this commit for the v1.12 release**\

- Remove links from release notes to upcoming 1.12.x features
- Add callout to explain that v1.12 isn't yet available
2025-08-15 15:44:05 -05:00
Jason Stirnaman 06fff5868f feat(v1): update documentation for the upcoming InfluxDB v1.12 and Enterprise v1.12 release
**Keep this commit for the upcoming v1.12 release**

- Label upcoming features as v1.12.0+:

  - Update configuration documentation for data nodes
  - Update database management documentation
  - Update influx_inspect tool documentation
  - Update show-shards documentation

- Revert product version references to 1.11.8 in products.yml
2025-08-15 15:27:34 -05:00
copilot-swe-agent[bot] 0aa345572b Update APT signing key location from /etc/apt/trusted.gpg.d to /etc/apt/keyrings
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
2025-08-13 14:19:54 +00:00
Jason Stirnaman d3f60a7d7d fix(v1): callout syntax and broken anchor links 2025-07-28 11:04:12 -05:00
Scott Anderson 09d1414e22
feat: InfluxDB OSS and Enterprise 1.12.1 (#6250)
* InfluxDB OSS and Enterprise 1.12.1

* add message to enterprise 1.12 release notes

* Update content/influxdb/v1/query_language/manage-database.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

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

* Apply suggestions from code review

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

* fix: update to address PR feedback

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-07-28 10:47:31 -05:00
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 77c4762d02
Merge branch 'master' into fix-v1-auth-monolith 2025-07-08 13:41:35 -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 e92c82129a fix(api): curl --user syntax 2025-07-08 00:31:49 -05:00
Jason Stirnaman 48380fd168 fix(influxdb3): Auth schemes in 3core, 3ent, cloud-dedicated, and clustered:Explains compatibility for different schemasProvides more auth examplesFills missing schemes in API refFixes placeholdersShows that username is optional 2025-07-07 23:10:37 -05:00
Jason Stirnaman 2f59c197d0 chore(ossv2): Cleanup description - remove link and update 2025-07-07 15:03:23 -05:00
Jason Stirnaman c738dfd82f chore(v2): OSS v2 query API: add, fix, cleanup:
- Adds missing examples for v1-compatible /query
- Fixes curl params in examples
- Removes unsupported async option from examples
- Updates terms for consistency with branding and influxdb3 docs
- Copies the missing POST /query operation from swaggerv1compat to the v2 ref.yml
- Effectively removes the separate v1-compat spec, and adds redirects and tags for v1-compat endpoints in v2/ref.yml
- Updates affected links
2025-07-07 14:09:47 -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
Jason Stirnaman 36cfabae9c fix: broken links
- Flux links in Kapacitor and others: flux/v0.x/ -> flux/v0/
- influxdb/v2%2E0/ -> influxdb/v2/
2025-06-04 17:05:46 -05:00
Jason Stirnaman 3bf419fb1d fix: links missing leading slash 2025-05-29 09:06:42 -05:00
Jason Stirnaman abcbefdd02
Update content/influxdb/v2/write-data/troubleshoot.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-22 16:55:40 -05:00
Jason Stirnaman 36e65a663e
Merge branch 'master' into 6071-chore-v2-partial-writes 2025-05-22 16:38:56 -05:00
Jason Stirnaman 8d0d4acf55 fix(oss2): Troubleshoot partial writes for v2 and Cloud
- OSS v2 supports partial writes and returns a 422 that describes rejected points, depending on the problem.
- Update API spec
- Move file to content/shared for Cloud
2025-05-22 16:30:41 -05:00
Scott Anderson 950cb50a5b
hotfix: update v2 download links (#6085) 2025-05-22 12:57:50 -05:00
Jason Stirnaman 50a9d7c796 feat(oss2): 2.7.12 release notes: include bug fix, bump version 2025-05-20 16:24:06 -05:00
Jason Stirnaman cffe9402cf feat(oss2): Revise and fix partial write enhancement for OSS 2.7.12 2025-05-15 17:12:12 -05:00
Jason Stirnaman a0e627468e feat(oss2): Maintenance items for OSS 2.7.12 2025-05-15 16:43:11 -05:00
Jason Stirnaman 79de24bef2 feat(oss2): Add influxd_flags entry for option
Part of influxdata/DAR/issues/500
2025-05-15 16:05:43 -05:00
Jason Stirnaman 0a1179932f feat(oss2): option
Part of influxdata/DAR/issues/500
2025-05-15 15:44:26 -05:00
Jason Stirnaman 500a31cdd9 feat(oss2): Release notes for OSS 2.7.12, fix broken link, list item indentation, and failing codeblock tests 2025-05-15 15:12:20 -05:00
Jason Stirnaman 88fc48888c hotfix(v2): broken downloaded link, replace latest-cli shortcode with latest-patch 2025-04-30 10:48:15 -05:00
Scott Anderson a7c92c9fd4
Revert "InfluxDB OSS and InfluxDB Enterprise 1.12.0 (#5992)" (#6012)
This reverts commit 735c843ff0.
2025-04-22 17:54:32 -06:00
Jason Stirnaman 38f53620dd chore(vsflux): Remove Flux VSCode pages, add notice that vsflux is removed from Marketplace extensions, and vsflux and flux-lsp are archived
Closes #5990. Fix broken links.
2025-04-17 13:58:33 -05:00
Scott Anderson 735c843ff0
InfluxDB OSS and InfluxDB Enterprise 1.12.0 (#5992)
* rework v1 configuration docs and links

* fixing md lint errors

* fix more md lint errors

* updates release notes and new functionality

* fixed md lint errors

* added enterprise 1.12.0 release notes and config updates

* fixed release notes for md lint

* add influxql updates for oss and enterprise 1.12.0

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* ported new oss v1 config to enterprise v1

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-17 08:49:02 -06:00
Geoffrey Wossum 62bd81d4c9
feat: add `overwrite-pid-file` and `pid-file` (#5972)
* feat: add `overwrite-pid-file` and `pid-file` 

Add documentation for `overwrite-pid-file` and `pid-file` configuration options available in v2.7.11.

* Update content/influxdb/v2/reference/config-options.md

* Update content/influxdb/v2/reference/config-options.md

* added new influxd pid flags to data file

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
2025-04-14 10:06:13 -06:00