Commit Graph

6002 Commits (581fd9c44de5f38550ad9fb9219019c159fd0d0d)

Author SHA1 Message Date
Sunbrye Ly 73115cbdd1 fix: pr request fixes 2022-06-17 09:30:09 -07:00
Sunbrye Ly 13b3b3009b fix: pr request fixes 2022-06-17 09:28:33 -07:00
Scott Anderson d0f4d657cf
hotfix: port update that fixes dead link in upgrade guide 2022-06-17 10:26:43 -06:00
Aleksander Bless b65522ba2c
Update automatic-upgrade.md (#3694)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-17 10:24:38 -06:00
sunbryely-influxdata 5a5510dfe2
Merge pull request #4116 from influxdata/fix/dar-305-export-all
fix: adding possible resource types
2022-06-17 09:23:15 -07:00
Scott Anderson a94dbfbb18
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 10:20:38 -06:00
Scott Anderson 00c08c2434
hotfix: update CLI links in 2.2 2022-06-17 10:19:55 -06:00
sunbryely-influxdata 5df7918f22
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 09:19:00 -07:00
David ce7260b62e
Update _index.md (#3929)
fix "list" subcommand link

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-17 10:17:48 -06:00
Scott Anderson 62a798df64
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 10:15:23 -06:00
kelseiv 9b4de3b064
Add compaction information (#4084)
* add word to dict
* add compation info tsi details
* misc edits
* add compaction info to oss 2.2+
2022-06-16 14:49:57 -07:00
sunbryely-influxdata 516662cf12
Merge pull request #4132 from influxdata/fix/iot-starter-page
fix: fix children
2022-06-16 14:08:25 -07:00
sunbryely-influxdata 50a3eb1d99
Merge branch 'master' into fix/iot-starter-page 2022-06-16 14:01:33 -07:00
sunbryely-influxdata 6866c690bc
Merge pull request #4129 from influxdata/hotfix/tutorial-list-title
hotfix: JS tutorial list title.
2022-06-16 14:01:26 -07:00
sunbryely-influxdata d96040e60c
Merge branch 'master' into hotfix/tutorial-list-title 2022-06-16 13:58:25 -07:00
Sunbrye Ly 0a118d5f5f fix: fix children 2022-06-16 13:57:50 -07:00
lwandzura 128f0409fb
added edge data replication to title, fixed formatting (#4131)
* added edge data replication, fixed formatting
* fixed list numbering
* add Edge Data Replication overview doc; add task-based doc as child
* update filename replicate-data; add Sam's video

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2022-06-16 12:30:46 -07:00
noramullen1 1e1cc79eff
Telegraf 1.23 (#4119)
* version number updates

* Add changelog and new plugins

* add tags per pr review
2022-06-16 12:20:23 -07:00
JamesGibo 9cb89ce965
Correct replication instructions to use bucket id (#4130) 2022-06-16 09:57:42 -06:00
Jason Stirnaman 4e7acc1385 hotfix: JS tutorial list title. 2022-06-15 19:44:49 -05:00
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 4691282184 hotfix: update grafana screenshots to address user feedback 2022-06-14 21:04:33 -06:00
Scott Anderson 274cb90194
Flux 0.171 (#4121) 2022-06-14 14:30:23 -06:00
sunbryely-influxdata 49c23bce9e
Merge pull request #4117 from influxdata/fix/dar-301-offset
fix: add offset param description
2022-06-14 12:19:45 -07: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
sunbryely-influxdata f4c7cc37f1
Merge pull request #4090 from influxdata/fix/dar-300-flux-aggregatewindow
fix: changing location string to actual location obj
2022-06-13 16:22:01 -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 b82d35baf5
Merge pull request #4096 from influxdata/feat/dar-303-hourselection-improvement
fix: add location parameter to hourSelection()
2022-06-13 10:59:12 -07: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