Commit Graph

5358 Commits (a70df65a797e540c1ca2d2730383fd373e819a73)

Author SHA1 Message Date
kelseiv b8d1ced2b2
InfluxDB 2.0.8 release notes (#2987)
* 2.0.8-draft

* rmv duplicate and update H3s

* sp

* fix typos

* add info re Linux pkg updates

* edit

* roll back pkg updates

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

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

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

* Notebook to raw flux script.

* Fix merge conflict, add more detail.

* Edits.

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

* Add Cloud option.

* add link for templates doc

* Create monitor.md

* Update monitor.md

* feat: updating monitor.md tutorial

* Update monitor.md

* Update monitor.md

* new screenshots for monitoring

* Update monitor.md

* Add files via upload

* Update monitor.md

* feat: edits and screenshot updates

* edits-draft

* edits on setting up Telegraf

* misc changes; update Telegraf version

* remove redundant content

* edit last two procedures

* edits

* add boards

* remove screenshot

* remove should

* change parent menu

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* Small edits made.

* More edits made.

* Small edits made.

* Minor edits made.

* More edits made.

* WIP edits made.

* Minor edits made.

* WIP edits.

* Solved indentation issues.

* edits4 Michelle on deadman alert, formatting, misc

* Edits made before fixing them.

* More edits.

* Fixed typos in notification rule, added detail.

* Added details.

* More edits.

* Edits made.

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

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

* rename img; add to both OSS and cloud

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

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

* Updated patch.

* WIP edits.

* Updated to 1.8.9

* Bumped up to 1.8.9.

* edits

* add updated blurb to enterprise rns

* Added comment that 1.8.8 wil not be released.

* update releasedate link

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

* Edited notebook overview, added preview and run.

* Fixed Preview and Run.

* Fix typo

* Added keyboard shortcut.

* add space after headers

* Notebook overview/index edits.

* WIP create a notebook edits.

* WIP Create a notebook procedure edits.

* WIP notebook overview edits cont.

* More edits made to notebook overview.

* Added more formatting edits.

* edits (#2907)

* add sections to notebook cel types

* misc edits

* edit

* More info added and downsample doc fixed.

* Small edit made.

* Attempting to fix formatting issues.

* Quickly fixed typo.

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

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

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

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

* WIP edit.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* WIP edits.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* More edits made.

* Small edit made.

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-05 14:10:31 -07:00
Scott Anderson 6795fe916b hotfix: update tagValues definition, closes influxdata/DAR#219, closes influxdata/influxdb#22063 2021-08-05 08:03:37 -06:00
Russ Savage 6b0ee2968a
fix: broken link to inmem index option (#2966) 2021-08-03 16:28:15 -06:00
Scott Anderson e48cad7482
added flux 0.124.0 release notes (#2970) 2021-08-03 16:20:53 -06:00
Scott Anderson fc0454a45d
fixed latest patch rendering in powershell code blocks, closes #2809 (#2968) 2021-08-03 15:38:20 -06:00
mluu12 5e0c882af2
Fixed interpolate/interpolation error. (#2955) 2021-08-02 10:21:02 -07:00
Russ Savage c26b3cc5a9
fix: clarify validate-keys behavior (#2805) 2021-08-02 11:16:12 -06:00
Scott Anderson 77d3921d02
fixed note block (#2960) 2021-08-02 11:01:52 -06:00
Scott Anderson 2c31801953
Add InfluxDB Enterprise file system layout (#2958)
* add enterprise file system layout doc

* Apply suggestions from code review

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

* Apply suggestions from code review

* fixed table formatting in enterprise fs layout

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-08-02 10:44:49 -06:00
Scott Anderson 8f3d3700f8
Add note about time-bound subquery performance (#2943)
* Add note about time-bound subquery performance, closes influxdata/DAR#117

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

* Edited notebook overview, added preview and run.

* Fixed Preview and Run.

* Fix typo

* Added keyboard shortcut.

* Added new July updates.

* Added new July update.

* Added more edits to July cloud updates.

* Added another July update.

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

* Add telegraf section to cloud

* Duplicated to cloud.

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

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

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

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

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

* add headings

* Update influx-cli.md

* Update influx-cli.md

* Update password.md

* Update password.md

* Update password.md

* release note edits

* Update password.md

* Update add.md

* added latest-cli shortcode (#2946)

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

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

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

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

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

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

* edits

* add link to compression flag

* rmv extra

* update compression descrp

* update per version support for backup

* remove 2.1

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

* add global flag to apply

* add global flag to appy

* update influx commands with global flag

* revert to add back duplicate-oss tag

* remove dup

* rmv global tag from config cmds

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

Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-30 10:35:40 -07:00
pierwill dc186578df
Add SHOW CARDINALITY info to InfluxQL schema docs (#2941)
Closes #2738
2021-07-30 10:43:27 -05:00
Scott Anderson 17d2626d5d
clarify that level 4 compactions are full compactions, closes influxdata/DAR#89 (#2942) 2021-07-29 13:39:17 -06:00
pierwill c4c859bfa8
Cleanup InfluxQL reference in Enterprise 1.9 (#2938)
* Fix SHOW MEASUREMENT CARDINALITY level
* Fix SHOW TAG KEY CARDINALITY
* fix SHOW TAG VALUES CARDINALITY
* fix SHOW STATS and EXPLAIN results headings

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-29 13:51:12 -05:00
noramullen1 a87ead65ac
Telegraf 1.19.2 (#2934)
* WIP

* Add changelog for 1.19.2 (addresses #2926 )

* Update version

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-29 11:06:06 -07:00
mluu12 090204f5ef
Added more detail to contrib doc (#2905)
* Added more detail to contrib doc.

* Added more edits.

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

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

* Specified packages and functions.

* Added links and edits to contrib OSS and cloud.

* minor edit

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-07-28 20:32:52 -07:00
noramullen1 48b07b1617
Update CONTRIBUTING.md
Updated version.yaml > products.yml. (i know we need to do a few more changes for minor versions, but adding this one for now)
2021-07-28 19:04:23 -07:00
mluu12 7c8a5a7ed3
Add new telegraf bullet (#2906)
* Added new telegraf bullet.

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

* View Raw Data table updates made.

* More updates made to View Raw Data table.

* More edits to view raw data.

* Added links and lengenthed list to data types.

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

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

* Added two new datatypes.

* Added links about different data types.

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

* correctly update influxdb urls without a trailing slash or url path
2021-07-27 15:24:22 -06:00
Scott Anderson bdda31d6ce
updated cloud swagger (#2924) 2021-07-27 14:43:36 -06:00
kelseiv 498028f3e2
fix #2894 (#2916)
* fix #2894

* update link from platform to Flux (#2918)
2021-07-26 13:18:55 -07:00
pierwill 25279da77f
Add installation instructions for OSS on Raspberry Pi (#2879) 2021-07-26 11:37:36 -05:00
mluu12 5aab7e86d7
Added double quotes. (#2912) 2021-07-23 16:39:44 -07:00
Scott Anderson e2f5b3ecce hotfix: updated latest-patch doc in contributing.md 2021-07-23 16:54:38 -06:00
Scott Anderson bbc8fb4721 update latest patch and clean up versions 2021-07-23 16:52:47 -06:00
Scott Anderson 4645942a3f
Kapacitor 1.6.1 (#2903)
* placeholder changelog notes for kapacitor 1.6.1

* Revert "Revert "crosslink between new version of chronograf and kapacitor (#2791)" (#2793)" (#2795)

This reverts commit 3ce46782e2.

* Kapacitor 1.6.1 release notes (#2900)

* Kapacitor 1.6.1 release notes

* add info about kapacitor 32-bit support, closes #2901

* fixed bug fixes in kapa 1.6.1 release notes

* Document new Kapacitor 1.6.1 security flags (#2904)

* Document deny list for Kapacitor CIDR ranges
* Document `-disable-handlers`

* add kapacitor FluxQueryNode, closes #2898 (#2910)

* updated org property on kapa fluxquerynode

* added deleteAll property to kapacitor JoinNode, closes #2899 (#2911)

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-07-23 14:15:21 -06:00