Commit Graph

5332 Commits (81bbaf35788f59c4de68f4462f6e04e6869835f4)

Author SHA1 Message Date
Scott Anderson 81bbaf3578 hotfix: add import statement to hex package landing page 2021-09-22 14:26:48 -06:00
Yun Zhao 737c9197ac
fix: link not work (#3143) 2021-09-22 13:29:43 -06:00
Stephen Lawrence 7ae2c8630e
Sample data: fix sample.data() function links (#3162)
The sample data page refers to the sample.data() function in each
dataset section of the page, whilst linking to the function documentation.
The link results in a page does not exist error in the live documentation.
Correct the link to point to the correct page.

Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2021-09-22 13:27:50 -06:00
Scott Anderson e5b4c899d7
Flux 0.131.0 (#3160)
* added flux 0.131.0 release notes

* Add Flux 'contrib/bonitoo-io/hex' package (#3156)

* add hex package, closes #3148

* Apply suggestions from code review

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

* updated verbiage on working with int and uint types

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

* Add 'experimental/record' package (#3157)

* added experimental/record package

* Update content/flux/v0.x/stdlib/experimental/record/_index.md

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-22 09:47:21 -06:00
Ahmed Ashour 2c646c496f
Update manage-database.md (#3159)
Typo in `DROP MEASUREMENT`
2021-09-22 09:41:49 -06:00
pierwill 2d65624159
Fix `influx_inspect export` docs (#3140)
Fixes #3102
2021-09-22 10:00:11 -05:00
dependabot[bot] a37eb44483
Bump prismjs from 1.24.0 to 1.25.0 in /api-docs (#3150)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-20 17:05:32 -06:00
pierwill cf7fd93a6b
Reorder Enterprise security documents (#3149) 2021-09-20 15:15:26 -05:00
noramullen1 3a57c3492f Merge branch 'master' of https://github.com/influxdata/docs-v2 2021-09-20 11:06:31 -07:00
noramullen1 c764ed8e5d Hot fix -- uncomment out 1.20 changelog 2021-09-20 11:06:28 -07:00
Scott Anderson 08c04cdaae updated stdlib redirects in edge.js 2021-09-20 09:33:25 -06:00
noramullen1 9b0a48b069 Hot fix -- comment out Telegraf 1.20 changelog due to delay 2021-09-16 16:28:07 -07:00
Scott Anderson dd03ecabe3
reenabled search (#3142) 2021-09-16 16:41:23 -06:00
Scott Anderson 93aa238dc5
Flux restructure (#3141)
* initial changes for flux restructure

* added all aliases

* added introduced date to all flux functions

* marked linearBins and logarithmicBins as draft

* migrated flux stdlib to new flux section, added version range to article template

* fixed list-all-functions shortcode

* duplicated and reordered flux spec, added page-nav shortcode, closes #1870

* added filtering functionality to list-all-functions shortcode

* added function tags

* Stdlib reorg (#2130)

* consolidated influxdb packages

* stdlib rename and reorg

* reorg existing contrib docs

* added keep-url to http.get example

* reorg built-in directory, add function types docs

* updated links

* updated all related links

* fixed reference links in influxdb docs

* updated all internal flux links

* updated flux links in influxdb

* one last link update

* restyle product dropdown

* update flux links in influxdb 1.7 and 1.8

* fixed shortcode call

* updated task options in flux options doc

* Flux 'interpolate' package (#2148)

* add interpolate package, closes #1649

* added missing page description to interpolate package doc

* removed unnecessary space from interpolate description

* updated interpolate package description

* ported from() note to new flux section

* New list filter javascript (#2185)

* generalized list filtering for telegraf plugins and flux functions

* added flux tags, updated filter list functionality

* added more flux tags

* added new experimental functions

* updated derivative params

* ported over new experimental functions

* fixed bad copy-pasta

* ported new notification endpoints into new flux docs

* updated flux function categories

* ported flux changes from master

* fixed product dropdown

* fixed regexp.findString example

* ported flux 0.109 changes

* updated array package aliases and supported version

* ported new functions into flux dir

* added aliases to interpolate package

* ported flux v0.114 packages

* added enterpise logic to url selector modal

* fix minor typo

* Update Flux param type convention (#2515)

* fix minor typo

* WIP new flux data type convention

* wip more param type updates

* cleaned up function type specs

* ported flux 0.115.0 packages and functions

* ported tickscript package

* ported today function

* added aliases to tickscript pkg

* updated timedMovingAverage params example

* updated to function with remote creds

* port flux 0.118 changes over

* port flux changes into flux-restructure

* ported changes from flux 0.123.0 and updated flux function docs

* updated contrib package summary

* updated function definition of schema.tagValues

* ported recent flux changes to the restructure branch

* port changes from master

* Flux get started (#3036)

* Flux group keys demo (#2553)

* interactive group key example

* added js and shortcode for group key demo

* updated group key demo to address PR feedback

* shortened sample data set

* Flux get started intro and data model (#2619)

* starting flux intro content, resolved merge conflicts

* WIP flux get started docs

* WIP flux get started

* flux get started intro and data model

* Apply suggestions from code review

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

* Update content/flux/v0.x/get-started/data-model.md

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

* Apply suggestions from code review

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

* addressed PR feedback in flux get started

* updated flux docs landing page

* more updates to flux landing page

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

* Flux query basics (#2887)

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* wrap up content for flux query basics

* Apply suggestions from code review

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

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

* properly close code block on flux query basics

* Flux – query data (#2891)

* added query data sources with flux and query influxdb

* Apply suggestions from code review

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

* Update content/flux/v0.x/query-data/influxdb.md

* Query Prometheus with Flux (#2893)

* query prometheus with flux

* Apply suggestions from code review

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

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

* Query CSV data with Flux (#2895)

* query csv data with flux

* address PR feedback

* Update content/flux/v0.x/query-data/csv.md

* update flux query data sources landing page

* updated flux query data doc formats and links

* Query SQL databases (#2922)

* WIP query sql guides

* query SQL data sources, closes #1738

* updated related link on sql.from

* added link to stream of tables and updated text

* updated connection string text

* updated query sql landing page and children hr styles

* updated sql query docs to address PR feedback

* added missing colon

* Query Google Cloud Bigtable with Flux (#2928)

* Query Google Cloud Bigtable with Flux

* updated doc structure of query bigtable doc

* fixed typo in bigquery doc

* Apply suggestions from code review

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

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

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

* Work with Flux data types (#2967)

* scaffolding for flux types, work with strings

* Apply suggestions from code review

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

* removed note about interpolation vs concatenation

* updated wording of variable type association

* generalized type inference

* Apply suggestions from code review

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

* WIP work with ints

* reverted int content

* updated strings doc to address PR feedback

* added description to data types landing page

* Apply suggestions from code review

* Update content/flux/v0.x/data-types/basic/string.md

* updated composite front-matter

* Work with time types in Flux  (#2974)

* work with time types in flux, closes #2260

* updated time type doc

* fixed type in time type description

* fixed typo

* updated work with time doc

* fixed typos

* updated verbiage

* added related links

* Apply suggestions from code review

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

* updated time type doc to address PR feedback

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

* Work with booleans (#2975)

* work with boolean types

* updated working with booleans

* updated verbiage

* added related links

* Update content/flux/v0.x/data-types/basic/boolean.md

* Work with bytes types (#2976)

* work with bytes types

* added toc to bytes type doc

* Apply suggestions from code review

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

* updated work with bytes doc

* fixed typo

* added related links

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

* Work with durations (#2977)

* work with durations in flux

* added keywords to duration doc to improve searchability

* minor updates to duration type doc

* updated verbiage

* added related links and removed toDuration from menu

* Update content/flux/v0.x/data-types/basic/duration.md

* Work with null types (#2978)

* WIP null types

* work with null types in flux

* updated null types doc

* Update content/flux/v0.x/data-types/basic/null.md

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

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

* Work with floats (#2979)

* work with floats in flux

* Apply suggestions from code review

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

* Apply suggestions from code review

* updated floats type doc

* Update content/flux/v0.x/data-types/basic/float.md

* updated verbiage

* added related links

* Apply suggestions from code review

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

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

* Work with integers (#2980)

* WIP work with ints

* work with integers

* work with integers

* updated float to int behavior, added related links, closes #2973

* added toc to ints doc

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update content/flux/v0.x/data-types/basic/integer.md

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

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

* Work with uintegers (#2981)

* WIP work with uints

* work with uints

* Apply suggestions from code review

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

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

* fixed minor type

* Work with records (#2982)

* work with records in flux

* updated record type doc

* Apply suggestions from code review

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

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

* Work with arrays (#2983)

* work with arrays

* added array.from example, added related links

* Work with dictionaries (#2984)

* WIP work with dicts

* work with dictionaries

* added related links to dict package

* added introduced version to dict package

* Apply suggestions from code review

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

* added sample dict output

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

* Work with functions (#2985)

* work with functions

* Apply suggestions from code review

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

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

* revamped type landing pages

* marked union types as draft

* miscellaneous updates

* Work with regular expression (#3024)

* work with regular expression types, closes #2573, closes influxdata/flux#3741

* add context for quoteMeta function

* Apply suggestions from code review

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

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

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* fix latest links in page descriptions

* updated influxdb links

* Flux syntax basics (#3033)

* flux syntax basics

* Apply suggestions from code review

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

* updated function description

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update content/flux/v0.x/get-started/syntax-basics.md

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

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* added table param to transformations, closes #2392 (#3039)

* updated flux function links

* update algolia configuration to fix search, closes #1902 (#3042)

* ported notes in the from function doc

* Flux package options (#3083)

* add now option to universe package

* added missing package options, closes #2464

* addressed PR feedback

* Flux transformation input/output examples (#3103)

* added flux/sample shortcode

* standardize flux package titles and list titles

* added start and stop columns as an option with flux/sample shortcode

* minor updates to stdlib

* WIP add input and output examples to flux transformations

* WIP removed sample data demo from universe index page

* WIP function input and output examples

* WIP flux input output examples

* WIP flux input output examples

* flux transformation input and output examples

* Add Flux 'sampledata' package (#3088)

* add flux sampledata package

* updated sampledata example titles

* Write data with Flux (#3084)

* WIP write to sql data sources

* write to sql data sources

* added write data to influxdb with flux doc

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* made sql headings specific to each db

* updated write to influxdb

* added tag to influxdb to example

* restructred influxdb write examples as code tabs

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

* fixed list on influxdb write with flux page

* Flux move changelog (#3117)

* updated flux redirects in edge.js

* move flux changelog into Flux restructure

* add flux redirects to edge.js

* removed extra parentheses from monitor.notify examples, closes #2505

* updated flux release notes with flux 0.129.0

* moved from and to into the influxdata/influxdb package

* updated notes on to and from docs

* added flux card to homepage

* added flux-0.130.0 to flux release notes

* flux link cleanup

* updated experimental message, closes #3097 (#3128)

* Remove Flux stdlib and language from InfluxDB (#3133)

* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132

* flux link cleanup

* cleaned up prometheus verbiage, updated flux data type links

* function cleanup

* fixed sidenav toggle button

* updated group key links, added aliases for flux landing page

* fixed broken links, commented out prometheus content, updated flux types names

* added flux links to the left nav

* fixed flux links in kapacitor docs

* temporarily disable search (#3134)

* merged master and updated telegraf plugins

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 16:19:21 -06:00
noramullen1 9bab86012a
Telegraf 1.20.0 (#3139)
* Telegraf 1.20.0

* Update links

* Update data/telegraf_plugins.yml

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

* Update content/telegraf/v1.20/_index.md

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

* Update content/telegraf/v1.20/_index.md

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

* Update release-notes-changelog.md

* Update data/products.yml

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-09-16 15:10:35 -07:00
mluu12 f8574cd2ff
duplicated "Monitor OSS with templates" to Cloud (#3076)
* duplicated to cloud.

* small edit.

* Update content/influxdb/cloud/influxdb-templates/monitor.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-16 11:45:32 -07:00
chegancasb 4fed0c8668
Typo correction in rate.md documentation. (#3136)
Corrected 'Cacluated' to 'Calculated'
2021-09-16 08:27:16 -06:00
noramullen1 f4b3b2c494 Hot fix -- fix external plugins title 2021-09-15 14:13:22 -07:00
DrJRMyers 6db8b0aad4
Update resolve-high-cardinality.md (#3130)
Fixed a typo for clarity
2021-09-15 14:18:38 -06:00
Jason Stirnaman 5fc057f2b9
fix: broken install URL. Closes #3122. (#3123) 2021-09-14 12:28:20 -05:00
pierwill 18159fe182
Enterprise: Replace undefined term (#3115)
Closes #3091
2021-09-13 15:08:16 -05:00
Jason Stirnaman 22cf8ccadc
API examples and client guide updates (#3106)
* feat: troubleshoot write errors (#3003). Fix link in Flux reference.

* fix: make placeholders consistent and conform to style guide.

* fix: Node.js client. Delete unused files (#3003)

* Node.js client. Add examples.

* fix: gzip instructions for API with curl.

* fix: Node.js client guide. Query guide fixes. Frontmatter fixes.

* fix: API client frontmatter consistency. Use language for title so <children> list is sorted properly.

* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/install.md

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

* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md

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

* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md

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

* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/query.md

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

* fix: customize example URLs (closes #3113)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-09-13 11:08:02 -05:00
Jason Stirnaman a703908ea3
feat: troubleshoot write errors (#3003). Fix link in Flux reference. (#3104)
* feat: troubleshooting write errors (#3003). Fix link in Flux reference.

* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md

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

* Update content/influxdb/cloud/write-data/troubleshoot.md

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

* Update content/influxdb/cloud/write-data/troubleshoot.md

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

* Update troubleshoot.md

* Update content/influxdb/cloud/write-data/troubleshoot.md

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

* Update content/influxdb/cloud/write-data/troubleshoot.md

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

* feat: link to timestamp precision definition and accepted values. Link terms in troubleshooting. (#3003)

* fix: link to optimize writes (closes #3110)

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-13 10:47:30 -05:00
kelseiv df802c102a
hotfix: alias to fix 404s (#3114) 2021-09-10 17:36:34 -07:00
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