* influxctl authentication note
This just adds a helpful pointer to eliminate an annoying and unnecessary warning message that may trip up parsing JSON output from the utility. The note is Linux specific. It may be Ubuntu specific as well, but this is one of the most popular distros.
* Update content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Update content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md
* Update _index.md
Apply suggestion
Co-authored by: Jamie Strandboge <jdstrand@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/cli/influxctl/_index.md
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* added data durability to dedicated
* Update content/influxdb/cloud-dedicated/reference/internals/durability.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* ported data durability doc from dedicated to serverless
* fixed serverless durability frontmatter
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
- 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.
* 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>
* 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
* 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>
- 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.
* 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
* 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>
* 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>
* 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>
* 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>
* 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)
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.
* 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>
* 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
* 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>
* 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>
* fix: punctuation
* feat(serverless): Java Flight client, fix menu items
* feat(serverless): Java query example for Serverless.
* Update content/influxdb/cloud-serverless/query-data/execute-queries/flight-sql/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/query-data/execute-queries/flight-sql/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/query-data/execute-queries/flight-sql/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/query-data/execute-queries/flight-sql/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* ports upstream sql changes to docs, closes#4881
* WIP gapfill functions
* WIP gapfill docs
* gapfill function reference
* document how to fill gaps in data with sql, closes#4870
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* updated phrase of date_bin_gapfill, ported content to dedicated
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* fix(serverless): telegraf env var syntax and placeholder description.
* chore(serverless): add links for outputs.influxdb_v2 example
* fix(dedicated): syntax in telegraf config example
* fix(serverless): for v3, discourage use of bucket schemas
- add a warning to discourage use of bucket schemas
- remove create instructions
* fix(telegraf): update environment variable doc and examples to match Telegraf config documentation
- https://github.com/influxdata/telegraf/tree/master/config
* Update content/influxdb/cloud-dedicated/write-data/csv/telegraf.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat(iox): add a reference list for client libraries
- Reference > Client libraries > v3, v2, v1
- For Serverless and Dedicated
* Update content/influxdb/cloud-dedicated/reference/client-libraries/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/client-libraries/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update python.md
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/query.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/go.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>
* Apply suggestions from code review
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>
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/browser.md
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/browser.md
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/javascript/nodejs/write.md
* Update content/influxdb/cloud-dedicated/reference/client-libraries/v2/python.md
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/go.md
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/nodejs/query.md
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/browser.md
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/nodejs/install.md
* Update content/influxdb/cloud-serverless/reference/client-libraries/v2/javascript/nodejs/query.md
* fix(iox): client libraries lists for serverless and dedicated
- Removes query examples for serverless that use Flux
- Clean up and explain some placeholders
- Fix Go Flght SQL client URL (404)
- Add Flight SQL clients to client libraries list (I can imagine someone complaining that they should be there; Maybe we should separate them eventually).
* fix(iox): client library lists - extract Flight SQL clients into a separate section
* fix(v3): client libraries and flight sql clients
- cleanup
- fix tags and descriptions
- fix wrong menu names
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* base changes for influxdb cloud dedicated
* removed unnecessary whitespace from dedicated homepage
* influxctl reference documentation (#4855)
* influxctl reference docs
* fixed typo, added auth0 token life span
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* more updates to influxctl docs
* update influxctl docs to address PR feedback
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Add admin and manage databases sections to Cloud Dedicated (#4857)
* add admin and manage databases sections
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* added missing page descriptions to admin docs
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Add token management documentation to Cloud Dedicated documentation (#4861)
* add manage tokens documentation to dedicated
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* update admin token docs to address PR feedback
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Dedicated get started (#4878)
* WIP dedicated get started content
* fix(cst): infinite cardinality (#4851)
* WIP cloud dedicated get started
* feat(cloud-dedicated): WIP - write data to Cloud Dedicated
* fix(cloud-dedicated): grammar.
* feat(cloud-dedicated): WIP outline write methods, v1 API use
* fix(cloud-dedicated): dupe name.
* updated staging config, fixed dedicated page titles
* updated dedicated setup doc
* Cloud Dedicated primers v1 API: auth and write (#4865)
* feat(cloud-dedicated): v1 API with Cloud Dedicated
- Add /primers >> /api >> /v1 and /v2
- Move draft started in /write-data to /primers/api/v1
- Created code samples that still need testing
- v1 authentication schemes.
* fix(cloud-dedicated): list children pages
* wip(cloud-dedicated): v1 primer intro
* wip(cloud-dedicated): auth fixes.
* feat(cloud-dedicated): v1 API primer
- part of #4863, #4864
Still untested against CST:
- v1 auth methods
- v1 /write
- Telegraf config
- Precision
- API sample code
* Update content/influxdb/cloud-dedicated/primers/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/_index.md
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update layouts/shortcodes/api/cloud/v2-prefer.html
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update shared/text/api/cloud-dedicated/basic-auth.js
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Dedicated v1 write (#4873)
* wip(v1): Revise v1 and add client library info.
* feat(cloud-dedicated): primer v1 API auth and writes
- Fixes for v1 auth and writes
- Configuring node and python v1 client libraries for Cloud Dedicated.
* fix(cloud-dedicated): v1 intros:
- Fix redundant intro
- Query intros
* 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>
* Dedicated v2 write (#4875)
* fix(cloud-dedicated): v1 API primer:
- fix typo
- fix description
* wip(cloud-dedicated): v2 auth, write, Telegraf
* feat(cloud-dedicated): v2 API primer (#4874)
- v2 authentication
- Write using /api/v2/write
- Cleanup in v1
* Update content/influxdb/cloud-dedicated/primers/api/v2/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/primers/api/v1/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update shared/text/api/cloud-dedicated/token-auth-v2-write.sh
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(cloud-dedicated): parameters for v1 and v2 writes
- testing proves that org can't be empty
Ongoing:
- writes with v2 client library appear to work, but I can't find the measurement when I query.
- v1 writes with curl respond with 404.
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Add Python and Go write instructions to Cloud Dedicated get started (#4876)
* added python and go write instructions to dedicated get started
* Add get started query guide to dedicated (#4877)
* Add get started query guide to dedicated
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Apply suggestions from code review
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Port reference content into dedicated (#4879)
* ported line protocol and sql reference
* port glossary to dedicated
* fix(cloud-dedicated): cleanup (#4880)
* fix(cloud-dedicated): v1 parameter values
- Fixes parameter values in requests.
- Based on inspection of the request (default port, content-type headers).
- Still not working in CST.
* fix(cloud-dedicated): cleanup auth description and list query tools.
* fix(cloud-dedicated): cleanup auth examples:
- remove boilerplate JS examples. Eventually replace with client lib examples.
- fix incorrect URL
- replace localhost with cloud2 host
* fix(cloud-dedicated): replace placeholders
* Add support for custom dedicated URLs (#4882)
* add support for custom dedicated urls
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* removed unnecessary conditional in influxdb-urls.js
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* add information about flight sql support (#4894)
* Update influxctl install and setup instructions (#4893)
* updated influxctl install and setup instructions
* added details to influxctl init page
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Dedicated query data (#4895)
* WIP port query data section to dedicated
* updated database-name to iox-namespace-name
* updated grafana instructions
* update grafana install instructions
* updated images and links
* fixed broken links in query data section
* fix(cloud-dedicated): get-started write (#4890)
* fix(cloud-dedicated): package name typo
* fix(cloud-dedicated): URL missing query
* fix(cloud-dedicated): iox-namespace-name
* fix(cloud-dedicated): use get-started database name
* fix(cloud-dedicated): add auth-specific examples.
* fix(cloud-dedicated): use Bearer for v2 example
* fix(cloud-dedicated): add a note about token schemes and link to primer.
* fix(cloud-dedicated): org no longer required by API, remove from curl example
* fix(cloud-dedicated): use Bearer
* fix(cloud-dedicated): wordsmithing
* fix(cloud-dedicated): file name
* fix(cloud-dedicated): Go client works without org
* fix(cloud-dedicated): separate the commands for copy-pasting
* fix(cloud-dedicated): v1 API token authentication
* fix(cloud-dedicated): org parameter ignored, but needed in python clients
* fix(cloud-dedicated): v1 API examples and params for /query (#4897)
* fix(cloud-dedicated): minor word change (#4898)
* New homepage and structural changes (#4899)
* WIP first sweep of cloud-iox to cloud-serverless
* WIP iox to serverless content updates
* WIP iox to serverless updates in page templates and data files
* WIP new homepage
* chore(dedicated): copy best-practices from serverless
* fix(serverless): missing shortcut
* new homepage
* fix(dedicated): token links in v1 API primer
* chore(dedicated): write csv with Telegraf
* fix(serverless): write CSV with Telegraf
* updated homepage styles
* updated deps, fix unclosed shortcodes, fix light css
* fix product selector order
* updated database naming restrictions, add resource delete confirmation
* add cloud-ios to cloud-serverless redirect to edge.js
* remove sh from allowed extentions
* fix bug in redirect logic
* add sections to product dropdown (#4900)
* minor homepage css adjustment
* fixed page titles
* fixed more iox references in templates
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* Migrate 1.x data to dedicated (#4901)
* fix(serverless): cleanup
* chore(dedicated): Migrate 1.x data to dedicated
- Minimal adaptation of IOx to Dedicated for now.
- Use APIs for writing data (CLIs? pyinflux3 only writes CSV? Can't promote influxdb_iox for now)
- Add 2.x CLI warning
* fix(dedicated): URL typos
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-dedicated/write-data/migrate-data/migrate-1x-to-cloud-dedicated.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* add step for requesting a cluster in dedicated setup
* minor content fixes in best practices
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* chore(refactor): refactor the SQL schema intro into a partial shortcode for reuse.
* fix(cloud-iox): #4806 Setup and query Grafana Flight SQL
- Help configuring a Homebrew installed Grafana
- Add some query help
- Add note about schema elements.
- Warn about functions not working.
- Screenshot of query builder.
* fix(cloud-iox): Grafana frontmatter
* fix(cloud-iox): Remove incorrect note about aggregate function support. Clarify required time column and the use of aggregations.
* wip: pandas.md
* wip: python.md
* chore(cloud-iox): update frontmatter for Execute queries
* feature(cloud-iox): use Python and Flight SQL to query, pandas and pyarrow to analyze:
- Adds /tools to Query Data
- Adds using Python with flightsql-dbapi to query data
- Adds starter for using PyArrow to analyze data
- Adds starter for using pandas to analyze data
* chore(cloud-iox): Move pages from Visualize data into Query Data > Tools
- Move Grafana
- Move Superset
- #4806
* Update content/influxdb/cloud-iox/query-data/tools/grafana.md
* Apply suggestions from code review
@sanderson Thanks for the review! Sorry for all the whitespace fixes.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(cloud-iox): infinite cardinality (#4851) (#4853)
* fix(cloud-iox): pyarrow examples.
* fix(cloud-iox): wip - python examples.
* fix(cloud-iox): Python flightsql-dbapi, pandas, pyarrow guides
- part of #4806
- Add list code example
- Add code comments
- Fix whitespace
- Fix description
- add related
- add steps
- fix frontmatter
- add comments
- cleanup example
* Update content/influxdb/cloud-iox/query-data/execute-queries/flight-sql/python.md
* Update content/influxdb/cloud-iox/query-data/tools/grafana.md
* fix(cloud-iox): #4806 Grafana instructions
* fix(cloud-iox): #4806 pandas instructions
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* base changes for oss 2.7 release
* docs: explain a few important fields on replication ls
* chore: pr feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* port get-started changes from 2.6 forward to 2.7
* added alias to 2.7 get started
* fix(oss): add query_language/spec alias to 1.8 compat. (#4786)
* port scalar values guide updates forward
* port bucket naming restriction changes to 2.7
* port api-endpoint shortcode updates to 2.7
* update setup instructions to include copying operator token
* influxdb and influx cli 2.7 release notes (#4847)
* update rate limit examples for influx write
* port updated annotated csv content to oss and cloud, closesinfluxdata/DAR#355
* remove duplicate frontmatter from annotated csv doc
* fixed broken links in 2.7 annotated csv doc
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
Co-authored-by: Jeffrey Smith II <jeffreyssmith2nd@gmail.com>
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* fix(cloud-iox): Superset instruction (#4806)
* chore(docs): add example keywords for code-callout so I can find it later.
* chore(refactor): refactor the SQL schema intro into a partial shortcode for reuse.
* fix(cloud-iox): #4806 Setup and query Grafana Flight SQL
- Help configuring a Homebrew installed Grafana
- Add some query help
- Add note about schema elements.
- Warn about functions not working.
- Screenshot of query builder.
* fix(cloud-iox): superset frontmatter description (#4806)
* fix(cloud-iox): Grafana frontmatter
* fix(cloud-iox): Remove incorrect note about aggregate function support. Clarify required time column and the use of aggregations.
* 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>
* fix(cloud-iox): update related and aliases (#4806)
- temporarily point token docs to get-started/setup
* fix(cloud-iox): uncomment intro for multiple options (#4806)
* feat(cloud-iox): query with flight sql and superset (#4806)
- Split Superset visualize into Query and Visualize.
- Cleanup Superset set up and add python instructions.
- Add flight sql index page.
* fix(cloud): update accounts and orgs to reflect multi-account (Fixes#4810) (#4642)
- Revise switch-accounts and switch-orgs.
- Remove outdated note (#4810).
- Still need create-org.
Co-authored-by: bcorbett6 <bcorbett6@users.noreply.github.com>
* fix(cloud-iox): uncomment intro.
* fix(cloud-iox): clarify behavior for time alias with GROUP_BY, query and typo fixes (#4806)
---------
Co-authored-by: bcorbett6 <bcorbett6@users.noreply.github.com>
* fix(cloud-iox): typo.
* fix(cloud-iox): typo
* fix(iox): revise DATE_BIN example and link to reference.
* feat(iox): execute queries and visualize data with SQL in IOx.
* feat(cloud-iox): execute queries with Data Explorer (#4806).
- Publish steps for Execute Queries with Data Explorer.
- Remove pages not ready for IOx.
- Fix links in Get Started.
- Fix tags.
* feat(iox): Add API to IOx Reference, consolidate Cloud and OSS pages (#4788).
* fix(cloud-iox): IOx Data Explorer and Flux links.
* fix(cloud-iox): 1.x API menu.
* fix(cloud-iox): remove visualization types until we've verified links, etc.
* fix(cloud-iox): delete additional 1.x reference docs for now, revise Data Explorer.
* fix(api): replace cloud with cloud-iox in URLs, remove errant externalDocs link.
* feat(cloud-iox): add admin/accounts with data-usage and limits pages.
* fix(cloud): revise and remove outdated info from account management.
* fix(iox): punctuation.
* fix(cloud-iox): update link paths.
* fix(cloud-iox): update link paths for cloud-iox.
* patch(cloud-iox): quick fix for v1compat link paths
* fix: fixes#4683 typo
* 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>
* updated scalar values guide with information about outputting scalar values
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* document table value constructor
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
---------
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
* fix: using the CLI and API to create a bucket with schema-type explicit
- Provide API request and response example.
- In current cloud, separate bucket creation from schema creation for simplicity.
- Give flags and properties similar formats.
* fix: explicit bucket-schema and create-bucket for cloud and iox
- Adds explicit bucket-schema page for cloud-iox
- Adds administer/buckets/create-bucket for cloud-iox
- Adds API examples for Cloud.
* fix(cloud): view buckets with API.
* fix(cloud-iox): view buckets.
* fix(all): fix reference.
* fix(cloud-iox): bucket-schema link (#4758)
* fix(cloud-iox): replace links with existing iox links.
* fix(cloud-iox): frontmatter.
* fix(cloud-iox): move bucket-schema page and add link to schema-design.
* Update content/influxdb/cloud-iox/administer/buckets/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/create-bucket.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/administer/buckets/manage-explicit-bucket-schemas.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>
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
* Update content/influxdb/cloud/organizations/buckets/create-bucket.md
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(cloud-iox): rename /administer to /admin (#4758)
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix iox ui details (#4660)
* fixed left nav for iox
* updated nav order
* one more nav fix
* added sql data types doc to iox
* removed, need to create separate branch
* IOx get started (#4676)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* fixed typos
* Migrate data to IOx (#4704)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* add tsm to iox migration guide
* WIP 1.x iox migration
* WIP iox migration guides
* iox migration landing page content
* updated migration docs to address PR feedback
* one last PR feedback update
* added sql reference for review
* moved reference to sql folder
* removed file
* Schema recommendations for IOx (#4701)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* schema design recommendations
* add heading color styles
* fixed typos and formatting
* fixed typos
* fixed line protocol descrepencies
* fixed typo
* added union doc
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/union.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* remove unnecessary changes
* restructured and added more information and examples to sql union docs
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
* added time series functions
* updated formatting
* made edits
* Update content/influxdb/cloud-iox/reference/sql/functions/time-series.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-series.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>
* made requested edits
* added content
* added additional functions
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/functions/time-and-date.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>
* added list
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix iox ui details (#4660)
* fixed left nav for iox
* updated nav order
* one more nav fix
* added sql data types doc to iox
* removed, need to create separate branch
* IOx get started (#4676)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* fixed typos
* Migrate data to IOx (#4704)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* add tsm to iox migration guide
* WIP 1.x iox migration
* WIP iox migration guides
* iox migration landing page content
* updated migration docs to address PR feedback
* one last PR feedback update
* added sql reference for review
* moved reference to sql folder
* removed file
* Schema recommendations for IOx (#4701)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* schema design recommendations
* add heading color styles
* fixed typos and formatting
* fixed typos
* fixed line protocol descrepencies
* fixed typo
* IOx landing page and notification (#4717)
* updated cloud iox landing page
* added state of the docs notification, removed addition resources from nav
* updated iox page titles
* updated duplicate oss and product data
* add order by doc (#4710)
* add order by doc
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added select doc (#4708)
* added select doc
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* having clause (#4713)
* added having clause
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.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>
* added sql-data-types branch and corresponding doc (#4700)
* added sql-data-types branch and corresponding doc
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* added interval
* fixed formatting
* more format fixes
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* add limit doc (#4711)
* add limit doc
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added group by (#4721)
* added group by
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* IOx SQL query guides (#4720)
* WIP basic sql query guide
* WIP query guides
* WIP query docs, updated query format
* fleshed out sql aggregate query doc
* updated aggregate query guide, added explore schema guide
* fixed getting started link
* IOx Grafana and Superset documentation (#4723)
* iox grafana and superset documentation
* updates to the superset and grafana docs
* chore(grafana): Rework the documentation for a release instead of from source. (#4724)
* chore(grafana): Rework the documentation for a release instead of from source.
* chore: Typo.
* chore: v0.1.0 will be the first release.
* updates to address PR feedback
* a few minor updates to the grafana doc
* another minor update to grafana
* fixed grafana archive name
---------
Co-authored-by: Brett Buddin <brett@buddin.org>
* rearranged docs
* fix order by description
* updated more sql reference doc descriptions
* Add SQL selector functions (#4725)
* WIP selector functions
* WIP selector fns
* wrapped up sql selector functions
* relocated function docs
* add iox regions doc
* add messaging to guide users to the correct docs (#4728)
* minor changes
* added Flux reference
* updated algolia tagging
* add delete information to iox docs (#4727)
* fixed typos
* Add write content to the IOx docs (#4729)
* ported telegraf write docs to iox
* write content and updated reference
* updated node deps
* added link to selectors reference
* WIP aggregate functions
* WIP aggregate functions
* added approx aggregate functions
* added related links and page navs
---------
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Brett Buddin <brett@buddin.org>
* fixed formatting, made additional edits
* Update content/influxdb/cloud-iox/reference/sql/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added approximate functions
* Apply suggestions from code review
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added wrappers
* fixed front matter
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/reference/sql/where.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix iox ui details (#4660)
* fixed left nav for iox
* updated nav order
* one more nav fix
* added sql data types doc to iox
* removed, need to create separate branch
* IOx get started (#4676)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* fixed typos
* Migrate data to IOx (#4704)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* add tsm to iox migration guide
* WIP 1.x iox migration
* WIP iox migration guides
* iox migration landing page content
* updated migration docs to address PR feedback
* one last PR feedback update
* added sql reference for review
* moved reference to sql folder
* removed file
* Schema recommendations for IOx (#4701)
* WIP iox get started
* WIP iox get started
* WIP iox get started
* WIP iox get-started
* WIP get-started docs
* iox get started setup
* added custom times and datepicker to iox getting started
* finished sample data date picker
* WIP get started querying
* wrapped up new getting started content
* fixed unclosed shortcode
* fixed js bug, updated get started to address PR feedback
* removed influxdbu banner from iox-get-started
* schema design recommendations
* add heading color styles
* fixed typos and formatting
* fixed typos
* fixed line protocol descrepencies
* fixed typo
* IOx landing page and notification (#4717)
* updated cloud iox landing page
* added state of the docs notification, removed addition resources from nav
* updated iox page titles
* updated duplicate oss and product data
* add order by doc (#4710)
* add order by doc
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/order-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added select doc (#4708)
* added select doc
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/select.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* having clause (#4713)
* added having clause
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/having.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>
* added sql-data-types branch and corresponding doc (#4700)
* added sql-data-types branch and corresponding doc
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* Update content/influxdb/cloud-iox/sql-data-types.md
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* added interval
* fixed formatting
* more format fixes
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
* add limit doc (#4711)
* add limit doc
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/limit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added group by (#4721)
* added group by
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud-iox/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
---------
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* IOx SQL query guides (#4720)
* WIP basic sql query guide
* WIP query guides
* WIP query docs, updated query format
* fleshed out sql aggregate query doc
* updated aggregate query guide, added explore schema guide
* fixed getting started link
* IOx Grafana and Superset documentation (#4723)
* iox grafana and superset documentation
* updates to the superset and grafana docs
* chore(grafana): Rework the documentation for a release instead of from source. (#4724)
* chore(grafana): Rework the documentation for a release instead of from source.
* chore: Typo.
* chore: v0.1.0 will be the first release.
* updates to address PR feedback
* a few minor updates to the grafana doc
* another minor update to grafana
* fixed grafana archive name
---------
Co-authored-by: Brett Buddin <brett@buddin.org>
* rearranged docs
* fix order by description
* updated more sql reference doc descriptions
* Add SQL selector functions (#4725)
* WIP selector functions
* WIP selector fns
* wrapped up sql selector functions
* relocated function docs
* add iox regions doc
* add messaging to guide users to the correct docs (#4728)
* minor changes
* added Flux reference
* updated algolia tagging
* add delete information to iox docs (#4727)
* fixed typos
* Add write content to the IOx docs (#4729)
* ported telegraf write docs to iox
* write content and updated reference
* updated node deps
* added link to selectors reference
---------
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Co-authored-by: Brett Buddin <brett@buddin.org>
* updated signing key file names, signatures, and checksums
* added key signing notification to all affected installation pages
* replace signature key file names with single signature file
* updated all signing keys to include _compat
* one last signing key update
* updated tee commands
* replacing more mentions of signing keys
* fix: recommend powershell as cmd doesn't have full compatibility
* Update content/influxdb/v2.6/tools/influx-cli.md
* chore: Update content/influxdb/v2.6/tools/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore: defaults were not accurate for several config options
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: add examples of escaping predicates for delete
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
* Update content/influxdb/v2.6/reference/syntax/delete-predicate.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* created 2.6 docs set
* fixed config.toml file
* fixed taxonomies
* fixed 2.6 file strucure
* added CLI 2.6 release notes (#4668)
* New influxd inspect commands (#4670)
* added new influxd inspect commands
* updated the index page with new commands
* Apply suggestions from code review
* added examples for influxd inspect report-db
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
* OSS 2.6 release notes (#4669)
* WIp release notes
* WIP release notes
* added links
* added detail
* Update content/influxdb/v2.6/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.6/reference/release-notes/influxdb.md
Co-authored-by: Jeffrey Smith II <jeffreyssmith2nd@gmail.com>
* minor updates to release notes
* minor updates to previous release notes
* more minor updates to release notes
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Jeffrey Smith II <jeffreyssmith2nd@gmail.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
* fixed typos
* add 2.6 openapi spec (#4671)
* fix all 2.6 links in 2.5
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Jeffrey Smith II <jeffreyssmith2nd@gmail.com>
* fix: add note for how to close stdin pipe on windows
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix(write-data): specify that equal characters must also be escaped in tags + tipo
According to the documentation of the OPC UA Telegraf plugin (https://github.com/influxdata/telegraf/blob/release-1.24/plugins/inputs/opcua/README.md#example-output), OPC UA identifiers that contains equal characters (eg. `ns\=3;i\=1004`) must be escaped in the InfluxDB tag value.
* Update content/influxdb/v2.5/get-started/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* WIP new influxdb get started
* WIP get started tutorial
* WIP get started
* persist tab selection when navigating tutorials
* WIP wrapped up query get-started
* WIP small updated to query get-started
* WIP influxdb get started
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* minor updates to get started started docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fixed truncate behavior
* centralize get-started credential storing
* add suggestions from PR review
* Get started processing and visualizing data (#4648)
* remove draft from process and visualize
* WIP get started processing data
* updated get started processing data with PR feedback
* add get started visualizing data content
* udpated vis get started with PR feedback
* added clockface v4
* last updates from PR review
* ported get started content to 2.5
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* moved InfluxQL to 2.4
* delete _index file in influxql 2.1
* Revert "delete _index file in influxql 2.1"
This reverts commit cf506408b7.
* Add InfluxQL functions (#4553)
* delete old functions file
* Link Fixes (#4554)
* 2.1 to 2.4
* 2.1 to 2.4
* update front matter
* add overview links on landing functions page
* updated _index.md page
* removed into clause in a few docs
* fix params formatting
* update intro and overview list
* updates to links, changed CLI to influxql shell
* edits
* fixed links
* update links (#4567)
* update links
* add missing note shortcode
* fixed links, made updates
* edits to examples
* remove into clause and edits
* fix dates/upd egs
* edits
* added dbrp doc, edited manage data doc
* Update Selectors
* updates to language and examples
* added another DELETE FROM example
* updates to functions
* updates
* updated 2.4 faq doc
* edits to manage-data
* misc edits manage-data
* InfluxQL syntax updates
* update glossary definitions
* upd glossary
* edits
* updated index for influxql syntax
* fixed index file
* made edits
* Edits to explore data
* edit
* Explore data edits
* SELECT statement edits
* SELECT statement edits
* moved influxql 2.4 into 2.5
* fix typo
* Delete FETCH_HEAD
* added updated faq doc
* updated frontmatter to and link to 2.5
* edits to query data with influxQL
* fix typo
* misc edits
* Edits to InfluxQL Explore data clauses
* misc edits
* InfluxQL Clause Edits-2
* Update content/influxdb/v2.4/query-data/influxql/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-schema.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-schema.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-schema.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-schema.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/limit-and-slimit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* PR edits
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* PR review
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* PR edits
* revert influxql 2.1 upd
* Update content/influxdb/v2.4/query-data/influxql/explore-data/offset-and-soffset.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* updated dates and mention InfluxQL in sample data
* update sample data query
* misc PR edits
* Update content/influxdb/v2.4/query-data/influxql/explore-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* clarify group by requires an aggregate or selector
* Update content/influxdb/v2.4/query-data/influxql/explore-data/limit-and-slimit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/query-data/influxql/explore-data/limit-and-slimit.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* PR edits
* Update content/influxdb/v2.4/query-data/influxql/explore-data/group-by.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* PR edits Influxql 2.4 (#4634)
* returned per query
* PR edits
* Update content/influxdb/v2.4/query-data/influxql/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Timezone edits
* Update content/influxdb/v2.4/query-data/influxql/explore-schema.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added identifier to regex doc
* added identifier to menu
* fixed typo
* made edits requested in PR
* missed a word
* Apply suggestions from code review
* updated explore schema
* updated manage data and added insert
* updated influxql math operators
* fixed influxql math TOC order
* added warning about DROP MESSURMENT
* reformatted influxql functions pages
* link audit for influxql docs
* reorder influxql nav
* ported influxql and other changes into 2.5
* fix 2.4 links in 2.5
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: peterreg <pregan@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
- authorizations docs
- update Authorizations tag to Authorizations (API tokens)
- update link in influxdb/content/v2.5 to match
- replace /latest/ with /v2.4/ in latest.
* augmented steps on how to add a cell
* add nav info, add options, update UI changes
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* created v2.5 branch
* updates for CLI 2.5
* upd version
* v2.5 updates
* ported tokens formatting fixes to 2.5
* updated create token doc
* added links to delete bucket info (#4601)
* update influx cli 2.5 release notes
* OSS 2.5 release notes (#4608)
* created first iteration
* added security update
* made updates
* added security update
* added new bug fixes
* minor edit
* Locate config file (#4594)
* added additional info on config file location
* added additional info to 2.4
* Update content/influxdb/v2.4/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.5/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.5/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.5/reference/cli/influx/config/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* upd release date minor edits
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* updated instructions - delete org with free plan
* Update content/influxdb/cloud/organizations/delete-org.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* docs: revise install instructions, provide CLI process
- Closes#4502
- Update CLI (and API) instructions for users who want end-to-end automated process without UI interaction.
- Still WIP, but closer.
- Add link to influxd recovery CLI
- Ran into the CLI bug
https://github.com/influxdata/influxdb/issues/23668 for creating auths
with --all-access and --operator. Added the "To learn how to create
authorizations with specific permissions" to help cover that scenario.
* Update content/influxdb/v2.4/install.md
* Update content/influxdb/v2.4/install.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/install.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/install.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/security/tokens/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/security/tokens/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/security/tokens/create-token.md
* Update content/influxdb/v2.4/security/tokens/create-token.md
* Update content/influxdb/v2.4/security/tokens/create-token.md
* Update content/influxdb/v2.4/install.md
* Update content/influxdb/v2.4/install.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added info on how to access the UI
* Update content/influxdb/v2.3/visualize-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/visualize-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/visualize-data/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* made requested changes
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* cleanup and edit JSON parsing doc
* fix typo and working
* Update content/influxdb/cloud/reference/json-parsing.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/json-parsing.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>
* Update content/influxdb/cloud/reference/json-parsing.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added data type column to tables
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
* feat: add instructions to set directory permissions on manually installs
* fix: cleanup wording
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fix: code cleanup
* feat: add information about umask
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Move native subscriptions to own page, add example page to reference section
* Update native-subscriptions.md
* Add alias and update weight
* Minor updates
* formatting fixes
Co-authored-by: Kelly <kelly@influxdata.com>
* added additional 1.x download instructions
* Update content/influxdb/v1.8/introduction/download.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v1.8/introduction/download.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v1.8/introduction/download.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v1.8/introduction/download.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* created OSS 2.4
* port nav-item shortcode fixes to 2.4
* update set() example in influxdb faq
* port schema exploration updates to 2.4
* replace indexDB with InfluxDB
* OSS and Enterprise FAQ update (#4310)
* add info about relative time ranges and task retries, closesinfluxdata/EAR#3415
* add delete faqs, closesinfluxdata/EAR#3412
* restructure enterprise faq, add entropy faq, closesinfluxdata/EAR#3364
* add faq about total query time, closesinfluxdata/EAR#3509
* port MQTT changes into influxdb 2.4
* Influx CLI 2.4 (#4340)
* feat: added CLI scripts documentation (#4223)
* feat: added CLI scripts documentation
* chore: address feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore: more feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* moved scripts cli docs into 2.4
* Add users to an org as an owner and other fixes (#4258)
* document adding users to an org as an owner and other fixes, closes#4171
* update content around owners
* InfluxQL shell documentation (#4263)
* added influx v1 shell command docs, closes#4173
* add influxql shell process docs, closes#4172
* add links to influxql shell process docs
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* feat: documented invokable scripts within tasks functionality in the CLI (#4295)
* feat: documented invokable scripts within tasks functionality in the CLI
* chore: added updated_in frontmatter
* add information about cli configs with username/password (#4328)
Co-authored-by: Andrew Depke <andrewdepke@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* influx CLI 2.4 release notes (#4267)
* feat: added CLI scripts documentation (#4223)
* feat: added CLI scripts documentation
* chore: address feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* chore: more feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* moved scripts cli docs into 2.4
* influx CLI 2.4 release notes
* Update content/influxdb/v2.4/reference/release-notes/influx-cli.md
* update release notes with cli username/password support
Co-authored-by: Andrew Depke <andrewdepke@gmail.com>
* 2.4 Virtual DBRPs (#4342)
* WIP auto-add dbrp
* add dbrp management docs
* Update replication docs for InfluxDB 2.4 (#4343)
* update replication docs
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* port postman install update to 2.4
* port influx stacks init fix to all influxdb versions
* API docs for 2.4 (#4357)
* api docs for 2.4
* updated to latest swaggerV1Compat.yml
* update edge.js
* Oss 2.4 release notes (#4352)
* added initial notes
* added updates
* updated the release notes
* made a few updates, changed TBD
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.4/reference/release-notes/influxdb.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added date to influx-cli 2.4.0 release
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Andrew Depke <andrewdepke@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
* Update load-data.md
Changed per Scott's request to match previous change made.
* Update content/influxdb/v2.3/write-data/no-code/load-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* wip: tasks can run invokable scripts.
* feat: update get-started and create-task for tasks with script references
- get-started explanation and examples of tasks that contain flux vs tasks that reference scripts.
- create-task API examples.
* Update content/influxdb/v2.3/process-data/manage-tasks/create-task.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.3/process-data/manage-tasks/create-task.md
* Update content/influxdb/v2.3/process-data/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: add ast to glossary
* adding to 2.2
* hotfix(tasks): update duplicate-oss tag to fix broken icon render.
* chore: make API ref shortcode regex non-greedy.
- Make regex used to replace INFLUXDB_DOCS_URL shortcode in the API spec lazy so that it only matches each instance of the shortcode when more than appear in a description.
* fix(glossary): simplify AST and fix agent.
* feat(glossary): add RFC3339Nano entry to use with API docs.
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
For some reason <br> was not allowing the snippets are displayed correctly on the docs website.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: Upgrade Hugo and CSS dependencies to fix code samples
Upgrade to latest version of hugo-extended.
Upgrade to latest compatible version of PostCSS.
Fixes syntax highlighting for JavaScript code samples.
* chore: add openapi elements and reimplement Regex to replace shortcode.
* updates for 2.3
* upd ref menu
* add influxd flag
* add 2.3 security notes plus opt out of devel features (#4145)
* add security section to the 2.3 release notes
* security/disable-devel.md: opt out of potentially unneeded features in prod
* Update content/influxdb/v2.2/security/disable-devel.md
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* update links
* Update content/influxdb/v2.2/security/disable-devel.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* tweak config info (#4149)
* update version
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
* clarify functions were renamed
* add overview link to security updates
* change to edge file
Co-authored-by: Jamie Strandboge <jamie@strandboge.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
fix "list" subcommand link
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added edge data replication, fixed formatting
* fixed list numbering
* add Edge Data Replication overview doc; add task-based doc as child
* update filename replicate-data; add Sam's video
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
* - Add tutorial that guides a developer through building a simplified IoT
center app with client libraries.
- device registration and authorization.
- write and query--explain batch writes with the JS client library.
* - feat: queries and visualizations with Giraffe library. queryToTable, Giraffe table.
* feat(api-guide): revise intro, auth, example headings.
* feat(api-guide): describe resources. describe auth and API tokens.
- API basics
* fix: influxdb and iot center setup
* fix: update registration steps to include the new INFLUX_BUCKET_AUTH flow.
* feat(api-guides): Add client library example to fetch routes.
- install, links.
- replace use of getIoTAuthorizations with query from getDevices.
- breakdown create device API requests.
- initial commit of API guide using Next.js with Influx client libraries. Project source at https://github.com/jstirnaman/nextjs-iot-starter.
- explain the flow to register a device. Remove unused example code. TODO: document the setup and UI.
- Add UI code samples. Revise headings. Explain API purpose.
- UI component fixes and refactor. Input field takes a device ID, queries, and re-renders the list with results. Registration button submits device ID for a new authorization.
* feat(api-guide): add iot-starter guide index page, fix errors
- add the iot-starter directory and index page
- fix tag errors and links.
* feat: IoT starter navigation.
* feat(api-guide): nav and intros.
* wip: rearrange, move full examples to top of section and link to explainers.
* chore: Shared intro shortcode for iot-starter tutorials.
* fix: intros, navigation, and config instruction
- Add intro shortcode for tutorials to share.
- Organize navigation for language-specific tutorials (would prefer to unify as much as possible).
- Update environment variable config instruction.
* Feature/api guide python client (#4023)
* adding placeholders into code
* create_device not tested yet
* everything working except flux query and filter query
* fix: replace download button with spec link. (#4013)
- Closes#3810 - Remove download button and add a link to the spec source in Github.
* Enterprise 1.9.7 release notes (#4007)
* added not under flux updates
* updates based on feedback
* changed release notes date
* added requested update
* added detail about script builder (#3995)
* added detail about script builder
* Update content/chronograf/v1.9/guides/querying-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: async writes and deletes (#4015)
- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
* Collect user feedback per page and restructure modals (#4014)
* WIP feedback forms
* WIP complete feedback lifecycles
* finalize page feedback interactions
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Revert "Enterprise 1.9.7 release notes (#4007)" (#4017)
This reverts commit c6f4a99d72.
* hotfix: fix cli homebrew package name, closes#4022
* docs: add python iot guide
* fix: remove .idea files
* fix: remove .idea files and package-lock
* fix: initial batch of fixes
* fix: finished PR changes
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/iot-starter/python.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Delete _index.md
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>
* chore: replace UI code with GH links, fix navigation.
* feat: API client library tutorials
- Cleanup py and js tutorials.
- JS is still WIP.
- Fix nav.
* fix: Revise Node.js tutorial.
* fix: Revise Python tutorial.
* fix: Remove last bullet since Node.js tutorial isn't that far yet.
* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/nodejs.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* wip: Install and run the UI.
* docs: fix instructions and move UI docs to iot-api-ui README.
* fix: Update JS and Py tutorials with common UI.
* fix: Update code samples in nodejs and python IoT starter tutorials.
* fix: fixup.
* fix: Cleanup code tabs.
* fix: update toc
* fix: iot-starter
Fix examples.
Cleanup.
* fix: python restart
* fix: Cleanup.
* chore: add repo links
* Add cloud, fix frontmatter.
* fix: Remove links to sections.
Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>
* added infinite retention period of 0
* suggestions
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux 0.169-0.170 release notes, added updated pagerduty.endpoint output, closes#4098
* fix version usage on optimize queries doc, closes#4080, closes#4093
* point to date package constants, closes#4076
* updated type conversion functions to point to correct examples, closes#4074
* quick link fix
* add the influxdbu shortcode for diplaying InfluxDB U banners
* add influxdbu banner media queries
* remove placholder influxdbu shortcode
* blacklist heading elements from having anchor links added
* updated Kotlin page for OSS and cloud
* added desc and button to client libs in github
* Update content/influxdb/v2.2/api-guide/client-libraries/ruby.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/api-guide/client-libraries/java.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: async writes and deletes
- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291
* fix: applied review comments.
- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Add fixed date in `range()` to ensure the query returns data. Select `location` column before `group()` to avoid error since different tables report `_value` in different types.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Document --write-variables in influx auth create
Seems like this has not found it's way into the documentation, yet. Here, I added the info to use `--write-variables` which can be granted to users via the `influx auth create` command.
* Update create.md
Added `--write-annotations`.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* base update to 2.2
* draft release notes
* draft InfluxDB 2.2 release notes
* move release notes to new PR
* update api for 2.2
* fix menu items
* Update data/products.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update data/products.yml
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* frontmatter fixes
* Feat/oss v2 2 metrics (#3762)
* feat: copy v2.1 metrics to v2.2.
* feat: new storage metrics in v2.2
* feat: v2.2 storage metrics.
* fix: revert 2.1 paths.
* Update "Get started with tasks" (#3763)
* update get started with tasks, closesinfluxdata/DAR#272
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* update nats config options, update influxd-flags logic, related to #3766 (#3771)
* updated token create API examples, closesinfluxdata/DAR#267 (#3773)
* ported scalar values update to 2.2
* Chore/move openapicli process (#3801)
* Internal measurements for monitoring Enterprise (#3698)
* Add 1.21.4 (#3789)
* Add 1.21.4
* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Add apt and knot plugins
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* InfluxDB Enterprise 1.9.6 (#3650)
* Document meta-node HTTP access logging (#3486)
* Document `influxd-ctl backup -estimate` flag (#3484)
Closes#3480
* add new option for SIGTERM (#3496)
* Document `-meta-only-overwrite-force` restore flag for Enterprise (#3487)
* Document `max-concurrent-deletes` option (#3697)
* Update Enterprise cluster metrics: add `openConnections` (#3703)
Closes#3653
* Remove marketplace offerings from Enterprise
* Use bytes in certain Enterprise config examples (#3743)
* InfluxDB Enterprise 1.9: remove default values from configuration headings (#3759)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
* fix: bad link. (#3793)
* Update products.yml
* Feat/3411 link to cloud limits (#3795)
* feat: link from write error responses to related Cloud limits topics.
* feat: link Troubleshooting writes to Cloud limits.
* fix: grammar.
* Update content/influxdb/cloud/write-data/troubleshoot.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* First updates for the new brand (#3796)
* first pass with new branding, logos, fonts
* updated table font sizes
* removed unnecessary file
* Update assets/styles/layouts/_sidebar.scss
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* a few last style updates
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* chore: move openapi-cli postprocessing to the getSwagger step.
* chore: convert the content generators to functions so they're not executed on import (which broke the linter). Move the generators into the decorators and remove options args to simplify. Update and simplify the README. Update the oss v2.1 contract.
* README
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
* port menu url fix from master to 2.2
* Feat/oss 2 2 config (#3774)
* wip: add new server-config CLI command and /api/v2/config path. Fix Operator token doc. (#3523)
* feat: document OSS-only and . Deprecate assets-path: ""
(closes#3523)
* chore: add toc
* Replace run-time with runtime. (#3774)
* Update content/influxdb/v2.2/reference/cli/influx/server-config/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* formatted all flux examples in influxdb 2.2
* Fix/set tag groups (#3823)
* fix: replacement of Info: in contracts.
fix: add missing const declarations.
fix: add a decorator to remove redundant servers with empty URLs
-- all servers should be root now since paths are explicit.
* fix: invalid mix of tags as strings and objects in root.tags. Convert all tags to objects with a default description.
* fix: use tag objects instead of mixing strings and objects in x-tagGroups -- fixes validation errors.
* port data retention and deletion updates to 2.2
* ported updated current version shortcode to 2.2
* Feat/3414 v2.2 debug pprof (#3844)
* feat: update API reference for OSS v2.2. Adds /debug/pprof.
* feat: add v2.2 runtime reference.
* fix: update URLs.
* port hardening-enabled config info, closes#3867, closes#3866 (#3873)
* Fix/3855 oss2.2 (#3857)
* fix: update npm example in v2.2. (#3855)
* fix: cardinality for ossv2.2 (#3850)
* updating placeholders in 2.2
* Document `influx remote` and `influx replication` (#3469)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* ported migration docs into 2.2
* updated edge.js
* porting various minor changes into 2.2
* InfluxDB 2.2 release notes (#3745)
* draft 2.2 release notes
* remove flux lines; regroup other items
* update link to Flux RNs
* update release notes
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
* fix frontmatter
* fix link; update version
* edit
* revert for review clarity
* Update influxdb.md
* note about technical preview & feature overview
* edit from Jason
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Updates per Tim H and Sam feedback
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* changes made from feedback
* changed technical preview notes
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* add link to OSS metrics page
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Add security section to influxdb/v2.2/reference/release-notes/influxdb.md (#3898)
* edits from Sam
* edit from sam
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.m
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* edits
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* edit from Sam
* edit from Sam
* edits from Tim
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jamie Strandboge <jamie@strandboge.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
* Recover credentials (#3915)
* draft recover creds
* add relate
* add new option to index
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
* edit from SamA; add note
* sync headers
* add overview bullets; update links
* context from SamA
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
* update couple stray versions
* add technical preview to the glossary
* update release date
* fix link
* Add documentation for replications max-age (#3936)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Dane Strandboge <dane@strandboge.com>
* added season 3 videos and descriptions
* Added video descriptions and added videos to docs
* Update content/resources/videos/configure-telegraf-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/configure-telegraf-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-plugin-system-overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-plugin-system-overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/telegraf/v1.21/introduction/getting-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxdb-edge.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxdb-edge.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxql-oss-and-cloud.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxql-oss-and-cloud.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/pivots-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/pivots-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* updates from review
* added ndent
* indent
* fix yaml error
* fix yaml errors
* fixed punctuation
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* update delete docs, add data retention info, update schema fucntions with retention, closes#3223, closes#3786, closes#3730, closes#2571
* updated wording around querying expired data in cloud
* updated language about deleting fields
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* applied flux formatting to code examples in the flux docs
* formatted flux examples in influxdb enterprise
* updated query examples in data file
* updated flux example formatting in cloud
* format flux examples in influxdb oss 2.1
* WIP: apply corrections and additions from line-protocol-spec.
* fix: line protocol reference per the line protocol spec.
* fix: line protocol escape sequences.
* fix: Flux link
* fix: backslash escaping, naming restrictions, and canonical form (#3715)
* fix: add toc links (#3715)
* fix: underscore quotes.
* Apply suggestions from code review
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
* fix: line protocol examples. Remove misleading table for backslashes. Add links and notes for schema design best practices. Fix missing link targets.
* Update content/influxdb/v2.1/reference/syntax/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fix: specify that field values aren't indexed. Cleanup.
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* feat: document OSS metrics. (#2567).
* feat: document /metrics. Fix descriptions and names. Add links.
* Update content/influxdb/v2.1/monitor-alert/templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.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>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* support multiple clusters in cloud regions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP
* WIP 2
* WIP 3
* work with Gunnar +editorial pass
* updates to pricing
* more WIP updates
* update plan links
* edit from Gunnar
* add table for error limits
* edit
* clarifications between global and plan limits
* add edit from Rob Kramer
* edits from Ryan
* edit from Tim
* Update content/influxdb/cloud/account-management/billing.md
* Update data-usage.md
* update menu
* add query and task processing global limits
* add note about interval and rmv API responses
* update intr
* More updates to the limits page
* edits with Gunnar
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
* edits from Tim
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Removes old frontmatter, crosslinks usage docs, fixes typo (#3738)
* removed old frontmatter, crosslinked usage docs, fixed typo
* Apply suggestions from code review
* delete old comment
* edits from Scott
* edit
* reorder column content and update old links
Co-authored-by: Gunnar Aasen <gunnar+github@gunnar.me>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added season 2 videos to docs
* Update content/flux/v0.x/get-started/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/process-data/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/telegraf/v1.21/introduction/getting-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/flux/v0.x/get-started/query-basics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: link to reference for field data type. (#3056)
* fix: list field data types (#3056)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* chore: link API endpoint to docs. (#3427).
* chore: update Delete a bucket to latest UI.
* feat: update Deletea token to latest UI. Add API doc. (#3427)
* feat: update Update Tokens for latest UI. Status toggle moved in Cloud. Add CLI and API docs. (#3427)
* feat: add restrictions note to View Token. Update to latest Cloud UI.
(#3427)
* 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>
* feat: update Create API token for new Cloud behavior: Custom API tokens, read/write permissions, limited token access, and cloning (#3427). Fixes some small OSS inconsistencies.
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: apply @sanderson's refactor suggestion. (#3427)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* remove demo data from get started
* remove demo data ref in OSS Query sample data
* remove demo data in Write data to InfluxDB
* remove demo data from Sample data
* minor edits
* Update 2.x linux installation instructions
* 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>
* fix: cloud 1.x compat docs link to oss 2.0 pages. Dedupe content. Use consistent placeholders and placeholder instructions. Remove redundant shortcode. (closes#3477)
* fix: placeholders in 2.0 1.x query.
* fix: cloud example user email address (#3477).
* Update content/influxdb/v2.1/reference/api/influxdb-1x/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* scaffolding for videos section
* fixed resources page titles, product selector, and left nav availability
* Updated video descriptions
* fixed merge conflict
* made environment dependent changes, disabled autoplay for localhost, fixed cookie errors
* added additional resources to the homepage
* Added related links, descriptions to videos
* updated video descriptions
* added latest search tag to resources section
* updated search tags
* removed unnedded videos.yml
* Update content/resources/videos/geolocation-and-influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/resources/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Add password requirements to change-password
We will be enabling password requirements soon and want the documentation to reflect.
* ♻️ use strong language for requirements
Co-authored-by: DJ Carpenter <dj@influxdata.com>
This doc says that '--read-user' and '--write-user' should work for the influx auth create command
But this command knows '--read-users' and '--write-users' not '--read-user' and '--write-user'
* upd notebooks overview and troubleshoot notebooks
* Revert "upd notebooks overview and troubleshoot notebooks"
This reverts commit a6cbf318e4.
* fix: create-notebook for v2.1
* fix: create-notebook for v2.1
* Update normalize data with notebooks (#3437)
* updated normalize data with notebooks
* removed the section about sample data set up
* added export as task information
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated normalize doc to address PR feedback
* removed unnecessary whitespace
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)
* Update downsample with notebooks (#3440)
* updated notebooks downsampling guide
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* updated notebook downsampling process
* fixed types and updated param descriptions
* fix spacing
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Revert "fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)"
This reverts commit 557d06b8e4.
* Revert "fix: create-notebook for v2.1"
This reverts commit 176d6476ed.
* Revert "fix: create-notebook for v2.1"
This reverts commit c4d3c64eec.
* Notebook overview/Troubleshoot notebook updates (#3435)
* add updates to notebook overview
* update troubleshoot notebooks
* fix numbering in data explorer
* fix numbering
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* add oss-only and cloud-only tag for preview/run
* save notebook button only appears b4 1st save
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Barbara and Scott
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* add share notebooks
* add cloud only tags for shared notebooks
* fixed icon handling in manage notebooks
* added share to manage notebooks in cloud description
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
* minor fixes
* Update Create a Notebook (#3445)
* Revert "Revert "fix: create-notebook for v2.1""
This reverts commit 5dc298db13.
* Revert "Revert "fix: create-notebook for v2.1""
This reverts commit d0df9acab6.
* Revert "Revert "fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)""
This reverts commit a9b2ed8731.
* fix: create a notebook.
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: update for Clockface in OSS.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
* fix pagerduty name
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Fix broken link on sql from doc
* fixed broken link on SQL to doc
* fixed broken geo links
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fix: revise best practices for schema design and resolve high
cardinality (#3107). Reorganize and be more procedural.
Add OSS and cloud-specific cardinality info.
* fix: added bad keys example. Example descriptions.
* Update content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
* fix: update enterprise-1.9 and oss-1.8 to include bad field keys example. Simplify resolve-high-cardinality in oss and cloud.
* Update content/enterprise_influxdb/v1.9/concepts/schema_and_data_layout.md
Clarifies field values and tag keys
feat: troubleshoot write errors (#3003). Fix link in Flux reference.
feat: add rejected_points logging to write-data/troubleshoot (#3003)
feat: add suggested use of explicit bucket schema (#3003).
fix: shortcuts and tense. Add HTTP 422.
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
fix: update bucket-schema doc to link to troubleshoot. Update OSS.
fix: add rejected_points measurement to cloud system-bucket schema. Had to duplicate the content; couldn't make cloud-only tag work with the list.
chore: replace duplicated content with cloud-only tag now that it works for lists.
Co-authored-by: Scott Anderson <scott@influxdata.com>
since influxdb2 the restore command is available under the
influx command and not influxd
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* remove operator token from Cloud
* Update create-token.md
* move oss-only tag
* Update content/influxdb/v2.0/reference/glossary.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/upgrade/v2-to-cloud.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* add duplicate-oss shortcode to cloud glossary
* Update content/influxdb/v2.0/reference/glossary.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/glossary.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/glossary.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/security/tokens/view-tokens.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* update process flows for monitor and alert
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* minor update to address PR feedback
* updated monitor and alert sections in cloud, updated for PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* base changes for influxdb 2.1
* remove duplicates in draft
* draft categories
* add categories
* Document wildcards in SHOW MEASUREMENTS ON queries (#3273)
* InfluxQL: document wildcards in SHOW MEASUREMENTS ON queries
This applies to InfluxDB 2.1.
See #3201
* latest notes
* Update `influxd --store` values (#3272)
* Use Unix ~ alias
* Add sqlite path to file layout doc
* add sqlite to filesystem diagrams
* draft 2.1 release notes +questions
* revert to check RNs changes in separately
* latest release notes
* Restructure installation docs for separate CLI package (#3280)
* influxdb and cli install revamp
* reorganized CLI install instructions
* remove unnecessary short-code parameters
* updated docs to address PR feedback
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* update linux install instructions
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* release note updates
* updates
* add support for annotations in OSS 2.1 (#3286)
* Document support for bearer auth sytax (#3297)
* 2.1 oss notebooks (#3281)
* Move notebooks to OSS (addresses #2951 )
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/manage-notebooks.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/troubleshoot-notebooks.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/clean-data.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/overview.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.1/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add PR feedback
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Fix link in bearer auth sytax doc (#3298)
* Updated CLI docs content and added version metadata (#3285)
* added metadata styles and data to cli docs
* added missing ui-disabled influxd config flag
* added updated versions to influx cli metadata
* added metadata to all cloud influx cli docs
* updated influx ping in cloud to have oss only tag
* Update influxd documentation for 2.1 (#3302)
* update and dynamically generate links to influxd flags (#3288)
* remove 2.1 config options from 2.0
* New influxd commands (#3291)
* added basic influxd recovery commands
* added influxd recover commands, WIP for other influxd inspect commands
* updated all influxd inspect commands
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated influxd docs to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Add static legend to band and graph visualizations (#3315)
* update band vis to include static legend
* upd graph and graph-single-stat w static legend
* update 2.1 links
* update to latest Flux links
* fix Flux links
* Influxdb 2.1 release notes (#3279)
* draft release notes
* latest RN changes
* test
* revert
* for review purposes
* incorporate changes from new changelog
* add note about new metadata included in CLI docs
* edit
* more edits
* add overview features list
* tweak verbiage about Telegraf support
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* add link
* add edits from Scott, Dan, and Will
* edits from dan
* highlight and distinguish CLI separation changes
* add links to new API endpoints
* formatting upd
* edits for secrets
* mv Flux location support after rsv merge conflicts
* edits from Tim
* update influxql link
* rmv SLQ metastore link
* minor updates to 2.1 release notes
* prep
* Update content/influxdb/v2.1/reference/release-notes/influxdb.md
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
* add new Telegraf plugins to release notes
* edit from Will
* 2.1 upgrade and downgrade instructions (#3332)
* influxd downgrade command, add upgrade instructions, closes#3331
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* udpated downgrade docs to address PR feedback
* remove references to localhost:1313
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* updated flux version in release notes, added other new items, closes#3338 (#3344)
* Chore/update oss api (#3341)
* Standardize the term "key-value" (#3283)
* s|key/value|key-value
* Use en dash in prefix to open compound "time series"
* CLI 2.2 (#3269)
* add -b shorthand to influx delete
* add cli 2.2 release notes
* add example for all-access token
* edits
* updates to influx auth create
* edits for operator token
* remove inaccurate env var
* Update influx-cli.md
* Update influx-cli.md
* make capitalization consistent with other docs
* make headers parallel
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott and Dan
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* edits to CLI
* add oss-only shortcode and fix formatting
* format updates
* fix links
* add oss-only inline
* fix list
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Dan
* emphasize recommendation
* edit from Dan re limits and page size
* edit f Sam
* update release date
* remove vague description
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* add cloud updates in Sept (#3210)
* Fix numbering in AWS install doc (#3293)
Closes#3292
* Document new API Invocable Scripts feature (was named-functions) (#3282)
* feat: add api-guides/guides and guides/api-invocable-scripts for the API-invocable scripts (managed functions) feature (##2547, #2233).
* feat: document API-invocable scripts. Add example for creating and invoking a script with POST. Unable to make GET work with query parameters.
* feat: moved API-invocable scripts under api-guide. Remove guides directory. Add docs for list and find. Add example for list. Add shortcuts and glossary links. Verified with team-compute that GET /invoke and python are not supported yet.
* feat: rename example function for simplicity since there's no GET for now.
* feat: add find_and_update example (#2547).
* feat: add update example. Clarify, expand invoke example. Add links. (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: remove accidental commit of generated redoc-static.html
* feat: manual update to cloud swagger. Merges meta, auth, tags, and x-tagGroups from src/cloud.yml to aggregate contracts/ref/cloud.yml.
* fix: replace /functions with /scripts
* feat: get swaggers from contracts/ref. Still requires copy-paste of info, tags, and auth from contracts/cloud.yml and contracts/oss.yml
* feat: invocable scripts (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* feat: new section for params (#2547).
* fix: swagger server url (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: remove jq and function where there's no clear need.
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* fix: add Invocable Scripts tag description. (#3296)
* Fix api invocable (#3299)
* fix: scripts api path.
* fix: bad comma
* Fix api invocable (#3306)
* fix: scripts api path.
* fix: bad comma
* feat: add invocable scripts example for sending multiple parameter values.
* fix: endpoint text. (#3308)
* Fix api invocable (#3310)
* fix: measurement -> point
* fix: cloud API ref. Remove private paths. Patch description and orgID params into ScriptCreateRequest.
* updated token naming and other typos, closesinfluxdata/DAR#244 (#3309)
* Flux 0.136 (#3311)
* Flux 0.136.0 release notes
* Update pagerduty package for flux 0.136.0 (#3303)
* Add Flux ServiceNow package (#3304)
* added Flux servicenow package
* Apply suggestions from code review
* Enterprise dar updates (#3313)
* removed references to web server in enteprise cluster docs, closesinfluxdata/DAR#245
* updated enterprise upgrade instructions, closesinfluxdata/DAR#243
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* fix: mjs example path (#3305) (#3316)
* 3240 fix nodejs alias (#3317)
* fix: mjs example path (#3305)
* fix: add alias to node.js client library (#3240)
* Edit description for amd_rocm_smi Telegraf plugin (#3186)
* Edit description for amd_rocm_smi Telegraf plugin
Edit name and description for amd_rocm_smi Telegraf plugin.
Not sure if this is the only location that it needs to be udpated.
* cpl minor updates
Co-authored-by: Kelly <kelly@influxdata.com>
* remove influxql support from v2 api, closesinfluxdata/DAR#246 (#3326)
* Telegraf 1.20.3 (#3328)
* Telegraf 1.20.3
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* docs: update telegraf configuration.md (#3300)
* docs: update telegraf configuration.md
* add note about rate limits
* fix: correct debian/ubuntu install instructions (#3312)
* fix: correct debian/ubuntu install instructions
This consolidates the Debian and Ubutnu install instructions into one
section. The install instructions can be the same for both as they use
the same package manager (i.e. apt).
This removes the use of the now deprecated pipe to apt-key.
This removes references to starting the service, as the service starts
on install and does not require an extra step. Also all supported
operating systems are using systemd at this point so no need to call
that out seperatly.
Removes an extra 'sudo' in deb instructions.
* missing word
* added flux 0.137.0 release notes, added vertica sql support docs (#3318)
* Update _index.md (#3195)
broken link for external plugin repo
* Addresses #3284 (#3334)
* Updates to Flux `to()` (#3260)
Closes https://github.com/influxdata/DAR/issues/236.
Closes#3258.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Fix shim and other link (#3336)
* Update Kapacitor security docs (#3325)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Include TLS setup in Enterprise post-install steps (#3271)
- Rename TLS guide file.
- Use term "TLS" in title and introduction of TLS guide.
Closes#3270.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux 0.138.0 and 0.139.0 (#3335)
* added release notes for flux 0.138 and 0.139 and related updates
* updated spec with related implementation issue
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated to address PR feedback, added related links to int, uint, and bitwise docs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* hotfix load data link
* add aliases and fix load data link in oss
* API Ref docs processing (#3337)
* chore: API Reference Docs custom processing. Pulls contracts/ref files and applies custom content (tags, x-tagGroups, securitySchemes, info) before writing results to cloud/ref.yml and v2.0/ref.yml.
Rename source files from swagger.yml to ref.yml to avoid confusion and in case we need to bundle additional specs in the future.
Add an OpenAPI CLI docs-plugin with content and decorators.
* chore: update api-docs/README.md
* fix: add strip-version-prefix to remove /api/v2 added incorrectly to some paths during contract generation - also fixed in openapi repo so future contracts won't need this decorator. Fix server urls. Cleanup.
* chore: update cloud contract.
* chore: update oss API contract.
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>
* edit from Tim: update v2.0 to v2.1 in API section
* fix 2.1 links
* Fix/api ref 2.1 (#3363)
* fix: cloud-specific v1compat auth examples.
* fix: openapi. Disabled securityScheme replacement. Cleaned up placeholders. Added links.
* fix: update API auth descriptions. add API ref v2.1. Update links in openapi content.
* fix: updates URLs to v2.1 in API ref docs
* add verify-tsm to 2.1 release notes
* Clockface updates for 2.1 and Cloud (#3364)
* versioned old icomoon font
* updated all existing icons with versioned style
* Revert "updated all existing icons with versioned style"
This reverts commit 79b6cdf539.
* versioned icon shortcode
* update icons and new styles for clockface v3
* updated nav-icon shortcode and styles
* updated account nav icon styles
* misc updates
* general style updates
* updated oss versions on the homepage
* fixed tick card colors on homepage
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>
* feat: add api-guides/guides and guides/api-invocable-scripts for the API-invocable scripts (managed functions) feature (##2547, #2233).
* feat: document API-invocable scripts. Add example for creating and invoking a script with POST. Unable to make GET work with query parameters.
* feat: moved API-invocable scripts under api-guide. Remove guides directory. Add docs for list and find. Add example for list. Add shortcuts and glossary links. Verified with team-compute that GET /invoke and python are not supported yet.
* feat: rename example function for simplicity since there's no GET for now.
* feat: add find_and_update example (#2547).
* feat: add update example. Clarify, expand invoke example. Add links. (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: remove accidental commit of generated redoc-static.html
* feat: manual update to cloud swagger. Merges meta, auth, tags, and x-tagGroups from src/cloud.yml to aggregate contracts/ref/cloud.yml.
* fix: replace /functions with /scripts
* feat: get swaggers from contracts/ref. Still requires copy-paste of info, tags, and auth from contracts/cloud.yml and contracts/oss.yml
* feat: invocable scripts (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* feat: new section for params (#2547).
* fix: swagger server url (#2547)
* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* feat: remove jq and function where there's no clear need.
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* add -b shorthand to influx delete
* add cli 2.2 release notes
* add example for all-access token
* edits
* updates to influx auth create
* edits for operator token
* remove inaccurate env var
* Update influx-cli.md
* Update influx-cli.md
* make capitalization consistent with other docs
* make headers parallel
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott and Dan
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* edits to CLI
* add oss-only shortcode and fix formatting
* format updates
* fix links
* add oss-only inline
* fix list
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/security/tokens/create-token.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Dan
* emphasize recommendation
* edit from Dan re limits and page size
* edit f Sam
* update release date
* remove vague description
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits from Scott
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* initial changes for flux restructure
* added all aliases
* added introduced date to all flux functions
* marked linearBins and logarithmicBins as draft
* migrated flux stdlib to new flux section, added version range to article template
* fixed list-all-functions shortcode
* duplicated and reordered flux spec, added page-nav shortcode, closes#1870
* added filtering functionality to list-all-functions shortcode
* added function tags
* Stdlib reorg (#2130)
* consolidated influxdb packages
* stdlib rename and reorg
* reorg existing contrib docs
* added keep-url to http.get example
* reorg built-in directory, add function types docs
* updated links
* updated all related links
* fixed reference links in influxdb docs
* updated all internal flux links
* updated flux links in influxdb
* one last link update
* restyle product dropdown
* update flux links in influxdb 1.7 and 1.8
* fixed shortcode call
* updated task options in flux options doc
* Flux 'interpolate' package (#2148)
* add interpolate package, closes#1649
* added missing page description to interpolate package doc
* removed unnecessary space from interpolate description
* updated interpolate package description
* ported from() note to new flux section
* New list filter javascript (#2185)
* generalized list filtering for telegraf plugins and flux functions
* added flux tags, updated filter list functionality
* added more flux tags
* added new experimental functions
* updated derivative params
* ported over new experimental functions
* fixed bad copy-pasta
* ported new notification endpoints into new flux docs
* updated flux function categories
* ported flux changes from master
* fixed product dropdown
* fixed regexp.findString example
* ported flux 0.109 changes
* updated array package aliases and supported version
* ported new functions into flux dir
* added aliases to interpolate package
* ported flux v0.114 packages
* added enterpise logic to url selector modal
* fix minor typo
* Update Flux param type convention (#2515)
* fix minor typo
* WIP new flux data type convention
* wip more param type updates
* cleaned up function type specs
* ported flux 0.115.0 packages and functions
* ported tickscript package
* ported today function
* added aliases to tickscript pkg
* updated timedMovingAverage params example
* updated to function with remote creds
* port flux 0.118 changes over
* port flux changes into flux-restructure
* ported changes from flux 0.123.0 and updated flux function docs
* updated contrib package summary
* updated function definition of schema.tagValues
* ported recent flux changes to the restructure branch
* port changes from master
* Flux get started (#3036)
* Flux group keys demo (#2553)
* interactive group key example
* added js and shortcode for group key demo
* updated group key demo to address PR feedback
* shortened sample data set
* Flux get started intro and data model (#2619)
* starting flux intro content, resolved merge conflicts
* WIP flux get started docs
* WIP flux get started
* flux get started intro and data model
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/flux/v0.x/get-started/data-model.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* addressed PR feedback in flux get started
* updated flux docs landing page
* more updates to flux landing page
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux query basics (#2887)
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* wrap up content for flux query basics
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* properly close code block on flux query basics
* Flux – query data (#2891)
* added query data sources with flux and query influxdb
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/query-data/influxdb.md
* Query Prometheus with Flux (#2893)
* query prometheus with flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Query CSV data with Flux (#2895)
* query csv data with flux
* address PR feedback
* Update content/flux/v0.x/query-data/csv.md
* update flux query data sources landing page
* updated flux query data doc formats and links
* Query SQL databases (#2922)
* WIP query sql guides
* query SQL data sources, closes#1738
* updated related link on sql.from
* added link to stream of tables and updated text
* updated connection string text
* updated query sql landing page and children hr styles
* updated sql query docs to address PR feedback
* added missing colon
* Query Google Cloud Bigtable with Flux (#2928)
* Query Google Cloud Bigtable with Flux
* updated doc structure of query bigtable doc
* fixed typo in bigquery doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with Flux data types (#2967)
* scaffolding for flux types, work with strings
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* removed note about interpolation vs concatenation
* updated wording of variable type association
* generalized type inference
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP work with ints
* reverted int content
* updated strings doc to address PR feedback
* added description to data types landing page
* Apply suggestions from code review
* Update content/flux/v0.x/data-types/basic/string.md
* updated composite front-matter
* Work with time types in Flux (#2974)
* work with time types in flux, closes#2260
* updated time type doc
* fixed type in time type description
* fixed typo
* updated work with time doc
* fixed typos
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated time type doc to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with booleans (#2975)
* work with boolean types
* updated working with booleans
* updated verbiage
* added related links
* Update content/flux/v0.x/data-types/basic/boolean.md
* Work with bytes types (#2976)
* work with bytes types
* added toc to bytes type doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated work with bytes doc
* fixed typo
* added related links
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with durations (#2977)
* work with durations in flux
* added keywords to duration doc to improve searchability
* minor updates to duration type doc
* updated verbiage
* added related links and removed toDuration from menu
* Update content/flux/v0.x/data-types/basic/duration.md
* Work with null types (#2978)
* WIP null types
* work with null types in flux
* updated null types doc
* Update content/flux/v0.x/data-types/basic/null.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with floats (#2979)
* work with floats in flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
* updated floats type doc
* Update content/flux/v0.x/data-types/basic/float.md
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with integers (#2980)
* WIP work with ints
* work with integers
* work with integers
* updated float to int behavior, added related links, closes#2973
* added toc to ints doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/data-types/basic/integer.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with uintegers (#2981)
* WIP work with uints
* work with uints
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed minor type
* Work with records (#2982)
* work with records in flux
* updated record type doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with arrays (#2983)
* work with arrays
* added array.from example, added related links
* Work with dictionaries (#2984)
* WIP work with dicts
* work with dictionaries
* added related links to dict package
* added introduced version to dict package
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added sample dict output
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with functions (#2985)
* work with functions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* revamped type landing pages
* marked union types as draft
* miscellaneous updates
* Work with regular expression (#3024)
* work with regular expression types, closes#2573, closesinfluxdata/flux#3741
* add context for quoteMeta function
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix latest links in page descriptions
* updated influxdb links
* Flux syntax basics (#3033)
* flux syntax basics
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated function description
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/flux/v0.x/get-started/syntax-basics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* added table param to transformations, closes#2392 (#3039)
* updated flux function links
* update algolia configuration to fix search, closes#1902 (#3042)
* ported notes in the from function doc
* Flux package options (#3083)
* add now option to universe package
* added missing package options, closes#2464
* addressed PR feedback
* Flux transformation input/output examples (#3103)
* added flux/sample shortcode
* standardize flux package titles and list titles
* added start and stop columns as an option with flux/sample shortcode
* minor updates to stdlib
* WIP add input and output examples to flux transformations
* WIP removed sample data demo from universe index page
* WIP function input and output examples
* WIP flux input output examples
* WIP flux input output examples
* flux transformation input and output examples
* Add Flux 'sampledata' package (#3088)
* add flux sampledata package
* updated sampledata example titles
* Write data with Flux (#3084)
* WIP write to sql data sources
* write to sql data sources
* added write data to influxdb with flux doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made sql headings specific to each db
* updated write to influxdb
* added tag to influxdb to example
* restructred influxdb write examples as code tabs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed list on influxdb write with flux page
* Flux move changelog (#3117)
* updated flux redirects in edge.js
* move flux changelog into Flux restructure
* add flux redirects to edge.js
* removed extra parentheses from monitor.notify examples, closes#2505
* updated flux release notes with flux 0.129.0
* moved from and to into the influxdata/influxdb package
* updated notes on to and from docs
* added flux card to homepage
* added flux-0.130.0 to flux release notes
* flux link cleanup
* updated experimental message, closes#3097 (#3128)
* Remove Flux stdlib and language from InfluxDB (#3133)
* remove flux stdlib and lang from influxdb, update flux get-started, closes#2132
* flux link cleanup
* cleaned up prometheus verbiage, updated flux data type links
* function cleanup
* fixed sidenav toggle button
* updated group key links, added aliases for flux landing page
* WIP prometheus rework
* fixed broken links, commented out prometheus content, updated flux types names
* added flux links to the left nav
* fixed flux links in kapacitor docs
* WIP flux prometheus docs
* WIP prometheus metrics
* added note about prom metrics data structures
* resolved merge conflicts
* added prometheus doc in write data, added prometheus metric versions ref doc
* added prometheus counter contnet
* resolved merge conflict
* WIP flux prometheus histograms
* added content for prometheus summaries
* added histogram content
* removed commented notes
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updates to address pr feedback
* updated prometheus-metrics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* WIP edits.
* more WIP edits made.
* minor edit.
* WIP edits.
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* More WIP edits.
* misc edits.
* Added possible section, might be uneeded.
* removed demo data.
* issue 2952 first bullet
* misc edits.
* move load data under no-code.
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP edits.
* wip edit.
* last edit was a mistake.
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/developer-tools/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* getting started and sample data edits.
* wip edits.
* add more info to noaa sample
* edits.
* WIP edits.
* Re-added demo data info.
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/get-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Committed Scott's changes that didn't work on git
* Small edits.
* Added flux sample package info.
* Small edit.
* fix numbering; add verb overview
* fix numbering; last commit simplify write data
* move load data up in write data list
* add link to load csv in UI
* add load csv in UI to annotated CSV ref
* add section for upload file in ui
* reference how to upload csv in UI
* rmv UI proc from developer tools
* paste csv or lp data manually into UI
* clarify paste lp data in ui
* simplify heading and add intro sentence to clarify
* clarify data in lieu of file re manually paste
* minor edits
* clarify manual paste for csv doc
* minor edits
* fix link
* remove redundant sample data sets sect
* add link to demo data to explore data for free
* WIP edits at 5.
* WIP edits.
* Update content/influxdb/cloud/get-started.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
* WIP added new page for values.
* WIP edit.
* WIP edits made.
* Common queries edits.
* Deletes made.
* Small edits made.
* More edits added.
* edits for operating on columns
* misc edits
* add example for calculate time weighted average
* edits
* Added duplicate to cloud, fixed links.
* add unit exposure field
* edits to tie function and input data together
* - renamed file
* Drafts for scenario 1.
* misc edits.
* edits.
* Small edit.
* misc edits.
* misc edits.
* edits.
* draft edits on mosaic query.
* small edits made.
* WIP trying out the queries.
* query edits.
* wip edits.
* WIP edits.
* WIP edits.
* wip.
* WIP edits.
* Small edits.
* Edited the first scenario.
* Edits with new sample data update.
* WIP edits on scenario 2.
* Added descriptions to scenario 3.
* WIP edits.
* Scenario 5 edits.
* Scenario 5 cont. edits.
* Added scenario 5.
* Fixed small typo.
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/query-data/common-queries/values-column.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* resolve merge conflict
* syntax error fix
* Minor edits.
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* replicated common queries structure to cloud
* Changing titles.
* Changing title.
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/operate-on-columns.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/query-data/common-queries/iot-common-queries.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
The sample data page refers to the sample.data() function in each
dataset section of the page, whilst linking to the function documentation.
The link results in a page does not exist error in the live documentation.
Correct the link to point to the correct page.
Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
* initial changes for flux restructure
* added all aliases
* added introduced date to all flux functions
* marked linearBins and logarithmicBins as draft
* migrated flux stdlib to new flux section, added version range to article template
* fixed list-all-functions shortcode
* duplicated and reordered flux spec, added page-nav shortcode, closes#1870
* added filtering functionality to list-all-functions shortcode
* added function tags
* Stdlib reorg (#2130)
* consolidated influxdb packages
* stdlib rename and reorg
* reorg existing contrib docs
* added keep-url to http.get example
* reorg built-in directory, add function types docs
* updated links
* updated all related links
* fixed reference links in influxdb docs
* updated all internal flux links
* updated flux links in influxdb
* one last link update
* restyle product dropdown
* update flux links in influxdb 1.7 and 1.8
* fixed shortcode call
* updated task options in flux options doc
* Flux 'interpolate' package (#2148)
* add interpolate package, closes#1649
* added missing page description to interpolate package doc
* removed unnecessary space from interpolate description
* updated interpolate package description
* ported from() note to new flux section
* New list filter javascript (#2185)
* generalized list filtering for telegraf plugins and flux functions
* added flux tags, updated filter list functionality
* added more flux tags
* added new experimental functions
* updated derivative params
* ported over new experimental functions
* fixed bad copy-pasta
* ported new notification endpoints into new flux docs
* updated flux function categories
* ported flux changes from master
* fixed product dropdown
* fixed regexp.findString example
* ported flux 0.109 changes
* updated array package aliases and supported version
* ported new functions into flux dir
* added aliases to interpolate package
* ported flux v0.114 packages
* added enterpise logic to url selector modal
* fix minor typo
* Update Flux param type convention (#2515)
* fix minor typo
* WIP new flux data type convention
* wip more param type updates
* cleaned up function type specs
* ported flux 0.115.0 packages and functions
* ported tickscript package
* ported today function
* added aliases to tickscript pkg
* updated timedMovingAverage params example
* updated to function with remote creds
* port flux 0.118 changes over
* port flux changes into flux-restructure
* ported changes from flux 0.123.0 and updated flux function docs
* updated contrib package summary
* updated function definition of schema.tagValues
* ported recent flux changes to the restructure branch
* port changes from master
* Flux get started (#3036)
* Flux group keys demo (#2553)
* interactive group key example
* added js and shortcode for group key demo
* updated group key demo to address PR feedback
* shortened sample data set
* Flux get started intro and data model (#2619)
* starting flux intro content, resolved merge conflicts
* WIP flux get started docs
* WIP flux get started
* flux get started intro and data model
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/flux/v0.x/get-started/data-model.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* addressed PR feedback in flux get started
* updated flux docs landing page
* more updates to flux landing page
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux query basics (#2887)
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* wrap up content for flux query basics
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* properly close code block on flux query basics
* Flux – query data (#2891)
* added query data sources with flux and query influxdb
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/query-data/influxdb.md
* Query Prometheus with Flux (#2893)
* query prometheus with flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Query CSV data with Flux (#2895)
* query csv data with flux
* address PR feedback
* Update content/flux/v0.x/query-data/csv.md
* update flux query data sources landing page
* updated flux query data doc formats and links
* Query SQL databases (#2922)
* WIP query sql guides
* query SQL data sources, closes#1738
* updated related link on sql.from
* added link to stream of tables and updated text
* updated connection string text
* updated query sql landing page and children hr styles
* updated sql query docs to address PR feedback
* added missing colon
* Query Google Cloud Bigtable with Flux (#2928)
* Query Google Cloud Bigtable with Flux
* updated doc structure of query bigtable doc
* fixed typo in bigquery doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with Flux data types (#2967)
* scaffolding for flux types, work with strings
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* removed note about interpolation vs concatenation
* updated wording of variable type association
* generalized type inference
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP work with ints
* reverted int content
* updated strings doc to address PR feedback
* added description to data types landing page
* Apply suggestions from code review
* Update content/flux/v0.x/data-types/basic/string.md
* updated composite front-matter
* Work with time types in Flux (#2974)
* work with time types in flux, closes#2260
* updated time type doc
* fixed type in time type description
* fixed typo
* updated work with time doc
* fixed typos
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated time type doc to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with booleans (#2975)
* work with boolean types
* updated working with booleans
* updated verbiage
* added related links
* Update content/flux/v0.x/data-types/basic/boolean.md
* Work with bytes types (#2976)
* work with bytes types
* added toc to bytes type doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated work with bytes doc
* fixed typo
* added related links
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with durations (#2977)
* work with durations in flux
* added keywords to duration doc to improve searchability
* minor updates to duration type doc
* updated verbiage
* added related links and removed toDuration from menu
* Update content/flux/v0.x/data-types/basic/duration.md
* Work with null types (#2978)
* WIP null types
* work with null types in flux
* updated null types doc
* Update content/flux/v0.x/data-types/basic/null.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with floats (#2979)
* work with floats in flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
* updated floats type doc
* Update content/flux/v0.x/data-types/basic/float.md
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with integers (#2980)
* WIP work with ints
* work with integers
* work with integers
* updated float to int behavior, added related links, closes#2973
* added toc to ints doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/data-types/basic/integer.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with uintegers (#2981)
* WIP work with uints
* work with uints
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed minor type
* Work with records (#2982)
* work with records in flux
* updated record type doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with arrays (#2983)
* work with arrays
* added array.from example, added related links
* Work with dictionaries (#2984)
* WIP work with dicts
* work with dictionaries
* added related links to dict package
* added introduced version to dict package
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added sample dict output
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with functions (#2985)
* work with functions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* revamped type landing pages
* marked union types as draft
* miscellaneous updates
* Work with regular expression (#3024)
* work with regular expression types, closes#2573, closesinfluxdata/flux#3741
* add context for quoteMeta function
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix latest links in page descriptions
* updated influxdb links
* Flux syntax basics (#3033)
* flux syntax basics
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated function description
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/flux/v0.x/get-started/syntax-basics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* added table param to transformations, closes#2392 (#3039)
* updated flux function links
* update algolia configuration to fix search, closes#1902 (#3042)
* ported notes in the from function doc
* Flux package options (#3083)
* add now option to universe package
* added missing package options, closes#2464
* addressed PR feedback
* Flux transformation input/output examples (#3103)
* added flux/sample shortcode
* standardize flux package titles and list titles
* added start and stop columns as an option with flux/sample shortcode
* minor updates to stdlib
* WIP add input and output examples to flux transformations
* WIP removed sample data demo from universe index page
* WIP function input and output examples
* WIP flux input output examples
* WIP flux input output examples
* flux transformation input and output examples
* Add Flux 'sampledata' package (#3088)
* add flux sampledata package
* updated sampledata example titles
* Write data with Flux (#3084)
* WIP write to sql data sources
* write to sql data sources
* added write data to influxdb with flux doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made sql headings specific to each db
* updated write to influxdb
* added tag to influxdb to example
* restructred influxdb write examples as code tabs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed list on influxdb write with flux page
* Flux move changelog (#3117)
* updated flux redirects in edge.js
* move flux changelog into Flux restructure
* add flux redirects to edge.js
* removed extra parentheses from monitor.notify examples, closes#2505
* updated flux release notes with flux 0.129.0
* moved from and to into the influxdata/influxdb package
* updated notes on to and from docs
* added flux card to homepage
* added flux-0.130.0 to flux release notes
* flux link cleanup
* updated experimental message, closes#3097 (#3128)
* Remove Flux stdlib and language from InfluxDB (#3133)
* remove flux stdlib and lang from influxdb, update flux get-started, closes#2132
* flux link cleanup
* cleaned up prometheus verbiage, updated flux data type links
* function cleanup
* fixed sidenav toggle button
* updated group key links, added aliases for flux landing page
* fixed broken links, commented out prometheus content, updated flux types names
* added flux links to the left nav
* fixed flux links in kapacitor docs
* temporarily disable search (#3134)
* merged master and updated telegraf plugins
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* feat: troubleshoot write errors (#3003). Fix link in Flux reference.
* fix: make placeholders consistent and conform to style guide.
* fix: Node.js client. Delete unused files (#3003)
* Node.js client. Add examples.
* fix: gzip instructions for API with curl.
* fix: Node.js client guide. Query guide fixes. Frontmatter fixes.
* fix: API client frontmatter consistency. Use language for title so <children> list is sorted properly.
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/install.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/query.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: customize example URLs (closes#3113)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: broken links in Use Tokens
* feature: add Create and View Tokens with the API
* update: View, create, and use tokens with the API. Add command-line, curl examples. (#1541)
* Update content/influxdb/v2.0/api-guide/api_intro.md
* Update token description
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* add in notes about double quotes - draft.
* Update content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Add value limits.
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: broken link (#2696).
* fix: correct errors in javascript for browsers. Added token warning. (#2696)
* WIP - split Javascript guide into separate pages.
* WIP - Revised and split JavaScript browser
* WIP fix: errors in browser and node js client library.
* fix: simplify and correct JavaScript for browsers. Remove separate library entry. Assume users will prefer ESM. Simplify instructions for the browser example app.
* fix: add import instruction
* fix: Redo Javascript browser doc. Break down the use cases and improve examples.
* fix: browser use cases for JS module distributions.
* fix: browser package should be used whether bundling or not.