Commit Graph

6813 Commits (248c9c0b3902c0fcbdf53c438de0e8858ba01608)

Author SHA1 Message Date
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
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