* 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
* first pass with new branding, logos, fonts
* updated table font sizes
* removed unnecessary file
* Update assets/styles/layouts/_sidebar.scss
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* a few last style updates
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Add 1.21.4
* Update content/telegraf/v1.21/about_the_project/release-notes-changelog.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Add apt and knot plugins
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* WIP: apply corrections and additions from line-protocol-spec.
* fix: line protocol reference per the line protocol spec.
* fix: line protocol escape sequences.
* fix: Flux link
* fix: backslash escaping, naming restrictions, and canonical form (#3715)
* fix: add toc links (#3715)
* fix: underscore quotes.
* Apply suggestions from code review
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
* fix: line protocol examples. Remove misleading table for backslashes. Add links and notes for schema design best practices. Fix missing link targets.
* Update content/influxdb/v2.1/reference/syntax/line-protocol.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fix: specify that field values aren't indexed. Cleanup.
Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* feat: document OSS metrics. (#2567).
* feat: document /metrics. Fix descriptions and names. Add links.
* Update content/influxdb/v2.1/monitor-alert/templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.1/reference/internals/metrics.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>