Commit Graph

6440 Commits (ec4afbd259b6ec2877cf109997b1b288e2b945d6)

Author SHA1 Message Date
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
Scott Anderson 4df36bacc9 hotfix: minor updates to dedicated and serveriless optimize writes 2023-06-21 10:06:12 -06:00
Scott Anderson 7246eb647b
Port "Optimize writes" guide to Serverless and Dedicated (#4973)
* port optimize writes guide to serverless and dedicated

* updated dedicated lp guide
2023-06-21 09:55:11 -06:00
Scott Anderson eef54e021c
Tableau documentation for Cloud Serverless (#4988) 2023-06-20 14:50:43 -06:00
Scott Anderson 7725331554
add tableau documentation to dedicated (#4987) 2023-06-20 08:14:40 -06:00
Scott Anderson 3116379931
Cloud Serverless InfluxQL (#4980)
* port influxql reference to serverless

* ported influxql guide content to serverless

* Apply suggestions from code review

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

* update and port sample-data from dedicated to serverless

* Manage tokens in InfluxDB Cloud Serverless (#4984)

* add token management docs to serverless

* updated auth scheme in shared code block

* Apply suggestions from code review

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

* addressed pr feedback, updated serverless auth schema from bearer to token

---------

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

* Add DBRP mapping information to Cloud Serverless (#4982)

* add dbrp mapping to cloud serverless

* added notes about dbrp mappings to serverless influxql docs

* Apply suggestions from code review

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

---------

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

* restructure serverless sql docs

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-06-20 07:52:51 -06:00
Joshua Powers 1302c26ddd
telegraf: update some versions on change log (#4981) 2023-06-15 09:54:43 -05:00
James Douitsis 70131cbee0
Fixed typo (#4977) 2023-06-13 09:16:38 -05:00
Joshua Powers 3ef48be0c9
docs(telegraf): Add v1.27 2023-06-12 17:10:06 -06:00
Joshua Powers 3c0336969b
Merge pull request #1 from influxdata/jstirnaman-telegraf-v1.27
Jstirnaman telegraf v1.27
2023-06-12 15:01:33 -06:00
Jason Stirnaman 831d4ba6df fix(telegraf): revise intro grammar 2023-06-12 15:38:03 -05:00
Jason Stirnaman 729192ef50 fix(telegraf): update links for v1.27 2023-06-12 15:37:28 -05:00
Jason Stirnaman 882a291240 fix(telegraf): v1.27 glossary links 2023-06-12 15:36:48 -05:00
Josh Powers 76c589a9fb add new plugins 2023-06-12 09:46:31 -06:00
Josh Powers e6373bf799 change log 2023-06-12 09:40:49 -06:00
Josh Powers 7af072f351 update proudcts.yml with 1.27 2023-06-12 09:19:57 -06:00
Josh Powers a435b53d15 add references to v1.27 plugins 2023-06-12 09:17:52 -06:00
Josh Powers d7df6ad9eb update 1.26 to 1.27 2023-06-12 09:16:21 -06:00
Josh Powers 353bb09afb update 1_26 to 1_27 2023-06-12 09:16:21 -06:00
Josh Powers 02ea7385e7 copy v1.26 to v1.27 2023-06-12 09:16:21 -06:00
Jason Stirnaman aa9d088b69
fix(v2): create a token with CLI and API, revert old warning, add exa… (#4975)
* 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>
2023-06-07 16:45:28 -05:00
Scott Anderson 35788f34ff
Dedicated influxql (#4976)
* Restructure Dedicated query docs (#4967)

* restructure dedicated query docs for influxql, add execute influxql doc

* updated code examples

* Update content/influxdb/cloud-dedicated/query-data/influxql/execute-queries/influxdb-v1-api.md

---------

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

* added code-placeholder-key shortcoded, updated code placholder styles

* add note about authing with user/pass

* updated basic auth credential list

* Dedicated InfluxQL Python instructions (#4972)

* add python influxql instructions, update python sql instructions

* Apply suggestions from code review

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

---------

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

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-06-07 12:55:09 -06:00
Jason Stirnaman 0eb12c1a62
Fix 4965 update py library name (#4971)
* wip(query): cleanup, but broken formatting

* fix(serverless): sync get-started query with dedicated, cleanup

* fix(dedicated): sync get-started/query with serverless, cleanup

* fix(dedicated): get-started/write cleanup

* fix(serverless): update python client name in get-started/write

* fix(dedicated): add links to query tools

* fix(serverless): port view-orgs from cloud, link setup to view-orgs

* fix(serverless): js client lib - add links to token and org pages

* fix(v3): grafana cleanup

* fix(serverless): cleanup telegraf config examples

* fix(v3): cleanup write CSV with telegraf

* fix(v3): telegraf config cleanup

* fix(v3): update python client library
2023-06-07 08:43:57 -05:00
Jason Stirnaman 1b2dfe7e2f
chore(v3): add Telegraf examples, configuration, dual-write (#4929)
-  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
2023-06-05 12:12:03 -05:00
Scott Anderson 309b682060
Code placeholders (#4966)
* WIP code-placeholders

* add ability to custom code-placeholders

* removed testing code

* revert unnecessary changes

* remove commented css

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-06-02 13:53:38 -05:00
Jason Stirnaman a04ef07c3e
docs(v3): construct points and write line protocol (#4964)
* 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>
2023-05-31 17:12:00 -05:00
Jason Stirnaman 6d3cb6b567
Get-started > write data cleanup (#4963)
* 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>
2023-05-31 16:47:21 -05:00
Arek Manoukian 81eb07d36e
Update sort.md (#4960) 2023-05-31 14:38:53 -05:00
Scott Anderson 134da58362 hotfix: update information about InfluxQL metaqueries 2023-05-30 14:06:21 -06:00
Scott Anderson 1b8efc9773 hotfix: remove unsupported statements from influxql spec 2023-05-30 11:23:01 -06:00
Scott Anderson b58f0514c8 hotfix: remove reference to other langs in dedicated 2023-05-26 13:24:19 -06:00
Scott Anderson 60da4591c3
Cloud Dedicated InfluxQL reference (#4959)
* Dedicated InfluxQL function reference, sample data, feature tracking (#4934)

* WIP influxql reference docs

* WIP finished porting InfluxQL aggregate and selector functions

* WIP holt winters

* WIP adding sample data sets to dedicated

* restructured content for influxql technical analysis functions

* added sample data and examples for influxql technical analysis functions

* restructured influxql transformation function docs

* add influxql feature tracking doc with function support

* updated influxql page function descriptions

* added note about missing influxql functions

* Apply suggestions from code review

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

* updates to address PR feedback

* update group by time example descriptions

* Apply suggestions from code review

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

---------

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

* Dedicated InfluxQL SELECT statement, quotation, and regexp docs (#4945)

* WIP influxql select and regexp

* update select examples, add quoting doc

* updated influxql regexp content

* Apply suggestions from code review

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

---------

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

* InfluxQL WHERE clause, date-time related content (#4946)

* WIP dedicated influxql where clause

* add time, time zone, date-time functions

* Apply suggestions from code review

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

---------

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

* InfluxQL GROUP BY with new sample data (#4954)

* finish influxql group by revamp

* Apply suggestions from code review

Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>

* minor fixes

* Apply suggestions from code review

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

* Apply suggestions from code review

* updates to address PR feedback

---------

Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

* InfluxQL ORDER BY, LIMIT, SLIMIT, OFFSET, and SOFFSET clauses (#4957)

* order by, limit, slimit, offset, soffset clauses

* updated limit/offset behavior

* updated influxql landing page

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
Co-authored-by: Stuart Carnie <stuart.carnie@gmail.com>
2023-05-26 10:30:08 -06:00
Jason Stirnaman 1f64b24893
Fix api related links (#4956)
* 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)
2023-05-25 16:36:05 -05:00
Jason Stirnaman d36544709e
chore(v3): v2 JS client library: (#4951)
* 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>
2023-05-24 09:09:15 -05:00
Jason Stirnaman 7ff01df9f7
fix(client-library): add imports in Go sample code (#4952) 2023-05-23 16:29:45 -05:00
Jason Stirnaman 6e01923a81
chore(api-ref): update API ref scripts for v3: (#4949)
* 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>
2023-05-23 13:52:45 -05:00
Scott Anderson a0a794993b hotfix: updated text in iox wayfinding modal 2023-05-17 09:34:50 -06:00
Scott Anderson 185e1c2819 hotfix: update telegraf patch version 2023-05-16 13:33:49 -06:00
Scott Anderson 94c944b9e3
Port Cloud security document to Cloud Dedicated with minor updates (#4937)
* 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>
2023-05-15 09:23:34 -06:00
Jeffrey Smith II f794f763f8
Merge pull request #4905 from influxdata/smith/2.7.1/2
feat: Add release notes for Influxdb 2.7.1 and Influx CLI 2.7.3
2023-05-15 09:54:38 -04:00
Jeffrey Smith II 78cbe52afd
Merge branch 'master' into smith/2.7.1/2 2023-05-15 09:43:29 -04:00
Jason Stirnaman 52258fa331
4919 queries measurement, 4931 token delays (#4933)
* 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>
2023-05-11 16:04:59 -05:00
Scott Anderson 4db8bc376a hofix: update latest shortecode replacement for related frontmatter, closes #5416 2023-05-11 08:10:54 -06:00
Jeffrey Smith II 4e714a9c5e
Merge branch 'master' into smith/2.7.1/2 2023-05-10 10:20:36 -05:00