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