Commit Graph

1395 Commits (cli2.4-release-notes)

Author SHA1 Message Date
Ahmed Ashour 2c646c496f
Update manage-database.md (#3159)
Typo in `DROP MEASUREMENT`
2021-09-22 09:41:49 -06:00
pierwill 2d65624159
Fix `influx_inspect export` docs (#3140)
Fixes #3102
2021-09-22 10:00:11 -05:00
Scott Anderson 93aa238dc5
Flux restructure (#3141)
* 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, closes influxdata/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>
2021-09-16 16:19:21 -06:00
mluu12 f8574cd2ff
duplicated "Monitor OSS with templates" to Cloud (#3076)
* duplicated to cloud.

* small edit.

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-16 11:45:32 -07:00
chegancasb 4fed0c8668
Typo correction in rate.md documentation. (#3136)
Corrected 'Cacluated' to 'Calculated'
2021-09-16 08:27:16 -06:00
DrJRMyers 6db8b0aad4
Update resolve-high-cardinality.md (#3130)
Fixed a typo for clarity
2021-09-15 14:18:38 -06:00
Jason Stirnaman 5fc057f2b9
fix: broken install URL. Closes #3122. (#3123) 2021-09-14 12:28:20 -05:00
Jason Stirnaman 22cf8ccadc
API examples and client guide updates (#3106)
* 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>
2021-09-13 11:08:02 -05:00
Jason Stirnaman a703908ea3
feat: troubleshoot write errors (#3003). Fix link in Flux reference. (#3104)
* feat: troubleshooting write errors (#3003). Fix link in Flux reference.

* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/write-data/troubleshoot.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/write-data/troubleshoot.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update troubleshoot.md

* Update content/influxdb/cloud/write-data/troubleshoot.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/write-data/troubleshoot.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* feat: link to timestamp precision definition and accepted values. Link terms in troubleshooting. (#3003)

* fix: link to optimize writes (closes #3110)

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-13 10:47:30 -05:00
Scott Anderson 5dfc4f8bb7
added flux 0.126 and 0.127 release notes (#3087) 2021-09-02 14:15:32 -06:00
mluu12 274384ffec
Added description for end-of-life support policy (#3070)
* Added description for support policy.

* Update content/influxdb/v2.0/reference/release-notes/supported-release.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/reference/release-notes/supported-release.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Fixed errors.

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-01 15:21:03 -07:00
mluu12 6ffbebbd86
switched out notification with alert. (#3065) 2021-09-01 15:16:20 -07:00
kelseiv 0f0ad2a0ab
Clean up pricing plan and data usage verbiage (#3052)
* clean up verbiage
* edits f Phil
* clarify ingest batch size is strict limit for PAYG
2021-09-01 12:16:58 -07:00
aradnaev 62df10509e
Update send-email.md (#3082)
without underscores it doesn't work
2021-08-31 13:45:41 -06:00
pierwill d576ce2068
Note that `from()` can query remote sources (#3074)
Closes #3073.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-31 12:00:18 -05:00
mluu12 886ff20772
Added info on how to load line protocol in ui. (#3069) 2021-08-30 23:32:22 -07:00
pierwill c9ec713b21
Remove anchor with no content (#3057)
Closes #3055.
2021-08-26 15:14:27 -05:00
Jason Stirnaman 209f563cfb
View, create, and use tokens with the API (#3049)
* 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>
2021-08-23 11:05:07 -05:00
mluu12 2e08bd47bd
Add notes about double quotes in line protocol for tag and field values (#3044)
* 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>
2021-08-20 16:22:37 -07:00
mluu12 04b9a7f192
add note. (#3043) 2021-08-20 16:11:03 -07:00
pierwill 234a65b7d4
Add `INFLUX_SKIP_VERIFY` to `influx` CLI docs (#3048)
Closes #3046
2021-08-20 14:45:43 -05:00
Scott Anderson edcf8f713a hotfix: fix teams children 2021-08-20 10:49:31 -06:00
Kelly bb8b414ea1 hotfix 2021-08-20 09:47:30 -07:00
pierwill f2a78b3963
Add aliases for OSS and Cloud secrets docs (#3041) 2021-08-19 13:37:21 -05:00
pierwill 8b910247d7
Fix typos in Cloud secret docs (#3040) 2021-08-19 13:14:19 -05:00
pierwill ebffe12864
Document managing secrets with Cloud UI (#3000)
* Document managing secrets with Cloud UI

Also:
* Re-organizes cloud secrets docs.
* Re-organize OSS secrets docs (#3007)
* Move vault doc under "Manage secrets"

Closes #2991
Closes #1027

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-19 12:32:22 -05:00
Scott Anderson 14ccb43df6 hotfix: made contributing a section 2021-08-19 08:48:08 -06:00
Scott Anderson 1875ed56f8 hotfix: add alias for go client library, closes #3037 2021-08-19 07:53:11 -06:00
Scott Anderson 5d2d7f9a55 hotfix: updated tickscript alert examples 2021-08-18 15:56:34 -06:00
mluu12 c0f2a3eb43
Update screenshot to Query Count (#3026)
* Updated screenshot.

* intro paragraph added.

* Update content/influxdb/cloud/account-management/data-usage.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-18 13:52:21 -07:00
Scott Anderson e1650da480 hotfix: change structure and weight of contributing doc 2021-08-18 09:12:57 -06:00
Scott Anderson 8e0becbef4
Flux v0.125.0 (#3023)
* added flux 0.125.0 release notes

* add webex teams package

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* Update content/influxdb/v2.0/reference/flux/stdlib/contrib/webexteams/endpoint.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-08-18 09:04:56 -06:00
mluu12 c6015ed787
Noted that single-user org. can delete (#2997)
* Added detail and note about single user.

* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Added more edits to 1.8.9.

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/account-management/multi-user/remove-user.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-17 10:34:23 -07:00
noramullen1 2ba726de80
remove UI as delete org option from description (addresses #2797 ) (#3028) 2021-08-17 09:17:52 -05:00
Jason Stirnaman 68993b590d
fix: broken links in Use Tokens (#3027) 2021-08-17 09:17:37 -05:00
mluu12 ca35d657bd
Document min and max value limits (#3021)
* 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>
2021-08-16 17:31:34 -07:00
Jason Stirnaman e8666ddc22
2696 api browserjs fixes (#3005)
* 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.
2021-08-16 16:26:29 -05:00
Kelly c9eed1c42e fix release date 2021-08-13 13:55:48 -07:00
Kelly 61e32b6805 update for InfluxDB 2.0.8 2021-08-13 13:52:06 -07:00
mluu12 5ea5afebcc
Add recent August update (#3014)
* Add August update.

* fix broken ink

* link to delete request exceeded doc

Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-13 13:49:50 -07:00
mluu12 3424a7d4cd
Add notes about the one organization rule. (#2920)
* Added notes about the one organization rule.

* Fixed typos.
2021-08-13 10:21:27 -07:00
noramullen1 cca9944108
Add convert to raw Flux option (#2584)
* Add convert to raw Flux option and move reference content to overview doc (addresses #2477 )

* Add convert to flux (addresses #2477)

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 10:13:13 -07:00
Phil Bracikowski 4206619436
Merge pull request #3015 from influxdata/pjb-adjust-for-delete-rate-limit
Add delete rate limit and correct rate limiting docs for cloud2.
2021-08-13 08:40:57 -07:00
Phil Bracikowski 4a3d33a3db
Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 08:34:06 -07:00
pierwill 996269d9bf
OSS 2.0: Add links to TLS config settings (#3009)
Closes #1546.
2021-08-13 10:24:51 -05:00
kelseiv 34735c441d
Revert "InfluxDB 2.0.8 release notes (#2987)" (#3016)
This reverts commit b8d1ced2b2.
2021-08-12 15:29:05 -07:00
kelseiv b8d1ced2b2
InfluxDB 2.0.8 release notes (#2987)
* 2.0.8-draft

* rmv duplicate and update H3s

* sp

* fix typos

* add info re Linux pkg updates

* edit

* roll back pkg updates

* upd patches in products.yml file
2021-08-12 14:51:03 -07:00
Phil Bracikowski 5f06e34c3a Add delete rate limit and correct rate limiting docs for cloud2. 2021-08-12 09:50:21 -07:00
Jason Stirnaman 0635eaf749
fix: add alias for old python URL (#1722) (#3011) 2021-08-11 15:56:09 -05:00
noramullen1 bc7855bfc4
Addresses #1063 (#3001) 2021-08-11 12:34:48 -07:00
mluu12 cf61ecd0ab
Add August Cloud updates (#3002)
* Add August Cloud update.

* Update content/influxdb/cloud/reference/release-notes/cloud-updates.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Notebook to raw flux script.

* Fix merge conflict, add more detail.

* Edits.

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-11 11:55:31 -07:00
timhallinflux 75780a9145
Monitoring Improvements -- connecting to Cloud (#2674)
* removed erroneous text re: monitoring Cloud

* Add Cloud option.

* add link for templates doc

* Create monitor.md

* Update monitor.md

* feat: updating monitor.md tutorial

* Update monitor.md

* Update monitor.md

* new screenshots for monitoring

* Update monitor.md

* Add files via upload

* Update monitor.md

* feat: edits and screenshot updates

* edits-draft

* edits on setting up Telegraf

* misc changes; update Telegraf version

* remove redundant content

* edit last two procedures

* edits

* add boards

* remove screenshot

* remove should

* change parent menu

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/platform/monitoring/influxdata-platform/_index.md

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

* Update content/platform/monitoring/influxdata-platform/_index.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Update content/influxdb/v2.0/influxdb-templates/monitor.md

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

* Small edits made.

* More edits made.

* Small edits made.

* Minor edits made.

* More edits made.

* WIP edits made.

* Minor edits made.

* WIP edits.

* Solved indentation issues.

* edits4 Michelle on deadman alert, formatting, misc

* Edits made before fixing them.

* More edits.

* Fixed typos in notification rule, added detail.

* Added details.

* More edits.

* Edits made.

Co-authored-by: Russ Savage <russ@influxdata.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
2021-08-11 11:44:12 -07:00
pierwill f056f8bef3
Change "authentication token" to "API token" in InfluxDB 2 docs (#2929)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2021-08-10 12:08:35 -05:00
Jason Stirnaman 94445ea114
URL pattern fixes (#2995)
* fix: Wrong URL to CLI download. Remove trailing slash preventing regex match of cloud2 URL.

* fix: Prevent hostname pattern from matching values that contain URL path. Remove the ':' exclusion from the hostname pattern to prevent re-replacing cloud URLs that contain 'cloud2'. Compare and use URL().origin to avoid unwanted trailing slashes added by URL().href.
2021-08-10 09:29:37 -05:00
mluu12 85d0b68a44
Update "update an organization" doc (#2957)
* Updated "update an organization" doc.

* rename img; add to both OSS and cloud

Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-09 11:14:23 -07:00
mluu12 b13b5a5117
Hide manage members section (#2961)
* Mark as draft.

* Tried to mark as draft.
2021-08-09 11:11:56 -07:00
mluu12 3ae50aa8cf
Add 1.8.9 to release notes (#2969)
* Added 1.8.8

* Updated patch.

* WIP edits.

* Updated to 1.8.9

* Bumped up to 1.8.9.

* edits

* add updated blurb to enterprise rns

* Added comment that 1.8.8 wil not be released.

* update releasedate link

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-09 10:39:45 -07:00
mluu12 9e06665090
add new overview topic (#2821)
* add new overview topic

* Edited notebook overview, added preview and run.

* Fixed Preview and Run.

* Fix typo

* Added keyboard shortcut.

* add space after headers

* Notebook overview/index edits.

* WIP create a notebook edits.

* WIP Create a notebook procedure edits.

* WIP notebook overview edits cont.

* More edits made to notebook overview.

* Added more formatting edits.

* edits (#2907)

* add sections to notebook cel types

* misc edits

* edit

* More info added and downsample doc fixed.

* Small edit made.

* Attempting to fix formatting issues.

* Quickly fixed typo.

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* WIP edit.

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* WIP edits.

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* More edits made.

* Small edit made.

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-05 14:10:31 -07:00
Scott Anderson 6795fe916b hotfix: update tagValues definition, closes influxdata/DAR#219, closes influxdata/influxdb#22063 2021-08-05 08:03:37 -06:00
Russ Savage 6b0ee2968a
fix: broken link to inmem index option (#2966) 2021-08-03 16:28:15 -06:00
Scott Anderson e48cad7482
added flux 0.124.0 release notes (#2970) 2021-08-03 16:20:53 -06:00
mluu12 5e0c882af2
Fixed interpolate/interpolation error. (#2955) 2021-08-02 10:21:02 -07:00
Russ Savage c26b3cc5a9
fix: clarify validate-keys behavior (#2805) 2021-08-02 11:16:12 -06:00
Scott Anderson 77d3921d02
fixed note block (#2960) 2021-08-02 11:01:52 -06:00
Scott Anderson 8f3d3700f8
Add note about time-bound subquery performance (#2943)
* Add note about time-bound subquery performance, closes influxdata/DAR#117

* fixed typos
2021-08-02 10:41:48 -06:00
Scott Anderson 726ffbfc30 hotfix: fix broken image, closes #2954 2021-08-02 10:37:56 -06:00
mluu12 38d16aecf7
July section made for InfluxDB cloud updates. (#2871)
* add new overview topic

* Edited notebook overview, added preview and run.

* Fixed Preview and Run.

* Fix typo

* Added keyboard shortcut.

* Added new July updates.

* Added new July update.

* Added more edits to July cloud updates.

* Added another July update.

* More july updates made.
2021-07-30 20:07:19 -07:00
blazej24 359070a56d
install.md - wrong path for Docker volume (#2823)
The path in the command is inconsistent with the description of the command. Luckily, it's the path in the command which is right, so if somebody just pastes it, it works, but it can still cause confusion.
2021-07-30 15:39:32 -07:00
Scott Anderson 7a753c12d0
added filesystem layout to 1.8, clarified shard index location, closes influxdata/DAR#151 (#2937) 2021-07-30 13:42:53 -06:00
mluu12 29684f6d2c
Fixed typo. (#2949) 2021-07-30 11:12:38 -07:00
mluu12 6ab55ebca9
Add telegraf bullet to write CSV data to Cloud and OSS (#2935)
* Added new telegraf bullet.

* Add telegraf section to cloud

* Duplicated to cloud.

* Update content/influxdb/v2.0/write-data/developer-tools/csv.md

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

* Update content/influxdb/v2.0/write-data/developer-tools/csv.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-30 10:45:39 -07:00
kelseiv 6a5760976c
Add influx CLI 2.1 release notes (#2944)
* add influx release notes

* add headings

* Update influx-cli.md

* Update influx-cli.md

* Update password.md

* Update password.md

* Update password.md

* release note edits

* Update password.md

* Update add.md

* added latest-cli shortcode (#2946)

* 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

* add link to compression flag

* rmv extra

* update compression descrp

* update per version support for backup

* remove 2.1

* Add global --http-debug flag (#2948)

* add global flag to apply

* add global flag to appy

* update influx commands with global flag

* revert to add back duplicate-oss tag

* remove dup

* rmv global tag from config cmds

Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>

Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-30 10:35:40 -07:00
pierwill dc186578df
Add SHOW CARDINALITY info to InfluxQL schema docs (#2941)
Closes #2738
2021-07-30 10:43:27 -05:00
Scott Anderson 17d2626d5d
clarify that level 4 compactions are full compactions, closes influxdata/DAR#89 (#2942) 2021-07-29 13:39:17 -06:00
mluu12 090204f5ef
Added more detail to contrib doc (#2905)
* Added more detail to contrib doc.

* Added more edits.

* Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Specified packages and functions.

* Added links and edits to contrib OSS and cloud.

* minor edit

* Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-07-28 20:32:52 -07:00
mluu12 7c8a5a7ed3
Add new telegraf bullet (#2906)
* Added new telegraf bullet.

* Add telegraf section to cloud
2021-07-28 10:37:12 -07:00
mluu12 18da08e011
Fixing 404 error. (#2927) 2021-07-28 10:27:33 -07:00
mluu12 893d1be07b
View raw data table update (#2875)
* Added new explanation of the view raw data table.

* View Raw Data table updates made.

* More updates made to View Raw Data table.

* More edits to view raw data.

* Added links and lengenthed list to data types.

* Update content/influxdb/v2.0/reference/glossary.md

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

* Added two new datatypes.

* Added links about different data types.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-28 10:23:31 -07:00
Scott Anderson 1df34df77a Merge branch 'master' of github.com:influxdata/docs-v2 2021-07-28 10:44:04 -06:00
Scott Anderson 1611dedcc9 hotfix: fix prometheus formatted metrics link 2021-07-28 10:35:47 -06:00
pierwill 8fd40f1117
Remove docs for missing `influxd` command (#2930)
Closes #2847
2021-07-28 10:56:50 -05:00
Scott Anderson c9dcb0c841
Correctly update InfluxDB URLs that don't have a trailing slash or URL path (#2925)
* WIP debugging URL js

* correctly update influxdb urls without a trailing slash or url path
2021-07-27 15:24:22 -06:00
kelseiv 498028f3e2
fix #2894 (#2916)
* fix #2894

* update link from platform to Flux (#2918)
2021-07-26 13:18:55 -07:00
pierwill 25279da77f
Add installation instructions for OSS on Raspberry Pi (#2879) 2021-07-26 11:37:36 -05:00
mluu12 5aab7e86d7
Added double quotes. (#2912) 2021-07-23 16:39:44 -07:00
Scott Anderson bbc8fb4721 update latest patch and clean up versions 2021-07-23 16:52:47 -06:00
Seena Fallah 8e8493843c
Python client improvement (#2890)
* python-client: fix values flux object type
values is dict not a function
* python-client: use query_api var for calling query method
2021-07-23 14:30:20 -05:00
timhallinflux 2f264d3b92
InfluxDB OSS and Enterprise 1.8.7 (#2908)
* InfluxDB OSS and Enterprise 1.8.7

* Update release-notes-changelog.md

* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md
2021-07-23 12:08:08 -07:00
mluu12 a31cab997c
Add monitor Raspberry-Pi template (#2859)
* added a doc monitoring raspberry pi

* minor edit

* updated dashboard instructions

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

* Fixed typos on raspberry branch.

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-23 10:22:20 -07:00
kelseiv 2c4ef0c5ee
Add license info for InfluxDB OSS 2.0 (#2520)
* draft license info for InfluxDB OSS 2.0
* add links to contrib
* update frontmatter
* removed third party placeholder
* update menu
2021-07-22 16:04:16 -07:00
noramullen1 dc0c00fb59
Add back auto-refresh on dashboard (addresses #2668) (#2761)
* Add back auto-refresh on dashboard (addresses #2668)

* Update content/influxdb/v2.0/visualize-data/dashboards/control-dashboard.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* incorporate PR feedback and move to cloud only

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-22 10:53:49 -07:00
alespour 854b1e9151
Merge pull request #2872 from bonitoo-io/feat/add-r-client-library-ref
docs: add R client library reference
2021-07-22 11:21:08 +02:00
Scott Anderson 5cc36be1e4
Flux v0.123 (#2880)
* Flux 0.123.0 updates (#2878)

* add note about flux sleep function being removed

* update description of createEmpty param on aggregateWindow

* more updates to aggregateWindow

* removed aggregateWindow function definition

* Flux 0.123.0 release notes (#2877)

* Flux sample package (#2876)

* added flux influxdb sample data package

* WIP update sample data doc

* WIP sample data updates

* updated sample package and sample data instructions, closes #2845

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updates to address PR feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-21 13:53:25 -06:00
kelseiv 91289380e1
update for range annotation (#2734)
* update for range annotation

* remove one click and show options

* edit

* omit extra words

* edits

* edit

* fix typo

* Update content/influxdb/cloud/visualize-data/annotations.md

* Update content/influxdb/cloud/visualize-data/annotations.md

* Update content/influxdb/cloud/visualize-data/annotations.md
2021-07-21 10:13:43 -07:00
Scott Anderson d78aa0b7b0 hotfix: add alias for client libs 2021-07-20 15:42:31 -06:00
Scott Anderson 6a153a2d2b hotfix: fix client libraries links 2021-07-20 10:02:24 -06:00
Ales Pour 1ef28a01de docs: add R client library reference 2021-07-20 15:18:06 +02:00
Scott Anderson 8f78c11917
Flux 0.122.0 (#2865) 2021-07-19 11:29:39 -06:00
Jason Stirnaman b39bf036e0
fixes API guide changes, create-bucket, aliases (#2860)
* fix: fix broken link by adding API guide for creating a bucket.  - add example code.  - add aliases for pages moved from Tools.
* fix: move create a bucket into the existing page for now. Copy example to API quick start.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-16 16:23:21 -05:00
Scott Anderson 3f1bf366c7 hotfix: cloud nav weights 2021-07-15 16:56:31 -06:00
Scott Anderson 153f078baa
clean up some frontmatter (#2857) 2021-07-15 16:49:39 -06:00
Jason Stirnaman 5868957535
Fix shared files (#2856)
* fix: negate check for verbose.

* fix: default version directory to latest version.

* update: API changes.

* update: API updated with grammar fixes

* fix: move assets/text to shared/text
2021-07-15 17:21:52 -05:00
Jason Stirnaman b5c140cbe9 fix: update auth example code. 2021-07-15 14:36:42 -05:00
Jason Stirnaman 39e775be62 Merge branch 'master' of github.com:influxdata/docs-v2 into feature/2689-get-started-with-api
* 'master' of github.com:influxdata/docs-v2: (63 commits)
  CLI fixes (#2844)
  Fix links (#2828)
  Fix/2759 1.x query api (#2841)
  fix: updating windows start instructions (#2842)
  Add static legend to visualization examples (#2837)
  Fix Windows CLI download link (#2840)
  Fix incorrect Telegraf output settings info (#2754)
  Move static legend to cloud-only (#2798)
  ThingWorx integration (#2558)
  edits
  Update content/influxdb/v2.0/process-data/task-options.md
  Update content/influxdb/v2.0/process-data/task-options.md
  Update task-options.md
  hr eg covers itt
  1.19.1 release notes (#2819)
  edit
  fixes issue #2672 https://github.com/influxdata/docs-v2/issues/2672
  Update content/kapacitor/v1.6/guides/anomaly_detection.md
  Update content/kapacitor/v1.5/guides/anomaly_detection.md
  Update content/kapacitor/v1.4/guides/anomaly_detection.md
  ...
2021-07-15 13:50:48 -05:00
Jason Stirnaman c97a268740
CLI fixes (#2844)
* fix: missing bracket in examples

* fix: add note that auth env variables are assumed to be set in `influx config` for CLI examples (#2843).

Co-Authored-By: kerry-cho <cdh0012@naver.com>

* Update styles-default.scss

Co-authored-by: kerry-cho <cdh0012@naver.com>
2021-07-15 12:14:08 -05:00
Jason Stirnaman 9bb3340b02
Fix/2759 1.x query api (#2841)
* fix: 1.x compat api. Clarify authentication schemes, parameters, and use cases for OSS and Cloud (#2759)

* fix: curl examples

* update: add node.js examples

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-14 16:59:39 -05:00
Russ Savage ad06069f2c
fix: updating windows start instructions (#2842) 2021-07-14 12:20:46 -05:00
noramullen1 cbc48350dd
Add static legend to visualization examples (#2837)
* Add legend options to graph example images (addresses #2829 )

* Add more static legend examples to appropriate visualization times
2021-07-14 10:20:09 -07:00
pierwill b3b077469a
Fix Windows CLI download link (#2840)
Closes https://github.com/influxdata/docs-v2/issues/2839
2021-07-14 10:43:14 -05:00
noramullen1 4b2a5aef61
Move static legend to cloud-only (#2798)
* Add static legend (addresses #2568 )

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Move static legend changes to cloud only

* Update hover/static controls to reflect changes

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-13 11:54:26 -07:00
kelseiv 12568e3019
ThingWorx integration (#2558)
* draft-ThingWorx

* minor edit

* Update content/influxdb/cloud/tools/thingworx.md

* Update content/influxdb/cloud/tools/thingworx.md

* fix link

* fix links

* remove punct

* edits

* edits

* add thingworx key words

* edits from Gunnar

* delete examples

* rmv eg header
2021-07-09 12:57:25 -07:00
mluu12 052de7b5d3 edits 2021-07-08 12:55:33 -07:00
kelseiv 71724497cc
Update content/influxdb/v2.0/process-data/task-options.md 2021-07-08 12:41:01 -07:00
kelseiv a7990b2a74
Update content/influxdb/v2.0/process-data/task-options.md 2021-07-08 12:39:58 -07:00
kelseiv b921569043
Update task-options.md 2021-07-08 12:39:08 -07:00
Kelly 53827035e4 hr eg covers itt 2021-07-08 12:30:17 -07:00
Kelly 24c7f6e4eb edit 2021-07-08 12:24:03 -07:00
mluu12 e44338e2a5 fixes issue #2672 https://github.com/influxdata/docs-v2/issues/2672 2021-07-08 12:05:15 -07:00
pierwill 2534d2f34a
Correct debug API call (#2813)
Closes #2812
2021-07-07 13:24:40 -05:00
Jason Stirnaman e7858c75d0
Feature/2470 bucket schema (#2765)
feature: document new CLI support for managing explicit bucket schemas (#2470)
  * "explicit" schema-type for buckets
  * `bucket-schema` to manage measurement schemas for buckets
  * task-based overview of new bucket-schema feature in CLI for cloud.
  * reference docs for bucket-schema and bucket schema-type.
  * columns file examples.

other technical updates
* added shortcodes `get-leaf-text` and `get-assets-text`. Documented in CONTRIBUTING.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: null <kelseiv@users.noreply.github.com>
2021-07-07 11:53:54 -05:00
William Baker c8d00f5ef1
fix: example for updating a bucket retention period (#2808) 2021-07-06 09:56:04 -05:00
Eric Volpert 9143cd3220
Fix typos in Design Principles doc (#2806)
Was reading through the docs on https://docs.influxdata.com/influxdb/v2.0/reference/key-concepts/design-principles/ and noticed two typos, figured I'd toss a commit to get them resolved if y'all care about that. If not, feel free to ignore :)
2021-07-05 09:21:06 -06:00
kelseiv f4be9271f6
Split shift+click f range annotations changes (#2804)
* split shift+click f range annotations changes

* fix typo

* fix typo

* update
2021-07-01 15:17:36 -07:00
Tim Yocum f68c2727fe
Cleaning up stray tag 2021-06-30 15:23:41 -05:00
Tim Yocum c4508bde1c
VPC peering is not available on InfluxDB Cloud 2021-06-30 15:20:36 -05:00
pierwill 19075387e7
Document Flux parameterized queries (#2774)
Document Flux parameterized queries

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-06-30 13:54:06 -05:00
noramullen1 638250990e
Revert "Add static legend (addresses #2568 ) (#2760)" (#2799)
This reverts commit 9682718465.
2021-06-30 11:44:49 -07:00
noramullen1 9682718465
Add static legend (addresses #2568 ) (#2760)
* Add static legend (addresses #2568 )

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-30 10:53:50 -07:00
Scott Anderson c54a791e6a
Various DAR fixes (#2796)
* fixed anchor links in influxdb enterprise cli page, closes influxdata/DAR#212

* fixed typo in enterprise backup and restore, closes influxdata/DAR#208

* removed content about creating dashboards from templates, closes influxdata/DAR#209
2021-06-29 15:12:00 -06:00
Yun Zhao 96e0743455
values of query parameter `precision` for write api. (#2792) 2021-06-29 10:53:41 -06:00
noramullen1 5289b2a00e
Add cloning Telegraf config in the UI (addresses #2662 ) (#2764)
* Add cloning telegraf config in the UI (addresses #2662 )

* Add clone telegraf config to cloud
2021-06-25 15:09:01 -07:00
Scott Anderson 9dc34b00aa
Flux 0.118 (#2784)
* flux 0.118 release notes

* updated pagerduty.dedupkey and operator precendence

* updated operator precedence table format

* updated description of pagerduty.dedupkey exclude param
2021-06-25 11:06:31 -06:00
noramullen1 4e9a160a4f
Add range to NOAA examples (#2763) 2021-06-25 08:22:59 -07:00
Scott Anderson 4712d75d0b
specify the default location of influxdb.conf on windows, closes #2780 (#2783) 2021-06-25 08:45:13 -06:00
noramullen1 28be2ff17d
Make cloud CLI info more prominent (addresses #2624 ) (#2762)
* Make cloud CLI info more prominent (addresses #2624 )

* Address review feedback
2021-06-25 07:38:49 -07:00
noramullen1 4c6beb3d08
Add interactive shell info to migration docs (#2758)
* Add interactive shell info to migration docs

Addresses #2601

* Add static legend option to graphs and band plot (addresses #2568 )

* Revert "Add static legend option to graphs and band plot (addresses #2568 )"

This reverts commit bc318fec3e.

* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md

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

* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-21 12:24:00 -07:00
kelseiv c1d9c18f42
draft May cloud release notes (#2639)
* draft May cloud release notes

* Update cloud-updates.md

* add Cloud data usage template
2021-06-16 12:39:43 -07:00
Jason Stirnaman e8c9039ce1 update: restructured nodejs install and write guide. 2021-06-15 15:33:08 -05:00
timhallinflux d4293304ad
remove experimental warnings. (#2713) 2021-06-15 13:24:09 -07:00
Jason Stirnaman 5669ab17a3 update: divided JS client library page into separate.
* reorganized api shortcodes
2021-06-14 10:27:23 -05:00
Russ Savage ce0ef35455
fix: update sep link on csv page (#2701) 2021-06-14 09:33:14 -05:00
Jason Stirnaman b43dbe5994 update: wip: client apis * reorg client files * added postman auth note. * starting redo for Node.js 2021-06-11 17:35:04 -05:00
Jason Stirnaman c03f70fa3c update: api client libs
* update: added api-guide and moved client libs there (#2689)
* extracted code examples to separate shortcode files (#2689)
2021-06-11 09:34:36 -05:00
Jason Stirnaman 31b7495217 updated: use latest shortcode (#2689) 2021-06-11 09:29:16 -05:00
Scott Anderson f3319f0da6 hotfix: add release notes for new Flux patch versions 2021-06-10 11:29:46 -06:00
Jason Stirnaman 80acfc79fd add: Develop with the API.
* Copied API intro and clients docs to /api.
* Added bootstrapping info.
2021-06-09 17:35:07 -05:00
M. Luppi 417f20d89f
Today and related links (#2688)
* Add types in docs for today()

* Add several related links/references
2021-06-09 14:43:38 -06:00
Russ Savage 4f3d267166
fix: update function def for torows (#2680) 2021-06-08 11:08:44 -06:00
timhallinflux f80ab61e59
Remove trailing / from API (#2679)
* Remove trailing / from API
* Update postman.md
2021-06-08 11:09:47 -05:00
pierwill 42d6288c71
Publish InfluxDB 2.0.7 docs (#2654)
* Update swagger for InfluxDB OSS 2.0.7 (#2655)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-07 14:06:33 -05:00
Eric Arellano 6838a3a795
Update optimize-queries.md (#2667)
The `set()` function uses the kwarg `value`, not `as`. It's also a normal function and doesn't use braces.
2021-06-03 15:52:38 -06:00
noramullen1 4533f2db31
OSS Get started update (addresses #2124 ) (#2642)
* OSS Get started update (addresses #2124 )

* Fix YAML syntax

* Update content/influxdb/v2.0/get-started.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/sign-up.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/sign-up.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/get-started.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/sign-up.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Change get sign up to install for OSS

* Update content/influxdb/v2.0/install.md

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

* Update content/influxdb/v2.0/install.md

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

* Update content/influxdb/v2.0/get-started.md

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 <sanderson@users.noreply.github.com>
2021-06-02 15:05:27 -07:00
timhallinflux b123b58485
Fix description of influx cli tool in 1.8 and 1.7 (#2649)
* Fix description of influx cli tool
* Update content/influxdb/v1.7/tools/influx-cli/_index.md
* Update content/influxdb/v1.8/tools/influx-cli/_index.md
2021-06-02 13:39:51 -07:00
Scott Anderson 97977cc7bf
added flux-0.117.1 release notes (#2640) 2021-06-02 11:27:44 -06:00
Russ Savage dd194c9d1e
fix: add datatype to appKey (#2641) 2021-06-02 11:26:48 -06:00
kelseiv ea51a477af
Cloud account updates (#2519)
* update manage billing page

* update Cloud pricing plans

* add links

* edits

* addl edits

* edits

* add'l edits

* updated rate limit event content

* update rate limits

* clarified RP unlimited or up to a year in UI
2021-06-01 15:22:19 -07:00
pierwill f8b3f38363
hotfix: remove repeated word 2021-05-28 13:48:24 -05:00
Russ Savage 0399001639
fix: fixing some issues on the pagerduty.endpoint page (#2618) 2021-05-28 11:46:46 -07:00
pierwill 02d7d3c4b4
Fix typo; close #2611 (#2612)
Closes #2611
2021-05-27 12:11:20 -05:00
Jason Stirnaman 10f00e199b
fix: Added temporary alias to 1.8 Getting Started so old (v1) externa… (#2589)
* fix: Added temporary alias to 1.8 Getting Started so old (v1) external links get routed to it (#2507)

* Update content/influxdb/v1.8/introduction/get-started.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-25 15:30:36 -05:00
Scott Anderson d1ac50d747
Flux 0.117.0 (#2582)
* Flux 0.117.0 release notes

* updated to function to include host and token for remote writes
2021-05-24 14:49:51 -06:00
kelseiv 7c08a34efc
Add Enterprise 1.8.6 release notes (#2579)
* add OSS 1.8.6 release notes

* remove OSS release notes; nothing changed in OSS

* update Enterprise 1.8.6 release notes

* Tim edits

* updates to AE debug logging per David

* reorder bug fixes

* clarify reason for OSS 1.8.6
2021-05-24 09:51:37 -07:00
thevishvish b161a05131
Fix Typo - InfluxDB notification endpoint creation (#2580) 2021-05-24 10:19:25 -05:00
Scott Anderson d84164f3c2
uncomment brew install in 2.0 oss get started (#2577) 2021-05-21 14:22:23 -06:00
Scott Anderson 1fcc7e452c
update oss and cloud with latest-patch shortcode (#2562) 2021-05-19 09:39:01 -06:00
noramullen1 972d369623
Add downsample cell (addresses #2504 ) (#2560)
* Add downsample cell (addresses #2504 )

* Update content/influxdb/cloud/notebooks/downsample.md

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

* Update content/influxdb/cloud/notebooks/create-notebook.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-18 23:38:25 -07:00
John Corrigan 2aff1d23f5
Update join.md (#2563)
just removing a duplicate 'and' from the sentence
2021-05-18 20:13:31 -06:00
pierwill 2937f41432
Update create-task.md 2021-05-18 13:22:19 -05:00
pierwill 0ff9cef12c
Add example for creating a task via API (#2556)
Use "duplicate-oss" shortcode for "Create a task"

Closes #2540

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-18 09:51:35 -05:00
Scott Anderson 9c9ae6701f hotfix: update windows binary download url, closes #2554 2021-05-17 16:48:14 -06:00
Scott Anderson 40538c5a93 Merge branch 'master' of github.com:influxdata/docs-v2 2021-05-17 16:26:14 -06:00
Scott Anderson 26f67b661c hotfix: removed merge conflict artifact from glossary 2021-05-17 16:26:04 -06:00
kelseiv df14963f73
Prom histograms in Flux draft-in-progress (#2525)
* Update content/influxdb/v2.0/query-data/flux/histograms.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-17 13:49:48 -07:00
Scott Anderson bf75f87904
Flux 0.116 (#2555)
* Flux today function (#2537)
* Added flux 0.116.0 release notes
2021-05-17 14:27:01 -06:00
Scott Anderson 9c596bb433 updated timedMovingAverage examples, closes #2224, closes #2551 2021-05-17 11:45:14 -06:00
Ryan Betts 6d0a7d2e0d
Fix heading level for Stringable Constraint (#2552)
Was at heading level 5. Make this consistent with the other headers.
2021-05-17 08:35:49 -06:00
dahlinPL f144b5a65d
Update create.md (#2544)
fixed syntax in example
2021-05-14 15:26:49 -07:00
Jason Stirnaman b4acd6cefc
Merge pull request #2539 from influxdata/update/max-select-point-frequency
update: mention that max-select-point frequency only checks every second.
2021-05-14 13:49:36 -05:00
Jason Stirnaman 668470bb20
Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-14 13:47:05 -05:00
Jason Stirnaman 260660cc55
Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-14 13:46:48 -05:00
Jason Stirnaman 913bb9edda update: help Mac users resolve ulimit errors when writing CSV (#2491). 2021-05-13 13:30:59 -05:00
Jason Stirnaman b817bfdd1b update: mention that max-select-point checks every second (#1498). 2021-05-13 12:30:23 -05:00
noramullen1 6aa2475313
Rename GS and add new Cloud GS (addresses #2124) (#2413)
* Rename old GS (addresses #2124 )

* Update install.md

* Add GS

* Update get-started.md

* Update get-started.md

* Update get-started.md

* Remove alia

* Fix cloud menu

* 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/sign-up.md

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

* Update content/influxdb/cloud/sign-up.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/sign-up.md

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

* Address PR feedback

* Revert changes to oss GS

* Update content/influxdb/cloud/sign-up.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/sign-up.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update intro

* Update content/influxdb/cloud/sign-up.md

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

* Delete package-lock.json

* Address PR feedback

* Add back changes to install doc

* Update content/influxdb/cloud/sign-up.md

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 <sanderson@users.noreply.github.com>
2021-05-12 13:24:33 -07:00
Jason Stirnaman c227d2e4b5
Merge pull request #2523 from influxdata/feature/2339-community-templates-link
feature: add community templates link to templates docs (#2339).
2021-05-12 11:47:06 -05:00
Jason Stirnaman 3d9886852d
Update content/influxdb/v2.0/influxdb-templates/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-12 11:23:56 -05:00
Scott Anderson 2ad0420020
Temporarily remove brew install instructions for influxdb 2.0 (#2526) 2021-05-12 10:05:30 -06:00
Jason Stirnaman 4450117039 feature: add community templates link to templates docs (#2339). 2021-05-12 10:19:26 -05:00
dahlinPL a6186f9210
Update create.md (#2522)
fixed description for --org --org-id and --password
2021-05-12 09:12:18 -06:00
Scott Anderson 8f3dcffb4f
Flux 0.115 (#2517)
* Flux Alerta package (in the correct branch) (#2498)

* Flux Alerta package (#2494)

* added flux alerta pkg, closes #2492

* duplicated alerta packages in cloud

* Revert "Flux Alerta package (#2494)" (#2497)

This reverts commit e8907fa54a.

* Revert "Revert "Flux Alerta package (#2494)" (#2497)"

This reverts commit 0704845f45.

* Flux experimental table package (#2496)

* flux table.fill function, closes #2493

* updated table.fill page weight

* added import statement and syntax key to table.fill example

* minor content change on table.fill

* flux 0.115 release notes

* added duplicate-oss to table package in cloud
2021-05-11 16:07:41 -06:00
Jason Stirnaman a1c23310f5 fix: replace incorrect page URLs. 2021-05-07 17:26:51 -05:00
Scott Anderson c529ecd958
update language around windows support in oss upgrade guide, closes #2499 (#2501) 2021-05-06 16:44:42 -06:00
Scott Anderson 0704845f45
Revert "Flux Alerta package (#2494)" (#2497)
This reverts commit e8907fa54a.
2021-05-06 16:35:40 -06:00
Scott Anderson e8907fa54a
Flux Alerta package (#2494)
* added flux alerta pkg, closes #2492

* duplicated alerta packages in cloud
2021-05-06 16:30:54 -06:00
Scott Anderson 08c1c29586
Flux 0.114 (#2495)
* added flux 0.114.0 and 0.114.1 release notes

* Add experimental/influxdb and experimental/usage packages. (#2484)

* added experimental influxdb package

* added experimental usage package

* fixed description of usage package

* added introduced version to experimental usage and influxd pkgs

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updates to address PR feedback

* duplicate new functions in cloud

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-05-06 13:59:16 -06:00
Daniel Campbell f0ddb5e9b3
Update _index.md (#2489)
Correct "OSS" to "Cloud" on the Write Data cloud page.
2021-05-06 09:29:01 -06:00
Jason Stirnaman 5ff98793aa
Merge pull request #2471 from influxdata/fix-2425
Added missing comma to array (#2425).
2021-05-03 15:55:28 -05:00
Jason Stirnaman 3ff3fea048 Added missing comma to array (#2425). 2021-05-03 13:49:26 -05:00
kelseiv cd2e9c466e
Simple annotations (#2348)
* draft annonation

* first draft annotations

* Update annotations.md

* uncomment edit & delete annotation procs

* annotation updates

* move annotations to Cloud; add overview links

* add bullet list

* update headers

* add view/hide overview link

* remove redundant header

* rmv redundant header

* rmv extra sp

* rmv sp

* fix numbering

* fix more numbering

* update procedures with latest UI changes

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* add annotations video & reorg content to fit

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* fix sql link

* Update content/influxdb/cloud/visualize-data/annotations.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-03 10:24:27 -07:00
pierwill 0ebf1b28e9
Fix paths to docker volume mounts (#2468)
Also bump InfluxDB version in k8s example.

Closes #2463, #2385, #2324.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-04-30 13:17:27 -07:00
Scott Anderson 48449a92ca
port interpolate pkg from flux-restructure branch, closes #2414 (#2467) 2021-04-30 13:21:17 -06:00
Scott Anderson 43d49365b2
Influxdb 2.0.6 (#2459)
* Re-add InfluxDB 2.0.5 (#2450)

This reverts commit c91442f88c.

* added release notes, updated 2.0.5 release notes

* updated download links for influxdb 2.0.6

* 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>
2021-04-29 14:04:33 -06:00
Kelly c91442f88c Revert "InfluxDB 2.0.5 (#2450)"
This reverts commit 4de7de611e.
2021-04-28 11:17:54 -07:00
Scott Anderson 62b0f31d2f hotfix: correction in shard doc 2021-04-28 09:49:22 -06:00
Scott Anderson 4de7de611e
InfluxDB 2.0.5 (#2450)
* Add `--compression` flag to `influx write` (#2243)

Add `--compression` flag to `influx write`

Closes #2240.

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

* Changes to /debug endpoints for InfluxDB 2.0.5 (#2246)

- Add --pprof-disabled influxd flag
- Add pprof-disabled to influxd config-options

Closes #2239.

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

* deprecated influx transpile command, closes #2266

* Update content/influxdb/v2.0/reference/cli/influx/transpile/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated influx transpile warning from deprecated to removed

* Deprecated 'influx transpile' command (#2304)

* deprecated influx transpile command, closes #2266

* Update content/influxdb/v2.0/reference/cli/influx/transpile/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* added new and missing influxd config options, closes #2297, closes #2293 (#2303)

* Add 'influx task retry-failed' command (#2334)

* added influx task retry-failed command

* add new task retry-failed flags, updated task task-based content, closes #2095

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* address PR feedback for task retry-failed

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated task retry-failed to address PR feedback

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated task-based failed task docs in cloud

* add profilers flag to influx query, closes #2338, closes #2327 (#2342)

* export lp to stdout, closes #2337 (#2343)

* export lp to stdout, closes #2337

* adjust output-path desc, updated command examples

* Clarify user migration in 1.x to 2.0 automated upgrade process (#2344)

* clarify user migration in upgrade process, closes #2336

* updated user migration content to address PR feedback

* updated migration doc for PR feedback

* 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>

* Updated restore docs (#2352)

* udpated restore docs, closes #2333, closes #2335

* Apply suggestions from code review

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* Apply suggestions from code review

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* describe full restore failure

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated restore doc to address PR feedback

Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Shard management (#2322)

* shard reference content

* added shard group diagram

* finished reference info for shards

* add shard group duration config flag and examples, closes #2283

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Edd Robinson <me@edd.io>

* addressed PR feedback for shard docs

* more updates to shard docs to address PR feedback

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* minor updates to shards doc in 2.0

* updated shard state content

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/influxdb/v2.0/reference/internals/shards.md

* updated shard group definition in glossary

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Edd Robinson <me@edd.io>

* removed unnecessary period from influx transpile

* Upgrade from OSS 2.x to Cloud (#2420)

* WIP v2 to cloud migration

* updated config create example in grafana doc, resolves #2415

* draft for v2 to cloud migration

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* minor update to cloud upgrade doc

* updated v2 to cloud upgrade guide to address PR feedback

* updated 1x compatability api docs for cloud

* updated write examples in cloud upgrade, added intro sentence to cloud upgrade landing

* Add file system layout reference doc (#2423)

* add file system layout reference doc, closes #2276

* added filesystem-diagram shortcode to contributing

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* updates to filesystem layout doc

* minor update to filesystem layout doc

* fixed typo in v2 to cloud migration

* added newline to filesystem diagram shortcode

* minor updates to fs layout doc

* added windows file system layout

* updated fs layout doc to address PR feedback

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* updates to address PR feedback

* Upgrade from 1.x to Cloud (#2424)

* add v1 to cloud upgrade guide with migrate CQs doc

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* udpated PATH verbiage in v1 to cloud migration doc

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* added caption shortcode, address PR feedback for v1 to cloud migration

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* replaced arbitrary username in cloud v1 compat api doc

* renamed v2 to upgrade doc

* removed old from-v2 cloud migration doc

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* moved diagram css

* minor update to heading in fs layout doc

* updated section heading in fs layout doc

* updated upgrage notification and migration guides

* general cleanup of page titles and descriptions

* Update query optimizations guide (#2441)

* updated pushdowns list, closes #2439, closes #1042

* added profiler information to optimize queries doc

* removed window as a heavy function

* minor change to optimize queries

* update usage of the word manipulate to operate

* add information about dynamically defining filter values, closes #2150

* add information about set vs map to query optimizations, closes #2101

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated pushdowns table

* updated table formatting

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Add windows install instructions (#2430)

* add windows install instructions

* removed unnecessary newlines

* removed notes and newlins from windows install instructions

* added known issues to windows warning

* updated windows install instructions

* updated influxdb version in 1.x and cloud docs

* InfluxDB 2.0.5 swagger (#2448)

* updated swagger files to use influxdata/openapi, added helper script

* fixed typo, added newline

* InfluxDB 2.0.5 release notes (#2426)

* InfluxDB 2.0.5 release notes

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated influxdb 2.0.5 release notes to address PR feedback

* last minute additiosn to 2.0.5 release notes

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* InfluxDB 2.0.5 additions (#2449)

* InfluxDB 2.0.5 release notes

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated influxdb 2.0.5 release notes to address PR feedback

* last minute additiosn to 2.0.5 release notes

* last minute updates to oss, closes #2306, closes 1825

* deduped viz type content

* added missing viz options

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated v1compat swagger

* minor updates to influxdb 2.0.5 release notes

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Edd Robinson <me@edd.io>
2021-04-28 09:10:30 -06:00
kelseiv ac530c6b6e
update Cloud release notes (#2442) 2021-04-27 16:05:26 -07:00
pierwill bc076402bb
Add "InfluxDB Cloud security" document (#2446)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-26 15:09:52 -07:00
Scott Anderson 615645d426
Map visualization (#2355)
* scaffolding for map visualization doc

* added examples images for other map modes

* updated map mode descriptions

* updated map viz to be more task-based

* add usgs sample data to cloud

* added earthquake example query to map viz

* commented out map customization steps

* added information about s2 cell ids in map viz

* updates to map viz to address PR feedback
2021-04-26 13:08:41 -06:00
Scott Anderson 182eb364b2
added release notes for Flux 0.113.0 (#2443) 2021-04-21 14:47:16 -06:00
kelseiv 83d7a649e3
InfluxDB OSS and Enterprise 1.8.5 (#2316)
* release notes draft
* add hyphen to -out
* update influx inspect to include report-disk
* update report-disk
* RN updates
* misc upd
* fix links
* remove issue re meta node
* clarify disk size in bytes
* add Listener issue
* take the meta node reference out
* Update TCP connection closure logging issue
* remove dup
* change to path
* edits from Sam
* tweaks to wording
* note about blank disk usage until flush
* log query text for POST requests
* update HTTP log format
* add httpd prefix to GET example
* add new bug fix to RN
* fix table format
* options task
* remove bug fix
* add release date
* InfluxDB Enterprise 1.8.5 release notes (#2438)
* update Enterprise 1.8.5 release notes
* add link to OSS 1.8.5 RNs
* edits from David
* 1.8.5 install updates (#2437)
* update release date
* update OSS release date
* update Enterprise release date
* update to version 1.8.5
* fix empty verification blocks; adding numbering
* fix verification blocks in data node install
* combine redundant steps
* update versioning in data node install
* edits from Tim
2021-04-20 14:17:55 -07:00
Jack Burgess 0032571645
docs: fix "percentates" typo (#2428) 2021-04-16 11:45:51 -07:00
pierwill ad7ca3499e
Fix some uses of the term "third-party" (#2407)
"Third-party" should be hyphenated when used as a modifier.
2021-04-12 11:03:32 -07:00
Scott Anderson 816a939d95
added flux 0.112.1 release notes (#2411) 2021-04-12 11:44:29 -06:00
kelseiv f0aa06a166
fix button (#2409)
* fix button

* minor edits
2021-04-12 10:22:44 -07:00
Scott Anderson 8f4b72b082
Add examples for custom functions with scoped variables (#2406)
* added examples for custom functions with scoped variables, closes influxdata/DAR#196

* changed manipulate to use

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* updated custom function example

* minor updates to custom functions doc

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-04-12 10:43:38 -06:00
Scott Anderson 6ff54ae15a
Add cloud note to schema package (#2404)
* added cloud note to schema package, closes influxdata/DAR#181

* 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>

* fixed frontmatter formatting

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-04-09 15:57:27 -06:00
Scott Anderson 225b17bf1c
Add information about time boundaries in INTO queries (#2403)
* added information about time boundaries and into queries, closes influxdata/DAR#192

* updated info about into queries
2021-04-09 09:26:06 -06:00
Scott Anderson bc2246e6fc
added tracking links for cloud marketplaces, closes influxdata/DAR#195 (#2402) 2021-04-09 09:03:25 -06:00
Scott Anderson a293d801cb
Flux 0.112.0 (#2401)
* added flux-0.111 release notes

* added flux 0.112.0 release notes

* Flux OEE package (#2397)

* added oee pacakge

* updated description of APQ params

* 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>

* addressed PR feedback for OEE package

* updated oee functions to address PR feedback

* added oee functions to cloud

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Add missing testing functions (#2393)

* add missing testing functions

* marked testing.benchmark as draft

* updated testing.benchmark

* added introduced frontmatter to testing.load

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* updated testing package to address PR feedback

* updated testing docs to address PR feedback

* duplicated testing functions in cloud

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>

* Add experimental transformations (#2398)

* added experimental transformations

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* address PR feedback for experimental functions

* minor updates to experimental function docs

* duplicated experimental functions in cloud

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>
2021-04-08 18:42:30 -06:00
Scott Anderson ff97e554a8
Flux v0.111.0 (#2394)
* added flux-0.111 release notes

* Flux TICKscript package (#2388)

* WIP tickscript package

* WIP tickscript pkg

* fleshed out tickscript pkg

* added introduction version to flux pkg

* updated to address PR feedback

* fixed output typos

* duplicated tickscript package to cloud
2021-04-07 11:33:46 -06:00
Bucky Schwarz 866292bde8
docs: update js client library example code (#2390)
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-04-07 10:33:30 -07:00
Russ Savage b98c0f765b
fix: type in custom check comment (#2389) 2021-04-06 16:31:53 -06:00
Scott Anderson 97f002f0f6
added cloud region request button, closes #2370 (#2384) 2021-04-01 20:56:14 -06:00
pierwill 64daed830f
Update Homebrew installation docs for InfluxDB 1.8 and 2.0 (#2383)
Closes #2381.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-01 15:08:53 -07:00
pierwill d32b1cc3a5
Add example query using map type dashboard variable (#2377)
Closes #782.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-01 12:18:36 -07:00
pierwill 55056611e0
Debian/Ubuntu installation: use separate keyring for InfluxDB key (#2365)
Debian/Ubuntu installation: use separate keyring for InfluxDB key

Adding a key to Ubuntu/Debian trusted keyring is bad practice.
2021-04-01 11:06:09 -07:00
Justin Yeoh d96c990975
Update _index.md (#2380) 2021-04-01 07:29:00 -07:00
Scott Anderson e9dff9eae2 Merge branch 'master' of github.com:influxdata/docs-v2 2021-03-30 13:32:17 -06:00
Scott Anderson c251cd3b0a hotfix: fixed duplicate array menu item 2021-03-30 13:32:10 -06:00
Sokkensoepje 41672c17ba
Update _index.md (#2125)
* Update _index.md

Small typo in the first command for Ubuntu

* Update content/influxdb/v2.0/reference/cli/influx/completion/_index.md

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 <sanderson@users.noreply.github.com>
2021-03-30 11:18:35 -06:00
Kelly bdee29bbc2 options task >> option task 2021-03-29 18:57:18 -07:00
Scott Anderson b858fa254b duplicated array.from to cloud 2021-03-29 13:43:32 -06:00
Scott Anderson c4c581d230 promoted array package from experimental 2021-03-29 13:38:32 -06:00
pierwill 5178d60c9d
Fix example blocks in line protocol tutorial (#2359)
* Fix example blocks in line protocol tutorial

Closes #https://github.com/influxdata/DAR/issues/191.

* fix setup tip format

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-03-29 09:59:45 -07:00
Russ Savage 4ed6d5b76a
fix: dataTime to dateTime (#2361) 2021-03-29 10:35:52 -06:00
Scott Anderson 871c0db598
Flux 0.109 (#2354)
* added flux 0.109.0 and 0.109.1 release notes

* Document changes to Flux string interpolation (#2326)

* Add new content on string interpolation from SPEC.md

Closes #2314

* added the stringable constraint

* Update content/influxdb/v2.0/reference/flux/language/string-interpolation.md

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

* Add 'mode' parameter to 'csv.from' (#2353)

* updated csv.from with new mode parameter

* minor updates to csv.from

* updated description of raw csv parsing mode

* updated csv.from in cloud, updated raw parse mode description

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-03-26 16:21:18 -06:00
pierwill 0b796c5fed
Fix typo (#2351) 2021-03-25 08:39:17 -07:00
kelseiv bb2b34dac9
fix typo 2021-03-24 16:32:29 -07:00
kelseiv ccb99bb888
Fix note about data retention in free tier (#2341)
* Fix note about data retention in free tier
* Update content/influxdb/cloud/account-management/pricing-plans.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-24 16:19:46 -07:00
Scott Anderson 94ddeb0de3
fixed formatting in 1.8 auth setup doc (#2347) 2021-03-24 15:34:09 -06:00
Stephen von Takach ad8c8d28c7
add crystal s2 cell library to shape geo data (#2340) 2021-03-23 15:44:30 -06:00
Scott Anderson 9dcfcace5a
Create ui/timestamp-formats shortcode (#2259)
* create ui/timestamp-formats shortcode, closes #2249

* added time-format shortcode to other viz docs

* updated cloud viz docs with time format shortcode
2021-03-19 16:36:51 -06:00
kelseiv aca9087a1c
fix links (#2321) 2021-03-18 15:44:05 -07:00
kelseiv b2c66c266b
tweaks to 1.x compatibility (#2313)
* tweaks to 1.x compatibility

* Update query.md

* Update write.md

* Update content/influxdb/v2.0/reference/api/influxdb-1x/query.md

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

* Update content/influxdb/v2.0/reference/api/influxdb-1x/write.md

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

* Update content/influxdb/v2.0/reference/api/influxdb-1x/write.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-17 14:45:27 -07:00
Russ Savage 094111871c
fix: example on regexp.findstring (#2310) 2021-03-17 14:45:22 -06:00
kelseiv e037d94b92
Misc (#2309)
* update 1.x compatibility doc

* misc 1.x upds

* edits

* edit
2021-03-17 11:27:29 -07:00
Scott Anderson 8289c95ef9 hotfix: fixed filepath for experimental.spread 2021-03-17 09:56:29 -06:00
Scott Anderson 37e28bd128
Flux 0.108 (#2305)
* flux 0.108 changelog

* Flux VictorOps package (#2295)

* added flux victorops package, closes #2277

* added cloud version of victorops pkg

* Flux Zenoss pkg (#2292)

* added zenoss package, closes #2278

* added cloud duplicates for zenoss package

* updated zenoss pkg to address PR feedback

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Flux BigPanda package (#2301)

* added flux bigpanda package, closes #2279

* added cloud version of bigpanda package

* added information to bigpanda pkg about converting timestamps

* Update content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/_index.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* added 0.108 package links to flux changelog

* added flux 0.108.1 to flux changelog

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-03-17 08:51:41 -06:00
kelseiv 5f8efecba6
Merge pull request #2299 from influxdata/dar-184
Change to request to --get for --data-urlencode
2021-03-16 09:48:06 -07:00
Kelly 6d7886b171 chg to --get for --data-urlencode 2021-03-16 09:43:55 -07:00
noramullen1 d03e0eda04
Update notebooks (#2253)
* Add top-level notebook video (addresses #2090 )

* Add downsample video and fix typo (addresses #2089 )

* Add clarification about preview button

* Update content/influxdb/cloud/notebooks/create-notebook.md

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

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Remove early access notes

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2021-03-16 09:38:51 -07:00
kelseiv 9d37aa7e9f
Update content/influxdb/v2.0/reference/api/influxdb-1x/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-16 09:06:30 -07:00
kelseiv 2ff510ddb2
Update query.md 2021-03-16 09:06:04 -07:00
Kelly 3f4a2058f5 https://github.com/influxdata/DAR/issues/183 2021-03-16 08:58:21 -07:00
Kelly 0e186280e1 clarification on Go module 2021-03-15 14:47:01 -07:00
Kelly b9d7295c8f add build from source bug fix 2021-03-15 14:41:28 -07:00
Kelly 31e27f8428 update 1.7.11 RNs and add new config option 2021-03-15 14:00:53 -07:00
Scott Anderson 5a68bb4171
Flux 0.107 (#2284)
* added flux 0.107 release notes

* updated kaufmansAMA function

* added all new experimental function signatures

* address PR feedback

* 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>
2021-03-12 17:01:14 -07:00
Scott Anderson c9cc1028a5 Merge branch 'master' of github.com:influxdata/docs-v2 2021-03-12 16:37:51 -07:00
Scott Anderson e8d2155fdc hotfix: updated flux slack examples 2021-03-12 16:37:20 -07:00
Kelly 16532d3b9c Merge branch 'master' of github.com:influxdata/docs-v2 into memory 2021-03-12 15:19:47 -08:00
pierwill 53f4f4d1c8
Manual upgrade / upgrade doc restructure (#2264)
* Start work on "Manually upgrade" docs

- Add content from Grafana doc
- Begin adding context and introduction
- Add content from automatic upgrade guide
- Mention secure-by-default
- Add backup warning

* Add info about authorizing `influx v1` commands

* 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>

* Add influxd upgrade recommendation

* Update content/influxdb/v2.0/upgrade/v1-to-v2/manual-upgrade.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Add conceptual info to `influx v1 auth` CLI docs

* Work on PR feedback

* Work on outline and ToC

* Reorder migrate data instructions

* Work on guide

Add related links

* Edit data migrations section

* Mention "manual upgrade path" in automatic upgrade doc

* Spell check

* Add link and move manual upgrade notes in auto guide

* Work on guide

* Fix notes for directing users to right upgrade guides

* Reorgization upgrade docs

* Work on Upgrade landing page

* Start clarifying decision tree

* Rm comments

* Clean up landing page

* updates to 2.0 upgrade guides

* more updates to manual upgrade guide

* more updates to upgrade docs

* updated reference docs

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* fixed typos in auto-upgrade guide

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* fixed structure of migrate config settings

* updated upgrade landing structure, updated links

Co-authored-by: pierwill <pierwill@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: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-11 16:13:51 -07:00
Scott Anderson 180f6a8d5d
remove ro-only docker mount, closes #2274 (#2275) 2021-03-10 09:17:28 -07:00
Scott Anderson 11c6a3ee45
Influxdb 2.0 Docker upgrade (#2265)
* influxdb 2.0 docker upgrade, closes #2257

* 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>

* updated docker upgrade doc to address PR feedback

* Apply suggestions from code review

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* added more mounts to docker examples

* Apply suggestions from code review

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* updated note about boltdb config path

* removed tabs from docker page

* removed more tabs from docker update guide

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2021-03-09 13:49:56 -07:00
Scott Anderson a7948edf01 hotfix: join only joins two streams 2021-03-08 11:01:39 -07:00
Scott Anderson f1c894ba48
DAR fixes (#2254)
* updated join doc, closes influxdata/DAR#180

* add information about optimizing query result size, closes influxdata/DAR#179

* updated note about downloading query data

* minor changes to join description
2021-03-08 10:27:02 -07:00
Scott Anderson c2c2dd969f
Updated Mosaic description and add example queries (#2251)
* updated mosaic description and image, added example queries, closes #2250

* marked oss mosaic as draft

* typo fix
2021-03-05 14:55:06 -07:00
pierwill 64452f49d5
Remove outdated info (#2252)
* Remove outdated info

* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
2021-03-05 13:27:54 -08:00
Scott Anderson af8a029d3a hotfix: moved mosaic visualization into cloud 2021-03-05 13:21:24 -07:00
noramullen1 beb3d7b131
Add mosaic visualization (#2248)
* Create mosaic.md

* Add mosaic

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

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

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-05 12:01:22 -08:00
lanceybp 2b32d81d85
Update csv.md (#2245)
Fix --errors-file flag typo
2021-03-05 09:17:13 -08:00
Scott Anderson b408afb619 hotfix: more cq guide fixes 2021-03-04 22:40:53 -07:00
Scott Anderson e526cae51f hotfix: updated CQ details 2021-03-04 16:14:47 -07:00
Scott Anderson 89f3f4c6ae hotfix: update derivative param names 2021-03-04 15:27:48 -07:00
Scott Anderson b7d8c620b8
Updated examples in the CQ migration guide (#2242)
* updated examples in the cq guide

* udpated cq guide to address PR feedback
2021-03-04 15:06:58 -07:00
Scott Anderson 8eb9cb9211
Add 1.x Grafana docs (#2232)
* updated influxdb oss and cloud grafana/influxql instructions, closes #1340, closes #2165

* updated grafana cloud instructions to use token auth

* updated cloud grafana config screenshot

* show auth options with influxql in grafana doc

* added tab onload js, WIP grafana rework

* updated content for influxql in grafana

* minor updates to grafana doc, closes #2211

* added information about downloading and configuring the influx cli to cloud grafana doc

* minor update in cloud grafana doc

* updated grafana influxql decision tree

* fixed some typos

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* addressed PR feedback

* added updates to grafana

* scaffolding for grafana doc in 1.7

* add grafana docs for influxdb 1.7 and 1.8, closes influxdata/DAR#125

* updates to 1.x grafana docs

* added grafana docs to enterprise 1.7 and 1.8, closes influxdata/DAR#107

* adjusted menu order of enterprise tools section

* updated enterprise grafana docs to address PR feedback

* added information about RPs and more examples, closes #2215

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-03-04 11:32:18 -07:00
Max Printz 4660f6c020
Updated the UI references (#2234)
* Updated the UI references

Added the new UI pictures and references to the button locations. Also added more info on the retention policy.

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-04 11:05:05 -07:00
pierwill 7f7f44351e
Fix port number in `influx write` CLI doc (#2238) 2021-03-03 13:38:53 -08:00
pierwill 7700f0eb9f
Add video to "Automatically configure Telegraf" (#2231)
Adds "How to Add Data to InfluxDB Cloud with Telegraf in 5 Steps"
2021-03-02 15:16:12 -08:00
Samantha Wang 972b0f7efa
Add video to automatically configure Telegraf (#2122)
Add youtube video: https://youtu.be/M8KP7FAb2L0
2021-03-02 10:16:13 -08:00
Scott Anderson 57da1eff86
added note to leave out task options when creating new task, closes #2202 (#2203) 2021-03-01 14:03:41 -07:00
noramullen1 329e3ccb93
Ticks visualization (#2175)
* Update band.md

* Add tick marks and legend update

* add verbal phrases and minor edits

* UI updates

* hide Legends section

* add SI default

Co-authored-by: Kelly <kelly@influxdata.com>
2021-03-01 12:59:46 -08:00
Scott Anderson efa9d5203c
added notes to all v1 auth commands about not working with cloud, closes #2208 (#2223) 2021-03-01 10:38:39 -07:00
Doug Hoard 91cfc667b7
Fixed use tokens documentation (#2217)
Fixed use tokens documentation
2021-02-26 22:08:55 -07:00
Scott Anderson 46d0f16dc0
upgraded hugo to 0.81.0, fixed isset build error, fixed formatting in grafana doc (#2218) 2021-02-26 21:54:41 -07:00
Scott Anderson 368dd4ebc4
Update Grafana docs for OSS 2.0 and Cloud (#2210)
* updated influxdb oss and cloud grafana/influxql instructions, closes #1340, closes #2165

* updated grafana cloud instructions to use token auth

* updated cloud grafana config screenshot

* show auth options with influxql in grafana doc

* added tab onload js, WIP grafana rework

* updated content for influxql in grafana

* minor updates to grafana doc, closes #2211

* added information about downloading and configuring the influx cli to cloud grafana doc

* minor update in cloud grafana doc

* updated grafana influxql decision tree

* fixed some typos

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* addressed PR feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-26 18:31:19 -07:00
Scott Anderson 74e6c737e5
Flux 0.106 (#2199)
* added flux 0.106.0 release notes

* added experimental.integral function

* added experimental.window function

* updates experimental.integral and experimental.window to address PR feedback

* 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>
2021-02-26 15:52:48 -07:00
pierwill 77ff9d6f65
Document using a config file through Docker volume (#2207)
Document using InfluxDB config file with Docker volume

Replace quay image with DockerHub

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-26 12:30:46 -08:00
Daniel Moran da1aa5d57e
Link to DockerHub for upgrade instructions. (#2214)
* Link to DockerHub for upgrade instructions.
* Update from review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-26 11:10:42 -08:00
pierwill 5c95d77489
Document using volume mounts with Docker image (#2205)
Document using volume mounts with Docker image

Work toward #1947.

Re-order phone home and docker shell content.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-25 09:38:29 -08:00
Bojan Oro 28a183f247
Update Grafana auth steps for InfluxQL against Influx2.0 (#2029)
* Update auth steps for InfluxQL against Influx2.0

Addresses https://github.com/influxdata/docs-v2/issues/1942

* Apply PR change requests

* Adjust step numbers
2021-02-25 09:52:15 -07:00
Scott Anderson e9a8b6c039
fix CLI flags table structure and styles (#2204) 2021-02-24 18:52:03 -07:00
Scott Anderson 96621fe39f
added examples to profiler package, closes influxdata/DAR#175 (#2180) 2021-02-22 15:03:06 -07:00
Scott Anderson c1ca5c8408
Fix broken internal links – SEO link audit (#2189)
* link audit, remove info about stopping influxd in restore docs, closes #2168

* fixed broken internal links for seo link audit

* updated canonical logic to be smarter

* fixed canonical links and broken images

* fixed errant find and replace

* fixed formatting of kapa event handler docs

* more link fixes

* more link fixes, support latest shortcode in telegraf plugin descriptions
2021-02-19 11:07:47 -07:00
Scott Anderson 89d354a8c8
Fix email alert examples, closes #2187 (#2188) 2021-02-18 10:25:36 -07:00
pierwill 0572bdf3b9
Mention influx CLI on "Write data" landing page (#2192)
This makes the CLI docs easier to find for those readers visually scanning the page for the term "CLI".
2021-02-17 16:14:38 -08:00
David 2f67737ad7
Update link to influx-cxx (#2181)
* Update link to influx-cxx

Originally linked project is unmaintained, new link goes to active fork

* add c++ library to v1.8 api_client_docs

* add c++ library to doc description for v1.7 api_client_libraries
2021-02-17 07:46:08 -07:00
kelseiv 4d81f9d4a2
Remove 1.8.3 was unreleased note; add 1.8.3 release notes back (#2186)
* remove 1.8.3 "unreleased" note; add 1.8.3 RNs back

* rmv 1.8.3 changes from 1.8.4 list
2021-02-16 17:05:55 -08:00
noramullen1 27821a513c
InfluxDB 2.0.4 (#2134)
* Changelog for 2.0.4
* Update influxdb.md
* New influxd commands, flags, and config options (#2139)
* added influxd print-config command
* added --overwrite-existing-v2 flag to influxd upgrade
* added export-lp command
* added nats-related config options to influxd
* updated influxd docs to address PR feedback
* minor updates to influxd docs
* removed ignored files from the repo
* closes #2079
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update upgrade docs to note removal of inmem option (#2138)
* Update upgrade docs to note removal of inmem option
* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Apply suggestions from code review
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Swagger files for InfluxDB 2.0.4 (#2145)
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* removed geo ref from oss swagger
* Add new items
* InfluxDB 2.0.4 binaries (#2144)
* updated download links and pkg links for influxdb 2.0.4
* updated underscores to dashes in binary example names
* removed unsupported tag matching operators from swagger, closes influxdata/DAR#160
* Update influxdb-k8-minikube.yaml (#2171)
* update v1-compat swagger with timestamp info, closes influxdata/DAR#118 (#2172)
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
  Co-authored-by: Scott Anderson <scott@influxdata.com>
  Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-02-11 15:55:09 -07:00
kelseiv 3b42f53684
closes #2025 (#2030) 2021-02-10 15:34:58 -08:00
kelseiv 5a4a2a1448
Chronograf 1.8.10 (#2142)
* misc 1.8.10 update
* fix link to latest Telegraf plugins
* update release date
* edits
2021-02-10 14:44:09 -08:00