The duration in the example code was `30s`, but the example title says _five minutes_.
This PR updates the example code to match the title, i.e. `5m`.
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* correct the command to kapacitord
* Update content/kapacitor/v1.6/administration/security.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/kapacitor/v1.6/administration/security.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* added season 3 videos and descriptions
* Added video descriptions and added videos to docs
* Update content/resources/videos/configure-telegraf-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/configure-telegraf-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-plugin-system-overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-plugin-system-overview.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/telegraf/v1.21/introduction/getting-started.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxdb-edge.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxdb-edge.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxql-oss-and-cloud.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/influxql-oss-and-cloud.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/pivots-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/pivots-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-agent-config-best-practice.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/joins-in-flux.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/resources/videos/telegraf-data-ingest-plugin.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* updates from review
* added ndent
* indent
* fix yaml error
* fix yaml errors
* fixed punctuation
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* update delete docs, add data retention info, update schema fucntions with retention, closes#3223, closes#3786, closes#3730, closes#2571
* updated wording around querying expired data in cloud
* updated language about deleting fields
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix: set cookie to empty string if undefined.
* fix: indent.
* fix: run validation on every keyup, delayed by 500ms.
* fix: replacing URLs and hosts.
1. Safari (and FF?) don't support regex lookbehinds. Instead of a
lookbehind, capture the preceding and following character of a
matched hostname then check that they don't match URL delimiter
characters (to avoid altering a full URL).
2. When replacing full URLs, match an optional port pattern to avoid
partial replacement, e.g. if the previous URL was http://a.com,
the user changed to http://a.com:90, and we've already replaced
once, replace the whole URL, not
just http://a.com with http://a.com:90.
Some refactoring for efficiency and debugging.
* fix: URL validation. Let URL() tell us if it's valid. If it's not, check the pieces with regex. Improve the domain pattern to require a host (not just a port number).
* Update assets/js/influxdb-url.js
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* applied flux formatting to code examples in the flux docs
* formatted flux examples in influxdb enterprise
* updated query examples in data file
* updated flux example formatting in cloud
* format flux examples in influxdb oss 2.1