noramullen1
d054c8de3d
External plugins (addresses #1863 ) ( #3059 )
...
* Create external plugins section
* add external info
* Update WIP
* Update content/telegraf/v1.19/concepts/glossary.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.19/external_plugins/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.19/external_plugins/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Address PR feedback
* Update content/telegraf/v1.19/external_plugins/shim.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/telegraf/v1.19/external_plugins/shim.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update shim.md
* Additional edits
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-10 10:04:34 -07:00
pierwill
d2b57ecf52
Enterprise authentication/authorization improvements ( #2972 )
...
Edit InfluxDB Enterprise authentication and authorization docs.
Re-organize management docs.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-03 10:49:47 -05:00
pierwill
34a0b988cb
Add OSS-Enterprise migration guide to 1.9 ( #2994 )
...
- comment out downtime migration method
- remove node setup sections
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-03 10:37:12 -05:00
Scott Anderson
5dfc4f8bb7
added flux 0.126 and 0.127 release notes ( #3087 )
2021-09-02 14:15:32 -06:00
mluu12
274384ffec
Added description for end-of-life support policy ( #3070 )
...
* Added description for support policy.
* Update content/influxdb/v2.0/reference/release-notes/supported-release.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/supported-release.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Fixed errors.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-01 15:21:03 -07:00
mluu12
6ffbebbd86
switched out notification with alert. ( #3065 )
2021-09-01 15:16:20 -07:00
kelseiv
0f0ad2a0ab
Clean up pricing plan and data usage verbiage ( #3052 )
...
* clean up verbiage
* edits f Phil
* clarify ingest batch size is strict limit for PAYG
2021-09-01 12:16:58 -07:00
aradnaev
62df10509e
Update send-email.md ( #3082 )
...
without underscores it doesn't work
2021-08-31 13:45:41 -06:00
pierwill
d576ce2068
Note that `from()` can query remote sources ( #3074 )
...
Closes #3073 .
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-31 12:00:18 -05:00
Sourabh Zambre
05e406cfa0
updated the email docs ( #3051 )
...
* updated the email docs
single & double quotes in tickscript hold different meanings. In cpu_alert.tick tickscript 'usage_idle' must be enclosed within double quotes,ie., "usage_idle", otherwise kapacitor throws error -> enabling task cpu_alert: Failed to compile stateful expression for crit: mismatched type to binary operator. got string < int. see bool(), int(), float(), string(), duration()
* Update email.md
* Update content/kapacitor/v1.6/event_handlers/email.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-31 08:49:52 -06:00
mluu12
886ff20772
Added info on how to load line protocol in ui. ( #3069 )
2021-08-30 23:32:22 -07:00
pierwill
c9ec713b21
Remove anchor with no content ( #3057 )
...
Closes #3055 .
2021-08-26 15:14:27 -05:00
pierwill
f6bedb4d25
InfluxDB Enterprise: Recommend one certificate per node ( #3066 )
2021-08-26 10:56:08 -05:00
pierwill
41f3b1f6e6
Add `max-body-size` to Enterprise data node docs ( #3058 )
...
Add to Enterprise 1.8 and 1.9
Closes #2548
2021-08-25 11:25:34 -05:00
Jason Stirnaman
209f563cfb
View, create, and use tokens with the API ( #3049 )
...
* fix: broken links in Use Tokens
* feature: add Create and View Tokens with the API
* update: View, create, and use tokens with the API. Add command-line, curl examples. (#1541 )
* Update content/influxdb/v2.0/api-guide/api_intro.md
* Update token description
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-08-23 11:05:07 -05:00
mluu12
2e08bd47bd
Add notes about double quotes in line protocol for tag and field values ( #3044 )
...
* add in notes about double quotes - draft.
* Update content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-20 16:22:37 -07:00
mluu12
04b9a7f192
add note. ( #3043 )
2021-08-20 16:11:03 -07:00
Scott Anderson
867354c90e
fixed telegraf 1.18 and 1.19 versions ( #3045 )
2021-08-20 14:28:41 -06:00
pierwill
234a65b7d4
Add `INFLUX_SKIP_VERIFY` to `influx` CLI docs ( #3048 )
...
Closes #3046
2021-08-20 14:45:43 -05:00
Scott Anderson
edcf8f713a
hotfix: fix teams children
2021-08-20 10:49:31 -06:00
Kelly
bb8b414ea1
hotfix
2021-08-20 09:47:30 -07:00
noramullen1
3ab8606e6e
Add 1.19.3 to changelog (addresses #3031 ) ( #3038 )
...
* Add 1.19.3 to changelog
* Update with PR feedback
* add latest telegraf patch
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-19 14:12:55 -07:00
pierwill
f2a78b3963
Add aliases for OSS and Cloud secrets docs ( #3041 )
2021-08-19 13:37:21 -05:00
pierwill
8b910247d7
Fix typos in Cloud secret docs ( #3040 )
2021-08-19 13:14:19 -05:00
pierwill
ebffe12864
Document managing secrets with Cloud UI ( #3000 )
...
* Document managing secrets with Cloud UI
Also:
* Re-organizes cloud secrets docs.
* Re-organize OSS secrets docs (#3007 )
* Move vault doc under "Manage secrets"
Closes #2991
Closes #1027
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-19 12:32:22 -05:00
Geoffrey Wossum
58fcad244f
chore: Add password-hash and ensure-fips meta node configurations ( #2801 )
...
* chore: Add password-hash and ensure-fips meta node configurations
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-08-19 11:32:01 -05:00
Scott Anderson
14ccb43df6
hotfix: made contributing a section
2021-08-19 08:48:08 -06:00
Scott Anderson
1875ed56f8
hotfix: add alias for go client library, closes #3037
2021-08-19 07:53:11 -06:00
Scott Anderson
5d2d7f9a55
hotfix: updated tickscript alert examples
2021-08-18 15:56:34 -06:00
mluu12
c0f2a3eb43
Update screenshot to Query Count ( #3026 )
...
* Updated screenshot.
* intro paragraph added.
* Update content/influxdb/cloud/account-management/data-usage.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-18 13:52:21 -07:00
pierwill
7f1fe4387f
Edit Enterprise data note install docs ( #3022 )
...
* Add instructions for creating admin user
* add missing word
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-18 13:14:56 -05:00
Scott Anderson
e1650da480
hotfix: change structure and weight of contributing doc
2021-08-18 09:12:57 -06:00
Scott Anderson
8e0becbef4
Flux v0.125.0 ( #3023 )
...
* added flux 0.125.0 release notes
* add webex teams package
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb/v2.0/reference/flux/stdlib/contrib/webexteams/endpoint.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-08-18 09:04:56 -06:00
mluu12
c6015ed787
Noted that single-user org. can delete ( #2997 )
...
* Added detail and note about single user.
* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Added more edits to 1.8.9.
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-17 10:34:23 -07:00
pierwill
a21877bccb
Add instruction to install telegraf from Ubuntu package ( #3025 )
...
* Add Debian and Ubuntu headings
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-17 10:15:56 -05:00
noramullen1
2ba726de80
remove UI as delete org option from description (addresses #2797 ) ( #3028 )
2021-08-17 09:17:52 -05:00
Jason Stirnaman
68993b590d
fix: broken links in Use Tokens ( #3027 )
2021-08-17 09:17:37 -05:00
mluu12
ca35d657bd
Document min and max value limits ( #3021 )
...
* Add value limits.
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-16 17:31:34 -07:00
Jason Stirnaman
e8666ddc22
2696 api browserjs fixes ( #3005 )
...
* fix: broken link (#2696 ).
* fix: correct errors in javascript for browsers. Added token warning. (#2696 )
* WIP - split Javascript guide into separate pages.
* WIP - Revised and split JavaScript browser
* WIP fix: errors in browser and node js client library.
* fix: simplify and correct JavaScript for browsers. Remove separate library entry. Assume users will prefer ESM. Simplify instructions for the browser example app.
* fix: add import instruction
* fix: Redo Javascript browser doc. Break down the use cases and improve examples.
* fix: browser use cases for JS module distributions.
* fix: browser package should be used whether bundling or not.
2021-08-16 16:26:29 -05:00
Kelly
c9eed1c42e
fix release date
2021-08-13 13:55:48 -07:00
Kelly
61e32b6805
update for InfluxDB 2.0.8
2021-08-13 13:52:06 -07:00
mluu12
5ea5afebcc
Add recent August update ( #3014 )
...
* Add August update.
* fix broken ink
* link to delete request exceeded doc
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-13 13:49:50 -07:00
mluu12
3424a7d4cd
Add notes about the one organization rule. ( #2920 )
...
* Added notes about the one organization rule.
* Fixed typos.
2021-08-13 10:21:27 -07:00
noramullen1
cca9944108
Add convert to raw Flux option ( #2584 )
...
* Add convert to raw Flux option and move reference content to overview doc (addresses #2477 )
* Add convert to flux (addresses #2477 )
* 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
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 10:13:13 -07:00
pierwill
ab73a243d7
Document FIPS readiness check ( #3012 )
...
Closes #2885 .
2021-08-13 11:56:39 -05:00
Phil Bracikowski
4206619436
Merge pull request #3015 from influxdata/pjb-adjust-for-delete-rate-limit
...
Add delete rate limit and correct rate limiting docs for cloud2.
2021-08-13 08:40:57 -07:00
Phil Bracikowski
4a3d33a3db
Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
...
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 08:34:06 -07:00
pierwill
996269d9bf
OSS 2.0: Add links to TLS config settings ( #3009 )
...
Closes #1546 .
2021-08-13 10:24:51 -05:00
pierwill
3b20162fb1
Remove SMTP setup from InfluxDB Enterprise ( #3019 )
...
Closes #3018
2021-08-13 10:24:27 -05:00
kelseiv
34735c441d
Revert "InfluxDB 2.0.8 release notes ( #2987 )" ( #3016 )
...
This reverts commit b8d1ced2b2
.
2021-08-12 15:29:05 -07:00