Commit Graph

5548 Commits (439a5d5e0ba343abbc2a8820687d56a8aa8080ce)

Author SHA1 Message Date
rydermeehan 439a5d5e0b
Update group-data.md (#3632) 2022-01-07 11:36:00 -08:00
rydermeehan c2c4e35975
Update statechangesonly.md (#3551)
fixed link / add aliases
2022-01-07 10:34:52 -08:00
rydermeehan 0790d04d0d
Update clustering.md (#3549)
fixed link / add aliases
2022-01-07 10:00:20 -08:00
Muthukumar Krithivasan SK e48768866d
Update telegraf_plugins.yml (#3637)
typo correction
2022-01-06 12:25:18 -08:00
noramullen1 b00e489f9d
Telegraf 1.21.2 release notes (#3636)
* Telegraf 1.21.2 release notes

* Fix minor version

* fix typo
2022-01-05 18:04:44 -08:00
Scott Anderson 97e7038167
Coveo search links in the search UI (#3534)
* working on modifying the display of search results

* added product and version to search results dropdown, updated search attributes

* fixed result highlighting

* updated the sidebar toggle icon

* add links to coveo search in search results modal

* uncomment search ux js
2022-01-05 15:58:21 -07:00
Scott Anderson 348fe3ac59
add season 2 for meet the developer series (#3536) 2022-01-05 08:15:48 -07:00
noramullen1 0df875945f
Fix flux link (closes #3474 ) (#3533) 2022-01-04 16:12:14 -08:00
Scott Anderson 460e80229a
fix JSON syntax error in bucket create example, closes influxdata/DAR#261 (#3535) 2022-01-04 15:52:46 -07:00
Kelly f725b1ad43 hotfix-remove Cloud updates draft 2022-01-04 12:18:09 -08:00
noramullen1 ba9d348fa1 Hot fix to version number 2022-01-04 11:58:34 -08:00
noramullen1 edf7805c52
Fix link to prometheus remote write (addresses #3525) (#3532) 2022-01-04 11:06:24 -08:00
kelseiv be8a35e3eb
Remove demo data (#3499)
* remove demo data from get started
* remove demo data ref in OSS Query sample data
* remove demo data in Write data to InfluxDB
* remove demo data from Sample data
* minor edits
2021-12-30 16:44:51 -08:00
kelseiv 0848686fa0
Nov cloud monthly updates (#3443)
* draft Nov monthly cloud updates
* hide token UI until Jan
* Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
2021-12-30 16:35:02 -08:00
lwandzura 5c78ddbf41
added starlark processor URL (#3530)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-12-29 12:24:48 -06:00
lwandzura e7c8b9218a
FGA update (#3513)
* Removed optional, added coarse permission req

* added admin verbiage

* refined language

* Update content/enterprise_influxdb/v1.9/guides/fine-grained-authorization.md

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

* reworded step 3

* update format, remove note

* clarified wording

* clarified wording

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-12-28 12:03:37 -06:00
Scott Anderson cd824beb58
Algolia search modifications (#3522)
* working on modifying the display of search results

* added product and version to search results dropdown, updated search attributes

* fixed result highlighting

* updated the sidebar toggle icon
2021-12-23 09:49:35 -07:00
Scott Anderson f0f9361fe4
Add more examples to usage.limits (#3519)
* added more examples to usage.limits, closes #3502

* remove search.html modifications
2021-12-22 16:13:29 -07:00
Scott Anderson e34213e6db
Flux 0.147.0 2021-12-22 15:25:26 -07:00
Scott Anderson 09f9d85690 hotfix: remove engagio integration, closes #3518 2021-12-22 15:10:17 -07:00
William Baker f88f060046
Update 2.x linux installation instructions (#3510)
* Update 2.x linux installation instructions

* Apply suggestions from code review

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-22 09:03:14 -07:00
Merouane Atig 66defd2ecf
Fix broken link to "loading source in the UI" page (#3516) 2021-12-22 08:54:04 -07:00
Jason Stirnaman 871105e0d6
fix: update UI create task instructions. (#3374) (#3515)
* fix: update UI create task instructions. (#3374)

* fix: use oss update-task for cloud. Fix update-task instructions. Fix syntax.
2021-12-21 16:45:51 -06:00
Jason Stirnaman b100bbf256
Fix/api securityschemes (#3488)
* fix: oss and cloud auth. Add bearer scheme for OSS.

* chore: Add an openapi CLI decorator that replaces INFLUXDB_DOCS_URL 'shortcodes' with the correct URL in specs.

* fix: API authentication descriptions and schemes in /api/v2 and V1Compat. Remove QueryString and Basic auth schemes from /api/v2 and add them to V1Compat, along with Token auth. Hook up the replace-docs-url-shortcode which is primarily for V1Compat for now due to the way that contract is managed. Add tag groups to V1Compat.

* fix: add v1compat Info description. Comment out Bearer auth in OSS until it's available in Cloud.

* fix: add replace-shortcodes decorator. Fix v1-compat tag-groups. Fix spec titles.

* fix: restore BasicAuth scheme definition for the users operations that reference them. Still need examples for these.

* fix: remove 1.x BasicAuth references where they don't belong.

* chore: sync from openapi master.

* fix: use replace-shortcodes to replace full Docs URLs in the contracts with absolute local paths to avoid roundtrips. Improve v1compat titles.

* Update api-docs/cloud/swaggerV1Compat.yml

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

* Update api-docs/cloud/swaggerV1Compat.yml

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

* Update api-docs/cloud/swaggerV1Compat.yml

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

* Update api-docs/cloud/swaggerV1Compat.yml

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

* Update api-docs/cloud/swaggerV1Compat.yml

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-21 14:34:49 -06:00
Scott Anderson 02e180ef83 Merge branch 'master' of github.com:influxdata/docs-v2 2021-12-21 12:00:20 -07:00
Scott Anderson fbf1472d77 hotfix: increase search results number 2021-12-21 12:00:13 -07:00
Jason Stirnaman df14f93735
fix: cloud 1.x compat docs link to oss 2.0 pages. Dedupe content. Use… (#3511)
* fix: cloud 1.x compat docs link to oss 2.0 pages. Dedupe content. Use consistent placeholders and placeholder instructions. Remove redundant shortcode. (closes #3477)

* fix: placeholders in 2.0 1.x query.

* fix: cloud example user email address (#3477).

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

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-21 09:16:41 -06:00
Sam Dillard ffeccc5224
Update go.md (#3506)
* Update go.md

* remove one of the updates

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-20 09:44:02 -07:00
rydermeehan 38e418afc3
Update cardinality.md (#3500)
fixed link / add aliase

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-20 09:40:11 -07:00
Scott Anderson 254f173ba0 hotfix: updated telegraf version in edge.js 2021-12-17 11:28:01 -07:00
lwandzura aace0494a1
Resources videos (#3494)
* scaffolding for videos section

* fixed resources page titles, product selector, and left nav availability

* Updated video descriptions

* fixed merge conflict

* made environment dependent changes, disabled autoplay for localhost, fixed cookie errors

* added additional resources to the homepage

* Added related links, descriptions to videos

* updated video descriptions

* added latest search tag to resources section

* updated search tags

* removed unnedded videos.yml

* Update content/resources/videos/geolocation-and-influxdb.md

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

* Update content/resources/_index.md

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

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-17 12:14:30 -06:00
noramullen1 d016af216e
1.21.1 change log (#3501)
* 1.21.1 changelog

* Address PR feedback
2021-12-16 17:30:50 -08:00
noramullen1 c5079381c8
Telegraf 1.21 (#3497)
* Telegraf 1.21

* Fix copypasta error

* Update data/products.yml

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

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

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

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

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

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

* Update content/telegraf/v1.21/administration/commands.md

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

* Update release-notes-changelog.md

* Update release-notes-changelog.md

* Update telegraf_plugins.yml

* Update commands.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-16 09:22:42 -08:00
Scott Anderson 651092a7bc
include current page url in docs issue link (#3492) 2021-12-15 10:07:46 -07:00
pierwill 8f5e83da67
Remove wildcards from InfluxQL schema doc (#3483) 2021-12-14 11:23:33 -06:00
Scott Anderson ef0adbf7fc
Flux v0.144.0 - v0.146.0 (#3485) 2021-12-13 15:21:30 -07:00
Scott Anderson b0e81bb979
Restructured cloud org and user management (#3461)
* WIP remove user refresh

* restructured cloud user management docs, closes influxdata/DAR#257

* Apply suggestions from code review

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-12-13 09:22:29 -07:00
Scott Anderson 0d4b429972 hotfix: fixed influxd flag rendering 2021-12-09 10:57:29 -07:00
lwandzura df59e47860
Merge pull request #3467 from influxdata/fix-hardware-sizing-link
fixed broken link
2021-12-08 15:59:20 -06:00
lwandzura 04625024f7
Merge branch 'master' into fix-hardware-sizing-link 2021-12-08 15:58:41 -06:00
noramullen1 c063d18eff
Fix external plugin readme links (#3471) 2021-12-08 13:52:20 -08:00
lwandzura 1908ea4dde
Merge branch 'master' into fix-hardware-sizing-link 2021-12-08 10:00:05 -06:00
lwandzura dfb89fcd54
Update content/influxdb/v1.8/guides/hardware_sizing.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-12-08 09:57:50 -06:00
lwandzura 8462f829aa fixed broken link 2021-12-08 09:16:26 -06:00
pierwill dfc63a5ed3
Fix anchor link in Enterprise auth docs (#3460) 2021-12-08 08:58:18 -06:00
Scott Anderson b7418dfd26
hotfix: fix example for converting an integer to a time value 2021-12-07 16:19:38 -07:00
pierwill e25bac1382
Copy OSS tracing content to Enterprise 1.9 (#3466)
Closes #3455

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-07 15:11:30 -06:00
Gunnar 5009f16cc4
Merge pull request #3465 from influxdata/ga-password-reqs
Update password requirements
2021-12-07 11:49:02 -08:00
Gunnar Aasen 524d82c7af Update password requirements 2021-12-07 11:39:46 -08:00
DJ Carpenter d376342079
Add password requirements to change-password (#3463)
* Add password requirements to change-password

We will be enabling password requirements soon and want the documentation to reflect.

* ♻️ use strong language for requirements

Co-authored-by: DJ Carpenter <dj@influxdata.com>
2021-12-07 10:39:37 -07:00