Commit Graph

6633 Commits (56f3cc784d1d20005ec31a1bdab4153d24ef4263)

Author SHA1 Message Date
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
Jason Stirnaman 898745681d
5025 recommend flight over flightsql (#5032)
* fix(v3): Recommend Flight over Flight SQL, organize, add examples

* fix(v3): Link to new client libraries and fix descriptions

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/python-flight.md

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/python-flight.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/python-flight.md

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/csharp-flight.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/go-flight.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/java-flightsql.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/flight/go-flight.md

* fix(v3): DATE_BIN examples use ordinal or different alias in GROUP BY, add Flight SQL doc for serverless

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

* 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-07-18 15:41:47 -05:00
Scott Anderson a01459048d hotfix: add alias to serverless grafana doc to prevent 404, closes #5033 2023-07-18 09:09:19 -06:00
Scott Anderson 3abda2b8e3 hotfix: fix chronograf link in serverless get started 2023-07-18 08:28:02 -06:00
Scott Anderson 595e4e491b hotfix: fix chronograf link, closes #5037 2023-07-18 08:27:25 -06:00
Simon 2f72acd97c
Update licenses.md (#5034)
Fixed link that forwards to the license.
2023-07-18 08:06:14 -06:00
Joshua Powers c741f8f1f9
telegraf: update get-started.md (#5035)
Remove the sysvinit/upstart install instructions
2023-07-18 07:59:19 -06:00
Scott Anderson 75f583dee1 hotfix: fix product menu crosslinking for serverless and dedicated 2023-07-17 15:23:25 -06:00
Scott Anderson 803df9b91b
Add InfluxQL to Serverless Grafana doc (#5031)
* add influxql to serverless grafana doc

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-17 11:09:34 -06:00
Jason Stirnaman 01fb78db09
fix(v3): query-data cleanup (#5030) 2023-07-17 08:54:59 -05:00
Scott Anderson ddf386d2fa
Restructure query, process, and visualize docs (#5027)
* restructure query, process, and visualize docs

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-14 11:17:50 -06:00
Alexis Opolka 2f26c73dfe
Fix Typo on `env.mjs` (#5024)
Fixed the typo from `env.js` to `env.mjs`
2023-07-14 12:03:23 -05:00
Jason Stirnaman fd9f4e312c
influxql group by behavior, measurement, and time columns (#5026)
* fix(v3): drop iox::measurement before writing

- Modify example to drop InfluxQL iox::measurement column before writing downsampled data back to InfluxDB.
- Add required org= arg for client.
- Closes #5018

* fix(v3): typo

* fix(v3): typo

* fix(v3): add example of expression

* chore(v3): describe query result set, replace function with function expression or expression
fix(v3): InfluxQL group by result set and default time range
- Closes #5016
- Add InfluxQL result set in basic-query

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-dedicated/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

* Update content/influxdb/cloud-serverless/query-data/influxql/basic-query.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-07-14 12:00:16 -05:00
Jason Stirnaman 38c33657fc
Fix csv examples (#5022)
* fix: comma use in annotated CSV examples (#5017)

* fix: comma use in annotated CSV examples (#5017)

* fix: comma use in annotated CSV examples (#5017)

* fix: typo

* fix: comma use in annotated CSV examples (#5017)

* fix: comma use in annotated CSV examples (#5017)
2023-07-13 17:41:07 -05:00
Gijs de Blauw 60fcd9a046
Fixed typo in install.md (#5015)
Line 387

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-10 17:25:10 -05:00
Jason Stirnaman ad157d235b
Clarify orgs, how to find your version, and cardinality (#5020)
Fixes #5019

- Add Cloud Serverless notes to Cloud (TSM) migration pages.
- Add information about identifying storage engine.
- Not alot more to do for this since we have the TSM/IOX modal banner.
2023-07-10 17:24:45 -05:00
Jason Stirnaman 46a062948f
Remove flux from Dedicated and Serverless docs. (#5014)
* chore(v3): remove Flux

* chore(v3): remove Flux: flux-sql.md

* chore(v3): Remove Flux: reference

* chore(v3): Remove Flux: Reference, set aliases for removed pages

* chore(serverless): Remove Flux: Glossary

* Update content/influxdb/cloud-serverless/query-data/sql/execute-queries/data-explorer.md
2023-07-10 17:16:52 -05:00
Jason Stirnaman 2290eecc6c
fix(v3): new arg names for InfluxDBClient3.query (#5013)
* fix(v3): new arg names for InfluxDBClient3.query

Co-authored-by: Ryan Harber <rharber@users.noreply.github.com>

* Apply suggestions from code review

---------

Co-authored-by: Ryan Harber <rharber@users.noreply.github.com>
2023-07-06 15:03:26 -05:00
Jason Stirnaman 28e3a809fe
Link Tableau into Analyze and Visualize, reorganize tools for query-data and process-data, fix URLs (#5011)
* chore(v3): copy pandas .info and .describe example to new Summarize Data page

* fix(v3): url

* chore(v3): link Tableau guide in Analyze and Visualize, move Analyze and Visualize (query-data/tools) to process-data/tools, alias sql/execute-queries as query-data/tools/, cleanup aliases and relateds, fix urls. (closes #5010)

* chore(v3): update links with new tools URLs

* fix(v3): transposed URLs
2023-07-06 12:39:02 -05:00
Jason Stirnaman daf513a6b7
hotfix: add missing slash for link (#5008) 2023-07-05 16:20:01 -05:00
dependabot[bot] 31e25240f1
chore(deps): bump semver from 7.5.0 to 7.5.3 (#5007)
Bumps [semver](https://github.com/npm/node-semver) from 7.5.0 to 7.5.3.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.0...v7.5.3)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-05 15:30:54 -05:00
Jason Stirnaman ef1958fbe1
4999 fix headings (#5006)
* fix(dedicated): Replace expandable code samples with headings (#4999)

* fix(dedicated): Use example measurement name.

* fix(v3): v3 Python client library references, replace expands with headings (#4999)
2023-06-30 15:07:55 -05:00
Ben Tasker 3211476eb5
Remove references to InfluxDB Aware as we no longer offer it. (#5005)
* Remove references to InfluxDB Aware as we no longer offer it.

* Update content/enterprise_influxdb/v1.10/administration/monitor/_index.md

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

* Update content/enterprise_influxdb/v1.10/administration/monitor/monitor-with-cloud.md

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

* Update content/enterprise_influxdb/v1.9/administration/monitor/_index.md

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

* Update content/enterprise_influxdb/v1.9/administration/monitor/monitor-with-cloud.md

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

* Update content/influxdb/cloud/influxdb-templates/monitor-enterprise.md

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-06-30 11:05:22 -05:00
Jason Stirnaman 8364bd9e6c
fix(dedicated): influxctl create token (closes #5000): (#5004)
* fix(dedicated): influxctl create token (closes #5000):
- Use multiple database example for preview.
- Note that permissions args are repeatable.
- Use code-placeholders.
- Replace expands with headings for linking.

* Update content/influxdb/cloud-dedicated/reference/cli/influxctl/token/create.md

* Update content/influxdb/cloud-dedicated/admin/tokens/create.md

* Update content/influxdb/cloud-dedicated/reference/cli/influxctl/token/create.md

* fix(dedicated): Placeholder instruction
2023-06-30 10:57:15 -05:00
Jason Stirnaman ec4afbd259
Dar 390 contact support (#5003)
* chore(cloud): Remove support from billing (https://github.com/influxdata/DAR/issues/390)

* chore(cloud): Remove support from limits (https://github.com/influxdata/DAR/issues/390)

* fix(serverless): Add related and fix aliases.

* chore(cloud): Remove and update Support contact (https://github.com/influxdata/DAR/issues/390)

* chore(serverless): Remove and update Support contact (https://github.com/influxdata/DAR/issues/390)

* fix(serverless): Alternatives to deleting data, update measurement/table entries in glossary.

* chore: Update Support footer.

* hotfix: cloud-only tags in glossary

* chore(docs): Update storage-limits to remove directions to contact support (#4996)

* chore(docs): Update storage-limits to remove directions to contact support
Support are not able to increase these limits on the serverless product.  If customers need higher limits they should speak to sales about a dedicated solution in the first instance.

* chore: fix hyperlink to sales

---------

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

* Update content/influxdb/cloud-serverless/admin/billing/_index.md

Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/billing.md

Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>

* fix(serverless): measurement suggestions

Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>

* Update content/influxdb/cloud-serverless/reference/internals/storage-limits.md

---------

Co-authored-by: Will Cooke <will@whizzy.org>
Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>
2023-06-30 09:39:45 -05:00
Phil Bracikowski 8feddb16e5
Merge pull request #4995 from influxdata/pjb-delete-influxql-syntax
feat: improve delete predicate keyword escaping requirements
2023-06-27 09:40:10 -07:00
Phil Bracikowski 81a6855b89 feat: improve delete predicate keyword escaping requirements
Delete predicates are parsed by the influxql parser. Therefore, any
influxql keywords that match a tag name need to be escaped with double
quotes. The keyword matching is case-insensitive but tag name matching
for the delete predicate is case-sensitive.
2023-06-27 09:12:36 -07:00
Scott Anderson eeba6442e5 hotfix: fix title of iox wayfinding modal 2023-06-23 11:29:23 -06:00
Scott Anderson c6bafcae2d
Process data for Serverless and Dedicated (#4992)
* base landing pages for processing data

* Downsampling guides for Serverless and Dedicated (#4990)

* adds downsampling guide to serverless

* updated downsample to address pr feedback

* ported downsampling guide to dedicated

* Send alerts with Serverless and Dedicated (#4991)

* hotfix: updated api compatibility weight in serverless

* add alerting to serverless docs

* add alerting guide to serverless

* fixed typos

* add TOC to alerting guide

* fixed slack code example

* fixed sql query example in alerting guide

* port alerting guide to dedicated
2023-06-23 11:14:55 -06:00
Scott Anderson ad20c08e2d hotfix: updated api compatibility weight in serverless 2023-06-23 09:16:46 -06:00
Jason Stirnaman 1a20ccf5b3
Improve API compatibility and client library reference docs (#4985)
* chore(dedicated): add link

* fix(dedicated): Change Flight client reference to link to Arrow Flight Client docs

* fix(serverless): cleanup query tools list

* fix(dedicated): cleanup query tools list

* fix(v3): update client libraries intro

* fix(dedicated): Add Go v3 client library. Update Go v2 library

* fix(dedicated): cleanup javascript v2 client lib

* feature(dedicated): python v3 client library reference

- set a pattern for client library reference documentation

* chore(v3): add python client lib reference, fix syntax

* fix(v3): demote v2 JS client library

* chore(v3): move and revise API primers

- move to API compatibility
- revise
- delete redundant examples and link to other pages

* fix(v3): replace influx with influx3 CLI

* fix(v3): cleanup v2 client library references

* fix(v3): SEO title

* fix(v3): api-compatibility
- retention policy for serverless
- format placeholders

* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/browser.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/v3/_index.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/install.md

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

* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/install.md

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

* Update content/influxdb/cloud-serverless/reference/client-libraries/v3/python.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-06-22 10:27:36 -06:00