Commit Graph

6813 Commits (248c9c0b3902c0fcbdf53c438de0e8858ba01608)

Author SHA1 Message Date
Scott Anderson d7f90267a7
Merge branch 'master' into jgm-null-tags 2023-08-24 12:59:14 -06:00
Scott Anderson fa8d7420a4
cherry pick influxdb/host shortcode (#5104) 2023-08-24 12:53:15 -06:00
Jacob Marble 1f38e3f7a8 chore: explain null tags in primary keys 2023-08-24 16:50:42 +00:00
Scott Anderson 67e697cacb dynamically set the enteprise eol on page load 2023-08-23 14:36:03 -06:00
Scott Anderson c1f794da20 added eol messaging to enterprise 2023-08-22 14:53:29 -06:00
Scott Anderson ebd55bee55
Remove mentions of multi-az from Cloud documentation (#5096)
* remove mentions of multi-az from cloud documentation

* add back mult-az content that should stay

* updated heading formatting
2023-08-22 11:21:08 -06:00
Scott Anderson fba6646926 added ability to noindex specific pages 2023-08-21 16:26:30 -06:00
Scott Anderson 83b4839c82
Add task-based database and token management instructions for Dedicated (#5094)
* add task-based instructions for dedicated db and token admin

* fixed latest shortcode, ported 1.x rp definition to serverless and dedicated
2023-08-21 10:15:09 -06:00
Joshua Powers a89a869d83
fix: Clarify valuecounter aggregator (#5093)
* fix: Clarify valuecounter aggregator

The aggregator only applies to fields and not tags. The current example
use-case explains how to use the aggregator, but the example itself is
suggesting to use the aggreagator on tags that are generated. We got an
issue complaining about this and I'd like to just remove it and instead
clarify fields only.

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-08-17 10:41:49 -05:00
Jason Stirnaman fe2748d5e6
chore: Add Vale instructions to Contributing, update tested Hugo version (#5088) 2023-08-17 10:21:46 -05:00
Joshua Powers 763757b78c
influxct: update version to 2.0.1 (#5090) 2023-08-15 17:03:53 -06:00
Jason Stirnaman 3dbf0e7554
Move IOx limits page to limits and adjustable quotas page (#5089)
Fixes #4915
2023-08-15 14:52:31 -05:00
Jason Stirnaman 0d8ebb4ff1
Telegraf: fix Windows install instructions. (#5086)
* adjust windows install guide

* fix(telegraf): provide optional config instructions for Windows.

- Avoid errors in Windows when just getting started.
- Options for commenting and replacing plugin.
- Fix command formatting.

* Update content/telegraf/v1.26/install.md

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

* Update content/telegraf/v1.26/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.26/install.md

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

---------

Co-authored-by: Lennart Lösche <loesche.lennart@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-15 10:13:37 -05:00
Scott Anderson 56316fcb6c
Influxctl 2.0 (#5082)
* influxctl v2.0.0

* Apply suggestions from code review

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

* Apply suggestions from code review

* updated influxctl examples with code placeholders

* hide influxctl user commands

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-08-14 15:00:42 -06:00
Jason Stirnaman ded51cc323
Cloud Dedicated security and token detail (#5084)
* chore(dedicated): WIP - auth (#5078)

* chore(dedicated): add security and token details (Closes #5078)

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

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

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

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

* chore(ci): Vale: Ignore "application"

* fix(dedicated): replace "permissions sets", user provisioning correction

* Update content/influxdb/cloud-dedicated/reference/internals/security.md

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-14 15:22:46 -05:00
Jason Stirnaman 98d181f51a
feature(v3): Get started writing and querying data with the JS client library (closes #5049, part of #5050) (#5080) 2023-08-11 16:25:05 -05:00
Jason Stirnaman 9404fda2f3
chore(ci): Add vale script, configuration, and fixes (#5081)
- Adds VSCode directory-specific configurations for Vale
- Adds a simple shell script to run Vale for dedicated, serverless, and telegraf.
- Adds vocab and spelling configuration.
- Fixes some spelling and style errors in serverless and dedicated.
2023-08-11 13:50:31 -05:00
Jason Stirnaman d3be011e3d
feature(v3): Write and query data using the Java client library: (#5076)
* feature(v3): Write and query data using the Java client library:

- Closes #5048
- Part of #5050
- Fixes csharp example.
- Fixes wrong time placeholder values in query samples.
- Misc. cleanup and fixes.

* fix(v3): whitespace

* Apply suggestions from code review

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-10 09:44:12 -05:00
Jason Stirnaman 4b6494969b
chore(telegraf): Update input and output data formats from Telegraf docs (Closes #5054): (#5072)
* Telegraf parser docs aren't consistent with the available parsers. Include parser docs from Telegraf repo, separately from data formats.
 #5054

* chore(telegraf): Update input and output data formats from Telegraf docs (Closes #5054):

- Update input data formats with latest from Telegraf docs.
- Revise output data format descriptions and frontmatter.
- Trying not to change too much yet; ideally, we'd settle on style for Telegraf docs and only pull from there.

* fix(telegraf): set list titles, fix frontmatter

* Delete accidentally committed file

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Apply suggestions from code review

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

* fix(telegraf): configuration cleanup and apply suggestions

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-08 11:03:42 -05:00
Jason Stirnaman 0a5c0b9bea
fix(v3): fix csharp instructions, fix output format to match result table. Fixes #5047 (#5074) 2023-08-07 18:36:21 -05:00
Scott Anderson 3b1e56eb92
removed google data studio docs (#5073) 2023-08-07 15:15:30 -06:00
Gary Fowler 086366cb5f
Update query.md (#5071)
Changes suggested By Darren Bruton via slack thread:

https://influxdata.slack.com/archives/C04768675QD/p1691182516418369
2023-08-07 09:33:45 -05:00
Scott Anderson 91036b81bf hotfix: fixed typos in subquery docs 2023-08-03 10:16:27 -06:00
Scott Anderson 0afadf5860
SQL subquery reference (#5067)
* WIP sql subqueries

* WIP sql subqueries

* Apply suggestions from code review

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

* final touches on sql subqueries

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-08-03 08:07:08 -06:00
Scott Anderson ecde987d04
make expand blocks easily linkable (#5069)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-08-03 07:16:47 -06:00
Jason Stirnaman f34f2d9450
chore(telegraf): add Avro input format (parser). (#5068)
* chore(telegraf): add Avro input format (parser).

Closes #5054

* Apply suggestions from code review

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-02 19:58:19 -05:00
Jason Stirnaman 09361bb4e3
chore(v3): configure client library cert paths for windows (#5065)
* chore: remove maintained by names for 1.x client libraries

* chore(v3): provide root certificate path for Windows (closes #5059)

- Closes #5059.
- Fixes attribute and arguments in reference.
- More reference improvements

* fix(v3): format param names as code

* Update content/influxdb/cloud-serverless/query-data/sql/execute-queries/python.md

* Update content/influxdb/cloud-dedicated/get-started/query.md
2023-08-02 19:52:10 -05:00
Scott Anderson 23bbd7ab06 hotfix: don't tell dedicated users to contact support to download influxctl 2023-08-02 15:42:59 -06:00
Jason Stirnaman caa7ae69f7
chore(ci): Vale: ignore words, ignore spelling and ellipses in table cells (#5066) 2023-08-01 15:00:28 -05:00
Jason Stirnaman b2b6f235dd
Vale linter config (#5060)
* chore(quality-of-life): Initial commit of Vale config, InfluxDataDocs style, and Vocab files for linting docs.

* Update content/influxdb/cloud-dedicated/.vale.ini

* Update content/influxdb/cloud-serverless/.vale.ini

* chore(ci): add terms.

* chore(ci): add vale terms

* chore(ci): add vale terms
2023-08-01 10:38:04 -05:00
Scott Anderson ea9f0ddf4c hotfix: remove cluster removal language from dedicated eol policy 2023-08-01 09:03:03 -06:00
Scott Anderson fec12d0b2a
Product/feature EOL and IOx data retention (#5064)
* addes EOL procedures, adds data retention info to serverless and dedicated

* Apply suggestions from code review

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

* updated DR retention language for dedicated

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-31 17:20:04 -06:00
Jason Stirnaman 17ae494d2c
fix: spelling errors (#5061) 2023-07-31 16:59:33 -05:00
Jason Stirnaman 4df39ff58b
hotfix(serverless): Missing page (#5063)
Fixes #5059
2023-07-28 16:35:02 -05:00
Jason Stirnaman 19927d5d28
4947 spelling fixes (#5058)
* fix(all): spelling error unisgnedLong spelling in glossary. #4947

- Fixes #4947.

* fix(flux): spelling
2023-07-27 18:37:07 -05:00
Jason Stirnaman c5a2e965c8
fix(influx-cli): broken serverless/tools/influx-cli links (#5057)
- Fixes Page not found - Configure influx cli - use the influx cli button #5045
- Copies influx-cli download and installation instructions to influx reference, which is shared across oss, cloud, and cloud-serverless.
- Replaces links pointing to the nonexistent path /influxdb/cloud-serverless/tools/influx-cli and adds an alias for the path.
2023-07-27 16:37:55 -05:00
Jason Stirnaman 0835ef7420
fix(videos): Period in file name prevents URL resolution (#5055)
Fixes #5009
- Replace period with dash and set name and alias.
2023-07-27 13:39:47 -05:00
Jason Stirnaman 557be11e14
hotfix(serverless): missing C# tab (#5056) 2023-07-27 12:48:42 -05:00
Jason Stirnaman 249621550c
fix(v3): Fix and cleanup API compatibility in Dedicated and Serverless (#5052) 2023-07-27 08:36:16 -05:00
Jason Stirnaman 76cba186ae
Add C# client library examples for Get Started (#5051)
* Add Csharp client lib write examples
Part of #5047

* chore(v3): Add C# write examples, fix Go and Python examples.

- Part of #5047
- Examples for writing with the CNodeJS client library.
- Cleanup and fixes for Go examples.
- Python client library no longer requires `org` for writing (defaults to "").

* chore(v3): Add query examples for C# client library.

- Fixes Add Csharp client lib examples #5047
- Makes Go time formatting consistent with example output.
- Cleanup.

* fix(v3): Add custom timestamp tags
2023-07-26 15:25:24 -05:00
Jason Stirnaman 1cb3cf856a
chore(v3): Use python client library (#5046)
- Replaces Flight SQL examples with Client Library examples.
- Closes #5025.
2023-07-26 08:30:28 -05:00
Jason Stirnaman ac47b3ec05
5025 recommend flight over flightsql (#5044)
* chore(v3): Add Go Flight SQL example to go-flight reference.

* chore(v3): Use Go client library in Get Started examples (#5025)

- Replaces Go Flight SQL examples with Go client library.
- Returns table-formatted data to the console instead of JSON.
- Reorganizes files in the example module to avoid  main() naming conflicts.

* Update content/influxdb/cloud-dedicated/get-started/query.md

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

* Update content/influxdb/cloud-dedicated/get-started/query.md

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

* Update content/influxdb/cloud-serverless/get-started/query.md

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

* Update content/influxdb/cloud-serverless/get-started/write.md

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

* Update content/influxdb/cloud-dedicated/get-started/write.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-07-25 08:24:03 -05:00
Jason Stirnaman 580fa03a35
fix(v3): Replace FlightSQL examples with Python client library (part of #5025) (#5043) 2023-07-24 17:21:07 -05:00
Chunchun Ye e96d3313f1
Merge pull request #5042 from influxdata/chunchun/tableau
chore(tableau): replace to use `useSystemTrustStore=false` and add explanation
2023-07-24 11:50:27 -05:00
Chunchun 90db17022c
chore: update note formatting 2023-07-24 11:43:25 -05:00
Chunchun 794d7d3b33
chore: add empty lines 2023-07-21 11:59:06 -05:00
Chunchun 980bf156b5
chore(tableau): replace to use `useSystemTrustStore=false` and add explanation 2023-07-21 11:54:36 -05:00
Scott Anderson 76cf977706
Add Chronograf documentation to 3.0 (#5039)
* add chronograf documentation to 3.0, clean up cloud URL modal, closes #5037

* add more info about fully-qualified measurements in chronograf doc

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-19 14:26:00 -06:00
sickfabian 009aafbee4
Fix regexp example in regular-expressions.md (#4994)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-19 15:00:00 -05:00
Ben Tasker 22f1d5771a
Correct flag - it's --errrors-file rather than --error-file. (#5038) 2023-07-19 09:34:48 -06:00