Commit Graph

5867 Commits (12305352fd8dc8ac2daac529ce94c4f451da82a4)

Author SHA1 Message Date
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 07b7faf028
New home page layout (#3958)
* new homepage design

* WIP homepage style updates

* fixed influxdb button corners

* finished homepage styles
2022-04-14 15:26:54 -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
Scott Anderson 8e7b6126db
Added missing CLI version number 2022-04-11 14:26:03 -06: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
sunbryely-influxdata 16710e9065
Merge pull request #3883 from influxdata/fix/update-my-org-and-yourauthtoken
fix: update token placeholder v2.1
2022-03-24 14:59:16 -07: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
Jason Stirnaman 411d56b96a
fix: caption shouldn't overlap code-tabs. Caption text color should adapt to dark theme. (#3845) 2022-03-10 10:22:42 -06:00
Scott Anderson 2e7f295283 hotfix: fix broken link in enterprise installation page, closes #3837 2022-03-10 09:02:06 -07:00