Commit Graph

4863 Commits (2fc84884c3935b729c09448b1e80e286a0ad622f)

Author SHA1 Message Date
Jason Stirnaman 9e33fe690a
Jts/api guides (#3862)
* - Add tutorial that guides a developer through building a simplified IoT
  center app with client libraries.
- device registration and authorization.
- write and query--explain batch writes with the JS client library.

* - feat: queries and visualizations with Giraffe library. queryToTable, Giraffe table.

* feat(api-guide): revise intro, auth, example headings.

* feat(api-guide): describe resources. describe auth and API tokens.

- API basics

* fix: influxdb and iot center setup

* fix: update registration steps to include the new INFLUX_BUCKET_AUTH flow.

* feat(api-guides): Add client library example to fetch routes.

- install, links.
- replace use of getIoTAuthorizations with query from getDevices.
- breakdown create device API requests.
- initial commit of API guide using Next.js with Influx client libraries. Project source at https://github.com/jstirnaman/nextjs-iot-starter.
- explain the flow to register a device. Remove unused example code. TODO: document the setup and UI.
- Add UI code samples. Revise headings. Explain API purpose.
- UI component fixes and refactor. Input field takes a device ID, queries, and re-renders the list with results. Registration button submits device ID for a new authorization.

* feat(api-guide): add iot-starter guide index page, fix errors

- add the iot-starter directory and index page
- fix tag errors and links.

* feat: IoT starter navigation.

* feat(api-guide): nav and intros.

* wip: rearrange, move full examples to top of section and link to explainers.

* chore: Shared intro shortcode for iot-starter tutorials.

* fix: intros, navigation, and config instruction

- Add intro shortcode for tutorials to share.
- Organize navigation for language-specific tutorials (would prefer to unify as much as possible).
- Update environment variable config instruction.

* Feature/api guide python client (#4023)

* adding placeholders into code

* create_device not tested yet

* everything working except flux query and filter query

* fix: replace download button with spec link. (#4013)

- Closes #3810 - Remove download button and add a link to the spec source in Github.

* Enterprise 1.9.7 release notes (#4007)

* added not under flux updates

* updates based on feedback

* changed release notes date

* added requested update

* added detail about script builder (#3995)

* added detail about script builder

* Update content/chronograf/v1.9/guides/querying-data.md

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

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

* fix: async writes and deletes (#4015)

- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* Collect user feedback per page and restructure modals (#4014)

* WIP feedback forms

* WIP complete feedback lifecycles

* finalize page feedback interactions

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

* Revert "Enterprise 1.9.7 release notes (#4007)" (#4017)

This reverts commit c6f4a99d72.

* hotfix: fix cli homebrew package name, closes #4022

* docs: add python iot guide

* fix: remove .idea files

* fix: remove .idea files and package-lock

* fix: initial batch of fixes

* fix: finished PR changes

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Delete _index.md

Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>

* chore: replace UI code with GH links, fix navigation.

* feat: API client library tutorials

- Cleanup py and js tutorials.
- JS is still WIP.
- Fix nav.

* fix: Revise Node.js tutorial.

* fix: Revise Python tutorial.

* fix: Remove last bullet since Node.js tutorial isn't that far yet.

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/nodejs.md

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

* wip: Install and run the UI.

* docs: fix instructions and move UI docs to iot-api-ui README.

* fix: Update JS and Py tutorials with common UI.

* fix: Update code samples in nodejs and python IoT starter tutorials.

* fix: fixup.

* fix: Cleanup code tabs.

* fix: update toc

* fix: iot-starter

Fix examples.
Cleanup.

* fix: python restart

* fix: Cleanup.

* chore: add repo links

* Add cloud, fix frontmatter.

* fix: Remove links to sections.

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>
2022-06-15 19:15:46 -05:00
Scott Anderson bb10438c0b
add table of mapped CLI environment variables, closes influxdata/DAR#292 (#4063) 2022-06-15 13:30:43 -06:00
lwandzura be203b054d
added infinite retention period of 0 (#4122)
* added infinite retention period of 0

* suggestions

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-15 11:44:02 -05:00
kelseiv e279202e9b
draft-questions (#4123)
* draft-questions
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
2022-06-15 08:56:42 -07:00
kelseiv 499aeefc37
update verbiage to align with marketing (#4125)
* update verbiage to align with marketing
Co-authored-by: Sam Dillard <sam@influxdata.com>
2022-06-15 08:55:46 -07:00
Scott Anderson 274cb90194
Flux 0.171 (#4121) 2022-06-14 14:30:23 -06:00
sunbryely-influxdata 737d433a30
Merge branch 'master' into fix/dar-301-offset 2022-06-14 09:56:17 -07:00
Sunbrye Ly 6a75c4db0c fix: add new example 2022-06-14 09:17:37 -07:00
lwandzura cef03f69d7
added info on how to start influx (#4113)
* added info on how to start influx

* update command format

* typo

* edit

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

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

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

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

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

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

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

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

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

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

* suggested edits

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-14 10:38:32 -05:00
lwandzura 51a568fce4
added a related link on how scrapers work (#4101)
* added a related link  on how scrapers work

* made rsuggested changes
2022-06-14 09:20:55 -05:00
Sunbrye Ly 1696d5f0ba fix: add offset param description 2022-06-13 18:27:57 -07:00
Sunbrye Ly 1dd6bab1e6 fix: adding possible resource types 2022-06-13 18:12:45 -07:00
kelseiv 2c12bad1ab
Merge branch 'master' into fix/dar-300-flux-aggregatewindow 2022-06-13 16:15:50 -07:00
Scott Anderson 9847896fa7 hotfix: rollback date.add change to migration script, closes #4115 2022-06-13 16:25:38 -06:00
Scott Anderson 9b21aa7fb3 hotfix: bump CLI version for influx server-config command 2022-06-13 16:05:36 -06:00
sunbryely-influxdata 034f215753
Merge branch 'master' into feat/dar-303-hourselection-improvement 2022-06-13 10:31:51 -07:00
Scott Anderson bfe2695970
Flux 0.170 and other fixes (#4100)
* Flux 0.169-0.170 release notes, added updated pagerduty.endpoint output, closes #4098

* fix version usage on optimize queries doc, closes #4080, closes #4093

* point to date package constants, closes #4076

* updated type conversion functions to point to correct examples, closes #4074

* quick link fix
2022-06-13 08:59:47 -06:00
noramullen1 46736e2aed
Add may cloud updates (#4111) 2022-06-13 06:34:14 -07:00
Kelly bc7dc16514 clarify purpose of isType 2022-06-09 17:22:20 -07:00
noramullen1 c095ca8326
Cloud updates April 2022 (plus fix to typo in existing onboarding doc) (#4089)
* Cloud updates April 2022 (plus fix to typo in existing onboarding wizard doc)

* Remove help bar and move to May
2022-06-09 14:01:54 -07:00
lwandzura c406f7272f
Added directory info in data node section for enterprise 1.7 and 1.8 (#4109)
* added info about directories, fixed formatting

* fixed formatting
2022-06-09 12:16:48 -05:00
Scott Anderson 9e061213ef
Updated Grafana to represent new Grafana form (#4107)
* updated grafana to latest, closes #4042, closes #4105, closes #3346, closes #2416

* Update content/influxdb/v2.2/tools/grafana.md

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

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-09 06:24:05 -06:00
peterreg 15351ea20a
Draft for DAR 166 (#4104)
* Draft

* Updates from Kelly

Co-authored-by: peterreg <pregan@influxdata.com>
2022-06-08 17:29:40 -07:00
peterreg eb34c798dd
Adding InfluxDB University course links to relevant areas in docs (#4102)
* Adding InfluxDB University videos to various docs.

* Update content/enterprise_influxdb/v1.9/introduction/installation/_index.md

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

* Add edits from kelseiv

* Adding edit from Scott

Thanks!

Co-authored-by: peterreg <pregan@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-08 17:07:27 -07:00
Scott Anderson 85fdbc439f
InfluxDB 1.8 backup/restore revamp (#4095)
* WIP 1.x backup/restore revamp

* WIP backup and restore revamp

* WIP backup restore refactor

* WIP backup and restore rework

* added code-callout shortcode

* finished out backup/restore restructure
2022-06-08 17:02:19 -06:00
lwandzura 0f3ef0d9ca
comment out passive node until 1.9.8 (#4106)
* comment out passive node until 1.9.8

* one more

Co-authored-by: Kelly <kelly@influxdata.com>
2022-06-08 15:51:12 -05:00
Scott Anderson fa549eeb52 hotfix: fix syntax error in task example, closes #4066 2022-06-07 10:25:51 -06:00
lwandzura 3c679c704a
corrected the default, removed incorrect info (#4099) 2022-06-07 10:08:55 -05:00
kelseiv 4ba1118594
hotfix (#4097)
* hotfix
* Update content/enterprise_influxdb/v1.9/about-the-project/release-notes-changelog.md
2022-06-06 18:04:35 -07:00
Sunbrye Ly a66156ba57 fix: add location parameter to hourSelection() 2022-06-06 16:18:34 -07:00
sunbryely-influxdata 6eb402618a
Update content/flux/v0.x/stdlib/universe/aggregatewindow.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-06 14:08:45 -07:00
Sunbrye Ly 5bf3f25ca7 fix: changing location string to actual location obj 2022-06-06 12:46:38 -07:00
kelseiv 9f9804c8a6
fix dar 266 (#4086) 2022-06-03 16:02:11 -07:00
Scott Anderson 7789efc2fe
Add the influxdbu shortcode for diplaying InfluxDB University banners (#4083)
* add the influxdbu shortcode for diplaying InfluxDB U banners

* add influxdbu banner media queries

* remove placholder influxdbu shortcode

* blacklist heading elements from having anchor links added
2022-06-03 13:26:25 -05:00
kelseiv 5179cd2f57
updated query example for executing influxql (#4071) 2022-06-01 14:31:37 -07:00
noramullen1 5824d5ff74
Moved template patterns info under the only two data formats it applies (addresses #3899 ) (#4075)
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-06-01 13:07:07 -07:00
noramullen1 2efad2ef0f Fix broken link and add alias for future cases (addresses #4078 ) 2022-05-31 16:31:10 -07:00
Scott Anderson 9ab4ee25bb hotfix: remove telegraf external plugin list, add external info links 2022-05-26 22:40:21 -06:00
lwandzura ee02f88a71
Add passive node (#4008)
* add initial passive node description

* update glossary with passive node

* added updates

* updated passive node definiton and show command

* made requested changes

* Update content/enterprise_influxdb/v1.9/concepts/glossary.md

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

* Update content/enterprise_influxdb/v1.9/concepts/glossary.md

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

* Update content/enterprise_influxdb/v1.9/concepts/glossary.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/features/clustering-features.md

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

* Update content/enterprise_influxdb/v1.9/tools/influxd-ctl.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-05-26 17:33:08 -07:00
kelseiv 5d40d8e3b8
Revert "Revert "Enterprise 1.9.7 release notes"" (#4072)
* Revert "Revert "Enterprise 1.9.7 release notes (#4007)" (#4017)"

This reverts commit 61dd4f843d.

* update release date

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

Co-authored-by: Sam Dillard <sam@influxdata.com>

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

Co-authored-by: Sam Dillard <sam@influxdata.com>
2022-05-26 17:29:54 -07:00
Kelly 3cb3620b73 hotfix link to support for insights and aware 2022-05-26 11:46:47 -07:00
Scott Anderson db158ef67a hotfix: fixed telegraf install tab widths, closes #4067 2022-05-26 08:53:40 -06:00
Scott Anderson 0a145d1b52 hotfix: style fix or ol nested under ul 2022-05-25 16:37:22 -06:00
Scott Anderson 1ff4e3e6f5
Add TLS configuration options to Chronograf TLS guides (#4065)
* added tls configuration options to chronograf 1.8 and 1.9 tls guides, closes influxdata/DAR#282

* removed chronograf quay docker images

* Fix shortcode in 1.x managing security

* Apply suggestions from code review

* Apply suggestions from code review

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-05-25 09:41:51 -06:00
Scott Anderson 64328fc23d
Flux 0.168 (#4064) 2022-05-24 14:53:21 -06:00
lwandzura 39ade37dc2
Fix kotlin page (#4062)
* updated Kotlin page for OSS and cloud

* added desc and button to client libs in github

* Update content/influxdb/v2.2/api-guide/client-libraries/ruby.md

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

* Update content/influxdb/v2.2/api-guide/client-libraries/java.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-05-24 11:50:58 -05:00
Scott Anderson 3ea9c972d6
updated vscode execute query instructions, closes influxdata/DAR#295 (#4060) 2022-05-24 09:12:20 -06:00
Scott Anderson 4f47ef6910
updates clustering info is oss to better point to enterprise, closes influxdata/DAR#293 (#4061) 2022-05-24 07:01:06 -06:00
Scott Anderson 930ce15b4e
Remove "bulk-export by support" language in offboarding guide (#4057)
* remove bulk-export-by-support language, closes influxdata/DAR#296

* Update content/influxdb/cloud/account-management/offboarding.md
2022-05-23 13:54:30 -06:00
Scott Anderson 331ee73812
Add note about mapping a single DBRP to a single bucket (#4054)
* add note about mapping a single DBRP to a single bucket, closes influxdata/DAR#298

* removed read-only query descriptor in influxql doc
2022-05-23 13:02:16 -06:00
Jason Stirnaman 8856073366
Fix delete and async writes (#4021)
* fix: async writes and deletes

- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291

* fix: applied review comments.
2022-05-23 12:46:50 -05:00
Scott Anderson 6d278eab39
expand nfs restrictions in enterprise, closes influxdata/DAR#297 (#4055) 2022-05-23 11:17:27 -06:00
Scott Anderson fa86db610f
InfluxDB 2.x & Cloud FAQ (#4040)
* WIP FAQ, add flux version query, closes #4032

* faq page for 2.x and cloud, closes #4029

* Apply suggestions from code review

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
2022-05-20 14:47:27 -06:00
lwandzura 6e0adf506c
Fix manipulate timestamps (#4036)
* changed name to operate on timestamps

* change manipulate to operate on
2022-05-20 13:10:44 -05:00
noramullen1 a968a9aae8
Add config options back to 1.22 documentation (#4026)
* Add config option back; fix broken links

* fix latest links

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-05-17 17:54:32 -07:00
Scott Anderson 082cdf8f9e
Flux 0.167 (#4028) 2022-05-17 18:25:05 -06:00
noramullen1 57e3db7a74
Update release-notes-changelog.md (#4027) 2022-05-17 15:22:48 -07:00
lwandzura cfc16a755b
add JWT token requirement note (#4025)
* add JWT token requirement note

* added link to JWT config doc
2022-05-17 14:51:25 -05:00
lwandzura 1e2f9a56e9
Into clause link fix (#4024)
* fixed formatting on v1.3

* fixed formatting for 1.4 version

* fixed formatting for v1.5

* fixed formatting for version 1.6
2022-05-16 17:38:56 -05:00
Scott Anderson 1d388c2647 hotfix: fix cli homebrew package name, closes #4022 2022-05-16 08:44:14 -06:00
kelseiv 61dd4f843d
Revert "Enterprise 1.9.7 release notes (#4007)" (#4017)
This reverts commit c6f4a99d72.
2022-05-13 17:33:40 -07:00
Jason Stirnaman 1554f9b452
fix: async writes and deletes (#4015)
- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-05-13 17:06:29 -05:00
lwandzura f7d26af56d
added detail about script builder (#3995)
* added detail about script builder

* Update content/chronograf/v1.9/guides/querying-data.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-05-13 10:31:50 -05:00
lwandzura c6f4a99d72
Enterprise 1.9.7 release notes (#4007)
* added not under flux updates

* updates based on feedback

* changed release notes date

* added requested update
2022-05-13 10:25:08 -05:00
lwandzura cf5dc1729d
fixed broken links within doc (#4012) 2022-05-12 15:48:24 -05:00
Scott Anderson 7f6e799556 hotfix: fix date.add and data.sub docs 2022-05-11 21:35:38 -06:00
Scott Anderson e0682225bf
Flux 0.166, updated date.add and date.sub examples (#4003) 2022-05-10 09:34:49 -06:00
lwandzura ac8bd6b9e0
add additional detail about alert rules (#4000)
* add additional detail about alert rules

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-05-10 08:10:00 -05:00
lwandzura 8e431388b0
fixed Telegraf install links (#3997)
* fixed Telegraf install links

* added alias

* added alias

* added alias
2022-05-09 10:25:10 -05:00
Scott Anderson 54d69ccc30
Add information about columns with underscores (#3993)
* add information about columns with underscores, closes #2621

* removed orphaned shortcode tag
2022-05-09 09:00:09 -06:00
noramullen1 239f617e91
add conceptual videos (addresses #3965) (#3981) 2022-05-02 09:34:08 -07:00
noramullen1 445c1fb163
Onboarding wizards (addresses #3952 ) (#3980)
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-05-02 09:30:56 -07:00
Paweł Budzyński f6434fa2ac
Update on operate-on-columns.md (#3874)
Add fixed date in `range()` to ensure the query returns data. Select `location` column before `group()` to avoid error since different tables report `_value` in different types.

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-29 11:23:37 -06:00
Scott Anderson 45a07eb84c
update experimental usage pacakges, closes #3859 (#3992) 2022-04-29 10:56:06 -06:00
kelseiv aa65d24353
Merge branch 'master' into fix/run-task 2022-04-29 09:51:46 -07:00
noramullen1 02e1d35ea2
Add 1.22.3 (#3991) 2022-04-29 08:29:06 -07:00
Scott Anderson a2a178cedf
Fix Telegraf plugin anchors and links (#3989)
* updated telegraf plugin anchors, fix telegraf links, closes #3863

* 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>
2022-04-28 20:19:55 -06:00
Chris Blättermann 322724fecd
Document `--write-variables` and `--write-annotations` in `influx auth create` (#3939)
* Document --write-variables in influx auth create

Seems like this has not found it's way into the documentation, yet. Here, I added the info to use `--write-variables` which can be granted to users via the `influx auth create` command.

* Update create.md

Added `--write-annotations`.

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-04-28 17:35:41 -07:00
Jonathan A. Sternberg 522e71ce95
feat: package was removed from flux (#3985)
The map function now does this better and the function required extra
work to maintain that wasn't worth it. The function has since been
removed so it should no longer show up in the docs.

No deprecation notice because it is in a contrib package.
2022-04-28 10:26:33 -06:00
Scott Anderson 41dad558ef
Flux 0.165.0 (#3984) 2022-04-28 09:24:09 -06:00
Jason Stirnaman afbe39b8a2
Fix/api reference (#3977)
* chore: add decorator to strip trailing slash from path URLs

* chore: openapi processing

- remove custom tags and revert to managing tags in influxdata/openapi.
- remove security scheme content; revert to managing in influxdata/openapi.
- delete unused decorator
- fix strip-version-prefix--replace regex
- revert to bold for h4-h6
- use docs-release/influxdb-oss release branch for OSS docs.
- update README

* Update api-docs/README.md

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>

* chore: add instruction for updating the release branch.

* Update api-docs/README.md

* Update api-docs/README.md

* Update api-docs/README.md

* Update api-docs/README.md

* chore: update cloud API spec

- tag updates
- Invokable rename
- Cleanup.

* Update api-docs/README.md

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

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-26 17:16:36 -05:00
noramullen1 0f0930961e
Telegraf 1.22.2 (#3978)
* Telegraf 1.22.2

* Address PR feedback
2022-04-26 09:01:46 -07:00
Jaap Taal c7cb2e5190
Update derivative.md (#3975)
The default for `nonNegative` seems to be `false` not `true` as the documentation suggests.
2022-04-25 09:29:58 -06:00
Scott Anderson 41ec990f38
remove not about auto-creating kapa flux db, closes influxdata/DAR#275 (#3974) 2022-04-22 16:55:41 -06:00
Scott Anderson ae7392b064
add information about recommended minimum response size for gzip, closes influxdata/DAR#284 (#3973) 2022-04-22 16:41:11 -06:00
Scott Anderson 630c17a3f0 hotfix: corrected version for types package, closes influxdata/DAR#285 2022-04-22 13:22:06 -06:00
Scott Anderson db26643bd8
Update 'stateDuration()' descriptions (#3970)
* fix parameter on 1.x import commands

* update state duration descriptions, closes influxdata/DAR#289
2022-04-22 10:11:14 -06:00
Joshua Powers b84c11fda3
fix: update RPM/DEB repo URLS (#3901)
We now have stable, codename agnostic repo URLs for installing via a DEB or RPM. These URLs prevent the need to update constantly when new versions and/or releases occur. It also ensures that as a new distros are released we do not need to add them.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 09:32:35 -06:00
pierwill 8a016af46d
Add instructions on increasing `max_map_count` (#3932)
* Add instructions on increasing max_map_count

* Update frequently-asked-questions.md

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 09:21:06 -06:00
pierwill 7117ab6651
Note on `influx-ctl backup -shard` usage (#3934)
Closes https://github.com/influxdata/DAR/issues/248.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 08:55:31 -06:00
Dane Strandboge ebf1891004
fix: add missing `remotes`/`replications` `auth create` flags (#3966)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 08:37:57 -06:00
Jay Clifford dcb027188e
Updated hot keys for run query (#3967)
Previous hotkeys are no longer supported. Users are required to hit F5 instead.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 08:35:30 -06:00
Kerr1st 06cfb719b5
Update _index.md (#3969)
Broken Link

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 08:31:59 -06:00
Scott Anderson e69afde781
Update 'influx' CLI / Flux REPL examples (#3963)
* update influx cli flux examples with path-prefix flag, closes influxdata/DAR#288

* updated more influx cli flux examples
2022-04-22 08:12:27 -06:00
Joe-Blount 2e1724b5f0
chore: durability updates for TSM snapshots (#3944)
* chore: durability updates for TSM snapshots
* Update content/influxdb/cloud/reference/internals/durability.md
2022-04-21 14:00:16 -07:00
Scott Anderson 74d7b18e41
fix parameter on 1.x import commands (#3964) 2022-04-20 08:35:14 -06:00
lwandzura 1fa3db2e98
added new scipt builder functionalities (#3930)
* added new scipt builder functionalities

* added time range on schema data update

* Update content/chronograf/v1.9/guides/querying-data.md

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

* Update content/chronograf/v1.9/guides/querying-data.md

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

* Update content/chronograf/v1.9/guides/querying-data.md

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

* fixed page description

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-19 16:39:39 -05:00
Scott Anderson 1dda2f1107 hotfix: add credentials note to influx remote create command 2022-04-19 11:40:37 -06:00
Scott Anderson b1d46429ae
Flux 0.164 (#3960) 2022-04-19 10:31:04 -06:00
pierwill a04d10b617
Change contact info in security.md (#3957)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-14 15:54:25 -06:00
Scott Anderson dd1eca3f19
Flux 0.163.0 (#3954) 2022-04-12 13:54:03 -06:00
kelseiv 2ef4e39884
hotfix to remove data replication (#3950) 2022-04-11 18:31:44 -07:00
lwandzura 402a025f23
Cli2.3 release notes (#3942)
* add 2.3 release notes

* added cli 2.3 release notes
2022-04-08 12:02:50 -05:00
noramullen1 5c082f4907
Telegraf 1.22.1 (#3933) 2022-04-07 10:27:21 -07:00
kelseiv d674758ec0
base update to 2.2 (#3744)
* base update to 2.2

* draft release notes

* draft InfluxDB 2.2 release notes

* move release notes to new PR

* update api for 2.2

* fix menu items

* Update data/products.yml

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

* Update data/products.yml

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

* frontmatter fixes

* Feat/oss v2 2 metrics (#3762)

* feat: copy v2.1 metrics to v2.2.

* feat: new storage metrics in v2.2

* feat: v2.2 storage metrics.

* fix: revert 2.1 paths.

* Update "Get started with tasks" (#3763)

* update get started with tasks, closes influxdata/DAR#272

* Apply suggestions from code review

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

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

* update nats config options, update influxd-flags logic, related to #3766 (#3771)

* updated token create API examples, closes influxdata/DAR#267 (#3773)

* ported scalar values update to 2.2

* Chore/move openapicli process (#3801)

* Internal measurements for monitoring Enterprise (#3698)

* Add 1.21.4 (#3789)

* Add 1.21.4

* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md

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

* Add apt and knot plugins

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

* InfluxDB Enterprise 1.9.6 (#3650)

* Document meta-node HTTP access logging (#3486)
* Document `influxd-ctl backup -estimate` flag (#3484)
  Closes #3480
* add new option for SIGTERM (#3496)
* Document `-meta-only-overwrite-force` restore flag for Enterprise (#3487)
* Document `max-concurrent-deletes` option (#3697)
* Update Enterprise cluster metrics: add `openConnections` (#3703)
  Closes #3653
* Remove marketplace offerings from Enterprise
* Use bytes in certain Enterprise config examples (#3743)
* InfluxDB Enterprise 1.9: remove default values from configuration headings (#3759)

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>

* fix: bad link. (#3793)

* Update products.yml

* Feat/3411 link to cloud limits (#3795)

* feat: link from write error responses to related Cloud limits topics.

* feat: link Troubleshooting writes to Cloud limits.

* fix: grammar.

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

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

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

* First updates for the new brand (#3796)

* first pass with new branding, logos, fonts

* updated table font sizes

* removed unnecessary file

* Update assets/styles/layouts/_sidebar.scss

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

* a few last style updates

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

* chore: move openapi-cli postprocessing to the getSwagger step.

* chore: convert the content generators to functions so they're not executed on import (which broke the linter). Move the generators into the decorators and remove options args to simplify. Update and simplify the README. Update the oss v2.1 contract.

* README

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>

* port menu url fix from master to 2.2

* Feat/oss 2 2 config (#3774)

* wip: add new server-config CLI command and /api/v2/config path. Fix Operator token doc. (#3523)

* feat: document OSS-only  and . Deprecate assets-path: ""
(closes #3523)

* chore: add toc

* Replace run-time with runtime. (#3774)

* Update content/influxdb/v2.2/reference/cli/influx/server-config/_index.md

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

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

* formatted all flux examples in influxdb 2.2

* Fix/set tag groups (#3823)

* fix: replacement of Info: in contracts.
fix: add missing const declarations.
fix: add a decorator to remove redundant servers with empty URLs
  -- all servers should be root now since paths are explicit.

* fix: invalid mix of tags as strings and objects in root.tags. Convert all tags to objects with a default description.

* fix: use tag objects instead of mixing strings and objects in x-tagGroups -- fixes validation errors.

* port data retention and deletion updates to 2.2

* ported updated current version shortcode to 2.2

* Feat/3414 v2.2 debug pprof (#3844)

* feat: update API reference for OSS v2.2. Adds /debug/pprof.

* feat: add v2.2 runtime reference.

* fix: update URLs.

* port hardening-enabled config info, closes #3867, closes #3866 (#3873)

* Fix/3855 oss2.2 (#3857)

* fix: update npm example in v2.2. (#3855)

* fix: cardinality for ossv2.2 (#3850)

* updating placeholders in 2.2

* Document `influx remote` and `influx replication` (#3469)

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

* ported migration docs into 2.2

* updated edge.js

* porting various minor changes into 2.2

* InfluxDB 2.2 release notes (#3745)

* draft 2.2 release notes
* remove flux lines; regroup other items
* update link to Flux RNs
* update release notes
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
* fix frontmatter
* fix link; update version
* edit
* revert for review clarity
* Update influxdb.md
* note about technical preview & feature overview
* edit from Jason
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Updates per Tim H and Sam feedback
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* changes made from feedback
* changed technical preview notes
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* add link to OSS metrics page
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Add security section to influxdb/v2.2/reference/release-notes/influxdb.md (#3898)
* edits from Sam
* edit from sam
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.m
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* edits
* Update content/influxdb/v2.2/reference/release-notes/influxdb.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* edit from Sam
* edit from Sam
* edits from Tim
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jamie Strandboge <jamie@strandboge.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>

* Recover credentials (#3915)

* draft recover creds
* add relate
* add new option to index
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
* edit from SamA; add note
* sync headers
* add overview bullets; update links
* context from SamA
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.2/users/recover-credentials.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>

* update couple stray versions

* add technical preview to the glossary

* update release date

* fix link

* Add documentation for replications max-age (#3936)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Dane Strandboge <dane@strandboge.com>
2022-04-06 15:07:21 -07:00
noramullen1 56bdc46d88
Notebooks version history (#3924) 2022-04-06 09:32:14 -07:00
pierwill 0d75f1a1cb
Add key and cert location to example TLS config (#3916)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-05 12:08:39 -05:00
pierwill 7643f32271
Edit `SHOW SERIES` docs (#3923)
* Edit `SHOW SERIES` docs

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-05 11:41:17 -05:00
noramullen1 2eaf62dea5
February and March Cloud updates (#3909)
* February 2022 updates (addresses #3818)

* March cloud updates (closes #3822)

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-04-04 11:42:38 -07:00
lwandzura 866c606071
update alert rules page, remove manage tasks (#3921)
* update alert rules page, remove manage tasks

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* Update content/chronograf/v1.9/guides/create-alert-rules.md

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

* change based on feedback

* reverted a change to maintain formatting

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-04 08:53:43 -05:00
lwandzura de1400d837
Add Tickscripts page and info about it (#3912)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-04-01 16:17:36 -05:00
lwandzura fad1615a07
Add flux tasks page (#3913)
* add flux tasks page info

* add Flux tasks page info
2022-04-01 16:02:39 -05:00
Zeyad Kenawi b84532cedb
Update findrecord.md (#3919) 2022-04-01 11:04:57 -06:00
pierwill 16981f0484
Mention cache maximum errors in config docs (#3137)
See #3094
2022-03-30 10:35:40 -05:00
Scott Anderson 86055f89fd
Flux 0.160 and 0.161 (#3910) 2022-03-30 09:33:05 -06:00
Scott Anderson 939d59d505
Guides for migrating data (#3865)
* add guide for migrating data from cloud to oss, closes influxdata/DAR#270

* Apply suggestions from code review

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

* update cloud to oss migration guide to address PR feedback

* Apply suggestions from code review

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

* fixed typo

* Data migration (#3906)

* WIP migration section

* WIP migrate data

* add migrate data section with associated docs

* 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: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-03-29 14:44:01 -06:00
lwandzura b0c84c0884
Chronograf 1.9.4 release notes (#3904)
* draft

* stage latest for Larissa

* edits based on researching features

* made changes based on PM feedback

Co-authored-by: Kelly <kelly@influxdata.com>
2022-03-29 10:05:01 -05:00
noramullen1 5672185690
Fix to stashed changes (#3905) 2022-03-28 13:22:06 -07:00
lwandzura b6bc0647cd
Add to template (#3886)
* added TICK script example

* add toTemplate info and example
2022-03-28 15:11:20 -05:00
Samantha Wang 6cabe1d9cd
Fix precision definition in Telegraf configuration (#3809)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2022-03-28 12:59:02 -07:00
Sam Lai 2a2f675ed7
[monitor.deadman] fix duration in example (#3524)
The duration in the example code was `30s`, but the example title says _five minutes_.

This PR updates the example code to match the title, i.e. `5m`.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-03-28 08:48:24 -06:00
lwandzura 29fc5c8733
Add SASL description and config options (#3885)
* Add SASL description and config options

* Update content/kapacitor/v1.6/event_handlers/kafka.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-03-25 08:15:20 -05:00
Sunbrye Ly af7712cc22 Merge branch 'master' into fix/update-my-org-and-yourauthtoken 2022-03-24 14:43:32 -07:00
noramullen1 9854c7bf0f
Telegraf reorg (#3879)
* Reorg WIP

* misc updates

* updates

* Address PM feedback

* updates

* Add new troubleshoot page

* edits

* Address PR feedback

* Address PR feedback

* Update _index.md

* Update _index.md

* Telegraf 1.22 changelog (#3884)

* W

* Add changelog

* Fix yaml

* Update _index.md

* Whitespace should follow frontmatter

* Fix indenting

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-23 16:45:56 -07:00
Sunbrye Ly 0260d4f641 Removing angled brakcets within curl 2022-03-23 15:58:08 -07:00
Sunbrye Ly f9b33f7cb6 Merge branch 'fix/update-my-org-and-yourauthtoken' of https://github.com/influxdata/docs-v2 into fix/update-my-org-and-yourauthtoken 2022-03-23 14:08:32 -07:00
Sunbrye Ly d322bc61df fix to ampersand 2022-03-23 14:08:18 -07:00
Sunbrye Ly 25a5143053 Merge branch 'master' into fix/update-my-org-and-yourauthtoken 2022-03-23 11:57:31 -07:00
sunbryely-influxdata 4dec839eee
Update content/influxdb/cloud/organizations/buckets/create-bucket.md
Committing change request

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-23 10:14:45 -07:00
sunbryely-influxdata f0b1b9ffe7
Update content/influxdb/v2.1/security/tokens/use-tokens.md
Committing change request

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-23 10:13:46 -07:00
lwandzura 3dcda9150b
remove TLS 1.0 and 1.1 references (#3882) 2022-03-23 08:13:54 -05:00
Sunbrye Ly 6d25c62ef2 browsing what needs to be updated 2022-03-22 17:18:11 -07:00
lwandzura 2deea652bf
Kapa v1.6.4 realese notes (#3876)
* added features to release notes

* add Kapa 1.6.4 release notes

* changed some formatting

* cleaned up formatting

* updates based on feedback
2022-03-22 14:41:34 -05:00
Jason Stirnaman e1aa6cb62b chore: duplicate OSS for Cloud delete-task.md. 2022-03-21 09:01:06 -05:00
Jason Stirnaman dfbc3b5e53 fix: update task run docs with Clockface changes. 2022-03-21 08:48:28 -05:00
Scott Anderson 3a18dbc8ce hotfix: fix formatting in 1.x troubleshooting, closes #3868 2022-03-18 10:40:49 -06:00
Will Pierce b49f78c6e8
Add downsample example for `isType` function (#3847)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-03-18 10:53:37 -05:00
Kelly 5085e4e971 billing hotfix 2022-03-17 11:00:18 -07:00
Jason Stirnaman b9d8e2ad8c
fix: global write request limit is still 50 MB for the time being. It may be reduced in the future (see https://github.com/influxdata/DAR/issues/226). (#1448) (#3858) 2022-03-15 16:16:02 -05:00
Jason Stirnaman 57ee86ddfc
fix: link Resolving High Cardinality to Quotas. (#3850) (#3851) 2022-03-15 16:09:13 -05:00
Scott Anderson c479b6536c Flux 0.159 2022-03-14 13:05:03 -06:00
Jason Stirnaman 3199386877
fix: npm init use in nodejs example. (#3855) (#3856) 2022-03-14 12:32:03 -05:00
lwandzura 0782127bf0
correct the command to kapacitord (#3853)
* correct the command to kapacitord

* Update content/kapacitor/v1.6/administration/security.md

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

* Update content/kapacitor/v1.6/administration/security.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-03-14 11:34:41 -05:00
Scott Anderson d00050e843
Flux 0.158 (#3846) 2022-03-11 10:02:18 -07:00
Scott Anderson 2e7f295283 hotfix: fix broken link in enterprise installation page, closes #3837 2022-03-10 09:02:06 -07:00
lwandzura 741b0120ea
Add season3 videos (#3843)
* added season 3 videos and descriptions

* Added video descriptions and added videos to docs

* Update content/resources/videos/configure-telegraf-plugin.md

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

* Update content/resources/videos/configure-telegraf-plugin.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* Update content/resources/videos/telegraf-plugin-system-overview.md

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

* Update content/resources/videos/telegraf-plugin-system-overview.md

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

* Update content/telegraf/v1.21/introduction/getting-started.md

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

* Update content/resources/videos/influxdb-edge.md

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

* Update content/resources/videos/influxdb-edge.md

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

* Update content/resources/videos/influxql-oss-and-cloud.md

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

* Update content/resources/videos/influxql-oss-and-cloud.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/pivots-in-flux.md

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

* Update content/resources/videos/pivots-in-flux.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* updates from review

* added ndent

* indent

* fix yaml error

* fix yaml errors

* fixed punctuation

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-03-10 08:15:22 -06:00
Jason Stirnaman b7c984ed71
Feat/3414 debug pprof (#3840)
* feat: add v2.1 runtime doc for /debug/pprof profiling, trace, and command-line (#3414).

* fix: runtime description. (#3414)

* Apply suggestions from code review

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

* fix: apply PR suggestions (#3414).

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-03-09 13:50:06 -06:00
Scott Anderson 274ad2acaf hotfix: update current version shortcode to preserve version string, closes #3842 2022-03-09 09:57:49 -07:00
taramk 9c963ce9b4
Fix typo (#3838) 2022-03-08 12:09:11 -06:00
lwandzura c268032948
add show shards output example (#3833)
* add show shards output example

* Update content/enterprise_influxdb/v1.9/query_language/spec.md

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

* added suggested edits

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-03-08 10:24:02 -06:00
Scott Anderson c95eb4d7bd
Update delete docs, add data retention info, update schema functions (#3830)
* update delete docs, add data retention info, update schema fucntions with retention, closes #3223, closes #3786, closes #3730, closes #2571

* updated wording around querying expired data in cloud

* updated language about deleting fields

* Apply suggestions from code review

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-07 16:23:02 -07:00
pierwill 348c099f29
Kapacitor: Clean up configuration file locations (#3836)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-03-07 13:57:06 -06:00
Jason Stirnaman d48dabf6ec
fix: broken endpoint formatting in v1.x (#3831) (#3832) 2022-03-07 09:46:47 -06:00
Scott Anderson b4deb20732
Flux 0.157 (#3827) 2022-03-04 08:13:31 -07:00
pierwill b0168ac3f6
Update error code (#3817)
Closes #3815.

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-03 10:47:41 -06:00
pierwill 0c1b34509a
Update list.md (#3824)
Fix typo
2022-03-03 10:15:04 -06:00
Scott Anderson 19f84ade39 hotfix: fixed image formatting in grafana docs 2022-03-02 09:56:04 -07:00
Scott Anderson f2fd014e59
Added abilitly to toggle codeblocks to fullscreen (#3811)
* added abilitly to toggle codeblocks to fullscreen

* added trailing newlines

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-28 13:56:17 -07:00
Scott Anderson 6dadd7020e
Apply flux formatting to all Flux examples (#3814)
* applied flux formatting to code examples in the flux docs

* formatted flux examples in influxdb enterprise

* updated query examples in data file

* updated flux example formatting in cloud

* format flux examples in influxdb oss 2.1
2022-02-28 13:53:53 -07:00
pierwill b026dbfd00
Fix incomplete code snippet (#3813)
Fixes #3812
2022-02-28 11:49:47 -06:00
Scott Anderson 437255d575 update to function documentation, closes #3808 2022-02-24 15:51:58 -07:00
Scott Anderson 4e05312cb6 Flux 0.156 2022-02-23 14:26:10 -07:00
pierwill f68c5db9e4
Add link to location codes (#3805)
Closes https://github.com/influxdata/DAR/issues/277.
2022-02-23 09:52:13 -06:00
Scott Anderson 3c46beaf15
Flux 0.155 (#3804)
* added flux 0.155 release note

* add updated parameters to schema functions (#3790)

* Add new array functions (#3791)

* add new array functions

* added experimental array link to release notes
2022-02-22 12:32:16 -07:00
lwandzura 6e128e531b
fix dedupKey capitalization (#3802) 2022-02-22 11:15:24 -06:00
Scott Anderson fed1488e7d fix menu items with external URLs, closes #3797 2022-02-22 10:00:03 -07:00
Scott Anderson aa35a41094
First updates for the new brand (#3796)
* first pass with new branding, logos, fonts

* updated table font sizes

* removed unnecessary file

* Update assets/styles/layouts/_sidebar.scss

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

* a few last style updates

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-02-18 09:32:25 -07:00
Jason Stirnaman 7b9ffd4689
Feat/3411 link to cloud limits (#3795)
* feat: link from write error responses to related Cloud limits topics.

* feat: link Troubleshooting writes to Cloud limits.

* fix: grammar.

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-18 09:48:09 -06:00
Jason Stirnaman 88ea7d4252
fix: bad link. (#3793) 2022-02-17 12:01:02 -06:00
pierwill 7793554c66
InfluxDB Enterprise 1.9.6 (#3650)
* Document meta-node HTTP access logging (#3486)
* Document `influxd-ctl backup -estimate` flag (#3484)
  Closes #3480
* add new option for SIGTERM (#3496)
* Document `-meta-only-overwrite-force` restore flag for Enterprise (#3487)
* Document `max-concurrent-deletes` option (#3697)
* Update Enterprise cluster metrics: add `openConnections` (#3703)
  Closes #3653
* Remove marketplace offerings from Enterprise
* Use bytes in certain Enterprise config examples (#3743)
* InfluxDB Enterprise 1.9: remove default values from configuration headings (#3759)

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2022-02-17 11:14:44 -06:00
noramullen1 4d2b8d15f2
Add 1.21.4 (#3789)
* Add 1.21.4

* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md

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

* Add apt and knot plugins

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-02-16 18:01:29 -08:00
pierwill 65a351ed3c
Internal measurements for monitoring Enterprise (#3698) 2022-02-15 11:59:17 -06:00
Scott Anderson 99a0c30d8a hotfix: fix scalar values example function, closes #3781 2022-02-15 10:41:16 -07:00
lwandzura e840c96519
moved to correct position alphabetically (#3780) 2022-02-15 10:45:08 -06:00
lwandzura 86407f5f09
add technical preview definition to glossary (#3778)
* add technical preview definition to glossary

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-15 08:33:56 -06:00
Samantha Wang 7f0da8682b
Multiple fixes to Citibike HTTP guide (#3640)
* Update using_http.md

* Add image and update link

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2022-02-14 11:37:18 -08:00
Jason Stirnaman 5d275bdc03
Fix/3715 line protocol ref (#3749)
* WIP: apply corrections and additions from line-protocol-spec.

* fix: line protocol reference per the line protocol spec.

* fix: line protocol escape sequences.

* fix: Flux link

* fix: backslash escaping, naming restrictions, and canonical form (#3715)

* fix: add toc links (#3715)

* fix: underscore quotes.

* Apply suggestions from code review

Co-authored-by: Roger Peppe <rogpeppe@gmail.com>

* fix: line protocol examples. Remove misleading table for backslashes. Add links and notes for schema design best practices. Fix missing link targets.

* Update content/influxdb/v2.1/reference/syntax/line-protocol.md

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

* fix: specify that field values aren't indexed. Cleanup.

Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-11 13:12:10 -06:00
Scott Anderson 3a9f6cb9e9
Flux 0.154 (#3772)
* added flux 0.153-0.154 release notes

* update requests package for flux 0.154.0 (#3767)

* Document the 'display()' function (#3768)

* document new display function, closes #3764

* Apply suggestions from code review

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

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-02-11 10:39:32 -07:00
Scott Anderson 59c7d92650
added information about leading zeros in duration literals, closes influxdata/DAR#274 (#3770) 2022-02-11 10:08:15 -07:00
Jonathan A. Sternberg df89ac80a2
feat: add information and examples for push downs and performance implications (#3725) 2022-02-09 16:35:51 -06:00
Jason Stirnaman f3089ac619
fix: add sample output for CLI interactive setup. (#3690)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-09 09:27:00 -06:00
Jason Stirnaman 171283017c
feature: add scraping with the API (#2704) (#3704)
* feature: add scraping with the API (#2704)

* feat: document allowInsecure for scrapers.

* fix: boolean, not string.
2022-02-09 09:23:06 -06:00
lwandzura 36cb0ba955
Add rename TICKscript to manage TICKscripts section (#3760) 2022-02-08 08:35:31 -06:00
Samantha Wang 8be556e271
Update regular-expressions.md (#3757) 2022-02-07 15:46:54 -07:00
Jason Stirnaman 1960f8a05b
Feat/2567 monitor oss (#3689)
* feat: document OSS metrics. (#2567).

* feat: document /metrics. Fix descriptions and names. Add links.

* Update content/influxdb/v2.1/monitor-alert/templates/monitor.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Update content/influxdb/v2.1/reference/internals/metrics.md

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

* Apply suggestions from code review

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-02-07 11:13:28 -06:00
Scott Anderson 2e151cf628 hotfix: add more examples to requests package functions 2022-02-03 17:02:51 -07:00
Scott Anderson 094de70674
Flux 0.152 (#3741)
* added release notes for Flux 0.150.0 - 0.152.0

* add experimental/iox package (#3737)

* Add experimental/http/reqeusts package (#3736)

* add experimental/http/reqeusts package

* added link to flux release notes
2022-02-03 08:59:24 -07:00
Scott Anderson ddc41fa055
Support cloud regions with multiple clusters in the docs (#3693)
* support multiple clusters in cloud regions

* Apply suggestions from code review

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-02 14:00:34 -07:00
noramullen1 7e10ebcf0a
January cloud updates (#3723)
* Add january 2022 updates including cloud multi-account (addresses #3709 and #3685 )

* Update billing and new switch page

* Update cloud-updates.md

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

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

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

* Update cloud-updates.md

* Address PR feedback

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-02 11:47:24 -08:00
lwandzura 573abad33e
Add Chronograf 1.9.3 release notes (#3735)
* Add 1.9.3 release notes

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

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

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

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

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

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

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

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

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

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

* added note about 1.9.2

* made requested changes

* updated wording and release notes date

* updated 1.9.2 message

* removed warning message from 1.9.1

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-02 11:30:46 -06:00
kelseiv 0e85a8f236
Create new limits page (#3355)
* WIP
* WIP 2
* WIP 3
* work with Gunnar +editorial pass
* updates to pricing
* more WIP updates
* update plan links
* edit from Gunnar
* add table for error limits
* edit
* clarifications between global and plan limits
* add edit from Rob Kramer
* edits from Ryan
* edit from Tim
* Update content/influxdb/cloud/account-management/billing.md
* Update data-usage.md
* update menu
* add query and task processing global limits
* add note about interval and rmv API responses
* update intr
* More updates to the limits page
* edits with Gunnar
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
* edits from Tim
* Update content/influxdb/cloud/account-management/limits.md
* Update content/influxdb/cloud/account-management/limits.md
* Removes old frontmatter, crosslinks usage docs, fixes typo (#3738)
* removed old frontmatter, crosslinked usage docs, fixed typo
* Apply suggestions from code review
* delete old comment
* edits from Scott
* edit
* reorder column content and update old links
Co-authored-by: Gunnar Aasen <gunnar+github@gunnar.me>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-02-01 17:53:43 -08:00
noramullen1 b5611f0282
1.21.3 changelog (#3732)
* 1.21.3 changelog

* update date and version

* fix products

* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md

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

* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md

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

* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md

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

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2022-01-31 13:20:33 -08:00
lwandzura cb4c91b63d
added season 2 videos to docs (#3731)
* added season 2 videos to docs

* Update content/flux/v0.x/get-started/_index.md

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

* Update content/influxdb/v2.1/process-data/get-started.md

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

* Update content/telegraf/v1.21/introduction/getting-started.md

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

* Update content/flux/v0.x/get-started/query-basics.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-01-31 11:47:18 -06:00
Scott Anderson 1eea88a9df
added more details and examples to usage.from, closes #3687 (#3712)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-01-27 08:16:00 -06:00
kelseiv 932daa7f5d
Kapacitor 1.6.3 release notes edits (#3718)
* Kapacitor release notes update

* updated PigPanda and Alerta

* Added additonal detail from Emrys' feedback

* misc edits

* add new topic-buffer-length setting and event handler updates (#3711)

* added topic-buffer-length setting

* updated alert and bigpanda handlers

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-01-25 11:33:28 -06:00
kelseiv 4d57e39075
edit from Tim (#3719) 2022-01-25 08:03:10 -08:00
lwandzura c90e6a8002
Kapacitor release notes update - v1.6.3 (#3702)
* Kapacitor release notes update

* updated PigPanda and Alerta

* Added additonal detail from Emrys' feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-01-24 16:22:52 -06:00
noramullen1 86d8ac5c88
Add Dec 2021 cloud updates (#3692)
* Add Dec 2021 cloud updates

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

* Added new updates

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-01-24 12:44:32 -08:00
Scott Anderson 1f1feaa9c7
add information about navigating to the vscode explorer, closes #3708 (#3713) 2022-01-24 10:57:24 -07:00
lwandzura 74a81b5bcc
FGA location trusted change (#3699)
* fixed command syntax for OSS and Enterpise backups

* replaced -L with --location-trusted

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-01-21 08:39:51 -06:00