* 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>
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.
* 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
* 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>
* fix(v2): create a token with CLI and API, revert old warning, add example
- Closes https://github.com/influxdata/DAR/issues/378
- Revert the warning for 2.4 in 2.7 and cloud2.
- Reinstate instructions for CLI and API
- Add an example for read/write with user scope.
* Update content/influxdb/v2.7/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
- Add Telegraf examples to get-started/write-data (#4918)
- Update instructions for saving the token, using secret store
- Instructions for setting and using environment variables, add Windows examples
- For Dedicated, make manual-config the config default
* docs(v3): construct points and write line protocol
- use Go, Python, and Node.js client libraries to construct points and write line protocol to InfluxDB Cloud Serverless or Dedicated.
* Update content/influxdb/cloud-dedicated/write-data/line protocol/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore(serverless): cleanup get-started write and add examples
- Establish setup and write as precursors to other guides (e.g. the WIP future /write-data/line-protocol page).
- Apply a common pattern for code samples, their description, and their execution.
- Move sample code ahead of it's explanation, since that's what most devs will want.
- Add Node.JS example using v2 client library to write
- Make all examples and behavior as similar as possible (output, log messages) while preserving language idioms.
- Fix some descriptions.
- Comment code.
- Add environment variables section to write.
* chore(serverless): instruction for setting and using environment variables
* fix(serverless): fix timestamps in where condition, add env variable note
* Update content/influxdb/cloud-serverless/get-started/setup.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-serverless/get-started/write.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-serverless/get-started/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(serverless): caps
* Revert "Update content/influxdb/cloud-serverless/get-started/write.md"
This reverts commit a76e837db0.
* Revert "Update content/influxdb/cloud-serverless/get-started/write.md"
This reverts commit 5ef4c4904d.
* Revert "Update content/influxdb/cloud-serverless/get-started/write.md"
This reverts commit 0ebdc3bc4d.
* fix(serverless): add custom-timestamps tag for node sample
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* wip: fix serverless api related links.
* fix(serverless): remove, replace, alias broken links, and/or mark for pending content
- See the annotated link checker report.
(closes 404s for links in Cloud Serverless API reference #4955)
* chore(v3): v2 JS client library:
- Remove v2 client-library query page from Dedicated.
- Add v3 query tools note.
- Update examples and credentials.
* 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-serverless/reference/client-libraries/v2/javascript/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/nodejs/query.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/nodejs/query.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore(api-ref): update API ref scripts for v3:
- Replace cloud-iox with cloud-serverless and cloud-dedicated in getswagger.sh
- Add cloud-dedicated API ref (handcrafted) with query, write, and ping paths.
- Remove separate v1-compat docs for Serverless and Dedicated.
The v1 paths are included in contracts/ref.
- Add Bearer Auth scheme.
- Remove separate v1 docs buttons from api/_index.md
* Update api-docs/cloud-dedicated/ref.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update api-docs/cloud-dedicated/ref.yml
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* port cloud security to cloud dedicated with minor updates
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* fix(dedicated): delay between token creation and active for queries (#4931)
* feat(v3): describe the system.queries measurement (#4919)
* Update content/influxdb/cloud-dedicated/admin/tokens/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/internals/system-tables.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/internals/system-tables.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/internals/system-tables.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/internals/system-tables.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/internals/system-tables.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/internals/system-tables.md
Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/internals/system-tables.md
Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Ben Tasker <88340935+btasker@users.noreply.github.com>