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
Jason Stirnaman
09d4956293
Merge branch 'master' into v3-java-reference-examples
2024-08-05 09:34:35 -05:00
Jason Stirnaman
8888e51340
Merge branch 'master' into 5448-serverless-missing-delete-predicate
2024-08-05 09:33:26 -05:00
Jason Stirnaman
0485bad990
Update content/influxdb/cloud-serverless/reference/syntax/delete-predicate.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-05 09:33:08 -05:00
Jason Stirnaman
53dedf2243
fix(v2): missing volumes section in Docker compose example
...
- Closes #5551
2024-08-05 09:18:27 -05:00
Jack
bf4417a577
docs: add system table warning ( #5546 )
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-03 08:21:26 +01:00
Scott Anderson
7fac3debfb
Merge branch 'master' into 5448-serverless-missing-delete-predicate
2024-08-02 20:35:18 -06:00
Scott Anderson
279e81afe3
InfluxDB Clustered Helm install ( #5540 )
...
* WIP helm install
* WIP helm install
* WIP helm install
* configure clustered with helm
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* updates to clustered install docs
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-02 20:27:02 -06:00
Jason Stirnaman
3d00eb3e17
Merge branch 'master' into jstirnaman/issue5513
2024-08-02 15:47:59 -05:00
Jason Stirnaman
60ea938a12
Merge branch 'master' into 5404-flux-broken-menu-links
2024-08-02 09:35:14 -05:00
Jason Stirnaman
3b6a5fa74f
fix(flux): Write, Query, and Prometheus menu name
...
- Replaces `menu: flux_0_x` with the correct menu attributes in frontmatter.
- These have apparently been broken like this for some time.
2024-08-02 09:26:06 -05:00
Jason Stirnaman
bdb0a55a4d
Update content/influxdb/clustered/reference/cli/influxctl/cluster/list.md
2024-08-02 09:02:02 -05:00
Jason Stirnaman
699e57d83f
Update list.md
2024-08-02 09:01:13 -05:00
Jason Stirnaman
4e454224f3
Merge branch 'master' into jstirnaman/issue5472
2024-08-02 09:00:20 -05:00
Jason Stirnaman
603046feae
Merge branch 'master' into jstirnaman/issue5513
2024-08-02 08:59:29 -05:00
Jason Stirnaman
c376a93e52
Merge branch 'master' into 5448-serverless-missing-delete-predicate
2024-08-01 15:18:31 -05:00
Jason Stirnaman
99ef6e2848
Merge branch 'master' into v3-java-reference-examples
2024-08-01 15:15:42 -05:00
Jason Stirnaman
5614600c6c
fix(5544): python str.startswith in examples
...
- startsWith should be startswith for Python
- The test should have failed; the callbacks don't seem to be working now.
2024-07-31 17:23:56 -05:00
Jason Stirnaman
d56076fc5b
Merge branch 'master' into abalone23-startswith
2024-07-31 17:13:27 -05:00
Jason Stirnaman
79805ce570
fix(clustered): clustered reference docs for `influxctl` incorrectly show `influxctl cluster list` subcommand
...
Fixes #5472
- Add note to command in Clustered docs.
2024-07-31 16:42:30 -05:00
Jason Stirnaman
d4a8abd5ef
fix(v2): Broken link for 2.0 beta migration
...
Closes #5483
- Restore, update, and revise the v2-beta-to-v2 migration guide.
- Skips all influx tests.
2024-07-31 15:23:41 -05:00
Jason Stirnaman
4568dce841
Merge branch 'master' into jstirnaman/issue5513
2024-07-31 14:58:00 -05:00
Jason Stirnaman
a36b33f602
fix(v3): Broken URL due to missing delete-predicate.md ( closes #5448 )
...
- Duplicate from OSS
- Repeat warnings that you can't delete data in Serverless
2024-07-31 10:21:23 -05:00
Jason Stirnaman
1755bcf268
Merge branch 'master' into add-remark-lint
2024-07-31 09:19:00 -05:00
Jason Stirnaman
11bc7d5168
fix(v2): http-write-timeout
...
- Fix the http-write-timeout definition, which should be similar to https://pkg.go.dev/net/http#Server.WriteTimeout
- Add a Vale spelling config for v2 server options
- Add influxdb to the test container packages (for testing service influxdb...)
- Add Dockerfile config and test setup for testing some InfluxDB startup config options (using influxd)
2024-07-30 18:18:26 -05:00
Adam
4465d8562f
Replace startsWith with startswith method
...
The startswith method is not capitalized:
https://docs.python.org/3/library/stdtypes.html#str.startswith
2024-07-30 16:00:43 -07:00
Jason Stirnaman
66b0ddff04
feat(v3): Port Java client library examples to Dedicated and Clustered.
...
- Fixes Serverless examples and adds references.
- Ports the previously published Serverless Java reference to Dedicated and Clustered.
2024-07-30 13:57:19 -05:00
Jason Stirnaman
8ab4d4491c
chore(ci): Add remark-lint to project
...
- Add remark-lint to compose.yaml
- Add base config for remark-lint
2024-07-30 10:07:46 -05:00
Jason Stirnaman
b573c23e80
feat(v2): Use Docker Compose with secrets and `_FILE` env variables:
...
- Add guide for installing v2 using Compose, secrets, and InfluxDB `_FILE` env variables.
- Add project compose.yaml configuration for the same.
- Content looks good in Hugo, but I'm getting an error from pytest that I haven't identified yet.
2024-07-30 10:00:14 -05:00
Gunnar Aasen
58113fa541
InfluxDB 2.7.8 release notes
2024-07-26 10:46:51 -07:00
Scott Anderson
897fb86405
Merge branch 'master' into influxdb-2.7.8
2024-07-25 16:44:41 -06:00
wayne
13c5e771bb
fix(clustered): adjust keycloak AppInstance config example ( #5536 )
...
* fix(clustered): adjust keycloak AppInstance config example
* Update content/influxdb/clustered/install/configure-cluster.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 16:43:47 -06:00
Scott Anderson
7df2059eb8
InfluxDB 2.7.8
2024-07-25 16:43:15 -06:00
Jason Stirnaman
4f3c18dc05
Merge branch 'master' into pr/5529
2024-07-25 11:46:30 -05:00
Jason Stirnaman
b373ac745d
Apply suggestions from code review
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 11:46:16 -05:00
Jack
9665495460
docs(clustered): add section for troubleshooting licensing ( #5534 )
...
* docs: troubleshooting licensing
* fix(clustered): Licensing
- Revise install and licensing docs.
* chore(ci): Skip kubectl in tests.
* Update content/influxdb/clustered/admin/licensing.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-25 16:44:20 +01:00
Jason Stirnaman
eb54d04993
Merge branch 'master' into pr/5529
2024-07-25 10:42:21 -05:00
Josh Powers
5f7d23cc73
Update release notes
2024-07-25 09:13:02 -06:00
Jason Stirnaman
9d53ffe64b
fix(v3): Remove unnecessary escape slashes.
2024-07-24 18:40:03 -05:00
Jason Stirnaman
421f48416f
chore(v3): Add Java client library interface and API
...
- Fix Python client library reference.
- Removed `list_code_example` from both due to render problems.
2024-07-24 18:30:10 -05:00
Suyash Joshi
dacf289531
Update java.md
...
Updated link to sample project on GitHub
2024-07-24 12:25:35 +01:00
Suyash Joshi
eb440e16f2
Update java.md
...
Incorporated feedback and improved the instructions
2024-07-24 12:17:26 +01:00
Suyash Joshi
996064e908
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:53:11 +01:00
Suyash Joshi
0f49abc04f
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:49:15 +01:00
Suyash Joshi
73aff38235
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:45:50 +01:00
Suyash Joshi
92a84700f2
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:45:39 +01:00
Suyash Joshi
0c3162fd8f
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:44:03 +01:00
Suyash Joshi
2cf6f2c80b
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:42:59 +01:00
Suyash Joshi
f1a3d213b8
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:42:09 +01:00
Suyash Joshi
9ae63dc6f3
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:40:32 +01:00
Suyash Joshi
ee5c39f069
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-24 11:40:07 +01:00
Suyash Joshi
727b298f46
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:39:19 +01:00
Suyash Joshi
9116463032
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2024-07-24 11:38:10 +01:00
Suyash Joshi
c8173aa213
Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-24 11:36:02 +01:00
Jason Stirnaman
f253f6a317
Merge branch 'master' into master
2024-07-23 16:04:18 -05:00
Jason Stirnaman
11b8f7df9d
Merge branch 'master' into jstirnaman/test-fixes-and-cleanup
2024-07-23 15:44:31 -05:00
Jason Stirnaman
4408a43de3
fix: failing tests, skip tests for unsupported code samples, typos and updates
2024-07-23 15:41:16 -05:00
Jason Stirnaman
fd6307b8d1
Merge branch 'master' into jstirnaman/linting-cleanup
2024-07-23 15:38:55 -05:00
Jason Stirnaman
37a7a7c6e7
chore(ci): Improve pre-commit hook, test harness, and linter
...
- Pre-commit hook:
- Redo test harness so commands can run in parallel
- Cleanup Vale command args
- Replace lint-staged and husky with Lefthook.
- Pre-push hook:
- Scan for package vulnerabilities
- Tests
- Run tests on demand, in parallel, or debugged using docker compose up, run, exec, etc.
- Each test container (service) runs the prepare-content script before running tests.
- Return to using Python instead of Docker to provide environment variables so they don't get exposed in Docker inspect.
- Bind mount influxctl config.toml and .env.test files
- Bind mount scripts for faster builds while iterating on test scripts.
- Vale:
- Override Acronyms style def--ignore acronym if it's linked.
2024-07-23 15:08:28 -05:00
Scott Anderson
e339cc0601
hotfix: fix v2 influxql query examples
2024-07-23 13:56:16 -06:00
Suyash Joshi
9a71e78b34
Update java.md
...
Added step to run the program correctly
2024-07-23 16:51:15 +01:00
Suyash Joshi
711451d4e0
Update java.md
...
Updated this page with steps to install the v3 client SDK and sample program so as to make developer's life bit easy.
2024-07-23 16:43:11 +01:00
Adam
3a4235c27d
Update _index.md ( #5528 )
2024-07-22 17:18:38 -06:00
Scott Anderson
5c7d3407ad
Update the placeholder URL for dedicated ( #5527 )
...
* update the placeholder URL for dedicated
* added dedicated URL migration
2024-07-22 16:55:00 -06:00
Scott Anderson
e851b0089e
Scale InfluxDB Clustered ( #5526 )
...
* clustered scaling guide
* Update content/influxdb/clustered/admin/scale-cluster.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* add information about ingester storage volumes to scaling guide
* Update content/influxdb/clustered/reference/glossary.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-22 10:05:53 -06:00
wayne
61b127870f
chore: update Clustered influxctl example config ( #5525 )
2024-07-18 14:48:57 -06:00
Scott Anderson
a1fb10eb1c
Remove limited access banner from Clustered ( #5524 )
...
* remove limited access banner from clustered, closes #5523
* fix typo
* update clustered install intro
2024-07-17 11:31:37 -06:00
Scott Anderson
ca8ab1e4a1
InfluxDB 2.7.7 ( #5521 )
...
* InfluxDB 2.7.7
* updated latest patch for oss v2
* Update content/influxdb/v2/reference/release-notes/influxdb.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
---------
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-15 15:06:59 -06:00
Jack
ab52a00624
docs(clustered): clarify tuning garbage collector env vars ( #5517 )
...
* docs: clarify clustered gc env tunables
* docs: use suggested wording
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-11 17:25:59 -06:00
Jennifer Moore
59d8958ebc
docs(clustered): initial license onboarding guide ( #5508 )
...
* docs(clustered): initial license onboarding guide
* refactor: run `deno fmt`
* fix(clustered): make room for documents in between existing ones
* fix(clustered): introduce sensible deterministic order for reference documents
* refactor: separate license installation from license reference
* fix: markdown typo, confusing verbiage
* Licensing content and structure updates (#5520 )
* WIP licensing content
* changes to licensing content and structure
* Update content/influxdb/clustered/admin/licensing.md
Co-authored-by: Jennifer Moore <mail@jenniferplusplus.com>
* updated TOC link to license recovery section
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* updated license recovery content
---------
Co-authored-by: Jennifer Moore <mail@jenniferplusplus.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* ported edits to new feature branch
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: wayne warren <wayne.warren.s@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-07-11 17:03:38 -06:00
Jason Stirnaman
4fb4790dd8
Merge branch 'master' into jstirnaman/fix-vale
2024-07-10 12:15:40 -05:00
Scott Anderson
0deaa85aeb
hotfix: minor edits to clustered config doc
2024-07-10 11:15:14 -06:00
Jason Stirnaman
33408c940d
Merge branch 'master' into jstirnaman/fix-vale
2024-07-10 12:13:34 -05:00
Jennifer Moore
e061b51726
clustered: add section for custom CA on egress ( #5519 )
...
* clustered: add section for custom CA on egress
* Apply suggestions from code review
Address review comments
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-10 11:03:19 -06:00
Jason Stirnaman
129fee12b8
Merge branch 'master' into jstirnaman/fix-vale
2024-07-10 11:40:37 -05:00
Adam
964ef78192
Update prerequisites.md ( #5518 )
2024-07-10 09:31:06 -06:00
Jack
4b0ad35317
docs(clustered): update ingress to mention grpc ( #5514 )
...
* docs: clustered grpc ingress mention
* docs: suggested wording
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-07-09 15:00:43 +01:00
Hideyuki KATO
97d21d4ff3
Changed date command option to support both GNU(Linux) and BSD(macOS) #5510 #5070 #5223 ( #5511 )
2024-07-08 16:48:36 -06:00
Jason Stirnaman
838d615692
chore(ci): Update migrate guide for testing. Monitor for URLs that the container tries to open in a browser and then open them in the host.
2024-07-03 17:09:49 -05:00
Jason Stirnaman
8b590068d0
fix(v3): Tips, typos, and formatting
2024-07-03 17:09:49 -05:00
Jason Stirnaman
a8a772264c
chore(ci): Skip tests for deleting databases.
2024-07-03 17:09:49 -05:00
Jason Stirnaman
4e601710b1
chore(ci): Adjusts Unix timestamps (line protocol) and query time bounds for testing
...
- Adjusts times for writing and querying data within a recent retention period.
- Adjusts Unix timestamps (in line protocol samples) to yesterday's date.
- Adjusts UTC time bounds (in queries) to today and yesterday.
- Reverts mistakenly changed timestamps in clustered.
2024-07-03 17:09:49 -05:00
Jason Stirnaman
bb64ca32bb
fix(v3): duplicate word, test updates
2024-07-03 17:09:49 -05:00
Jason Stirnaman
8f0e583cdc
fix(clustered): Clustered Telegraf config and example:
...
- Mount a volume to store test project files generated in tests.
- Allow URL and `url` in the linter
- Set timestamp precision for Telegraf example
- Fix Telegraf test, use Python to edit the TOML config file
2024-07-03 17:09:49 -05:00
Jason Stirnaman
9e5f346636
chore(dedicated): cleanup get-started/query
2024-07-03 17:09:49 -05:00
Jason Stirnaman
dbaa790fdb
fix(v3): curl write examples
2024-07-03 17:09:49 -05:00
Jason Stirnaman
61acef1527
chore(v3): whitespace fix
2024-07-03 17:09:49 -05:00
Jason Stirnaman
b5a8e2b7b3
fix(v3): Clustered update database
2024-07-03 17:09:49 -05: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
478cb39332
chore(v3): Skip tests for influxctl database create. Fix influxctl reference.
2024-07-03 17:09:49 -05:00
Jason Stirnaman
f6a9e72c50
chore(v3): Test influxctl token create
2024-07-03 17:09:49 -05:00
Jason Stirnaman
cf9756c0f1
chore(Dedicated): Update management tokena and Management API info.
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
Jason Stirnaman
118f692065
Merge branch 'master' into jstirnaman/fix-vale
2024-07-03 17:01:35 -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