* 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>
* 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>
* 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>
* 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>
* 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>
* 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>
* 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.