Commit Graph

5332 Commits (81bbaf35788f59c4de68f4462f6e04e6869835f4)

Author SHA1 Message Date
dependabot[bot] e9e6a948af
Bump prismjs from 1.23.0 to 1.24.0 in /api-docs (#2790)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.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.23.0...v1.24.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-06-28 15:31:45 -06:00
Scott Anderson b4145dca50
crosslink between new version of chronograf and kapacitor (#2791) 2021-06-28 15:15:53 -06:00
Scott Anderson df70bf043b hotfix: updated edge.js with new chronograf version 2021-06-28 15:00:16 -06:00
Scott Anderson 986077c581
Kapacitor 1.6.0 (#2756)
* base changes and cleanup for kapa 1.6

* Kapacitor 1.6.0 jstirnaman (#2684)

* update: add kapacitor/v1/users to API doc (#2617).

* fix: spelling

* update: cleanup user API.

* Apply suggestions from code review

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

* Update content/kapacitor/v1.6/working/api.md

* Update content/kapacitor/v1.6/working/api.md

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

* Kapacitor 1.6.0 release notes (#2682)

* Fix headings in Kapacitor release notes
* Add 1.6.0 release notes


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

* Kapacitor Flux tasks (#2687)

* kapacitor flux task setup

* added crud docs for kapacitor flux tasks

* added kapacitor flux task cli commands

* Apply suggestions from code review

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

* Update content/kapacitor/v1.6/working/flux/_index.md

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

* Kapacitor TrickleNode (#2694)

* closes #2691

* WIP TrickleNode

* add Trickle chaining methods

* remove unused back-to-top links in kapacitor docs

* Kapacitor 1.6 new configuration settings (#2693)

* kapacitor config doc cleanup

* updated heading and links

* added new kapacitor 1.6 config options, closes #2616, closes #2609

* updated slack instructions

* Kapacitor Zenoss event handler (#2695)

* added zenoss event handler to kapacitor, closes #2271

* updated descriptions and removed defaults from zenoss event handler

* updated kapacitor release notes

* Updated Kapacitor Kafka event handler partitioning options (#2697)

* updated kafka partitioning behavior, closes #2263

* fixed typos in kapacitor kafka content

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

* added kafka link to release notes

* Kapacitor API updates (#2718)

* clean up kapacitor api headings

* add flux task api endpoints to kapacitor api doc

* Kapacitor authorization and authentication (#2717)

* ported and revamped kapacitor authentication content, closes #2690

* Apply suggestions from code review

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

* updated comment in kapacitor auth example

* Apply suggestions from code review

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

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

* updated edge.js

* Add default kapacitor.conf locations (#2782)

* added default kapacitor config locations, closes #2779

* Apply suggestions from code review

* updated data for kapacitor 1.6.0 changelog

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>
2021-06-28 14:57:05 -06:00
Scott Anderson 4613e124b5
Chronograf 1.9.0 (#2788)
* base changes for chronograf-1.9.0

* chronograf 1.9.0 changelog (#2735)

* Chronograf alert endpoint updates (#2753)

* chronograf 1.9.0 changelog

* updated chronograf alert endpoints, closes #2722, closes #2725

* link to new chronograf alert endpoints from release notes

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

* Chronograf etcd migrations over TLS (#2757)

* update chronograf etcd config options, migrate etcd data over tls, closes #2721

* Apply suggestions from code review

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

* Update content/chronograf/v1.9/tools/chronograf-cli/_index.md

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

* Chronograf template variables with Flux (#2766)

* update chronograf template variable do for flux support, closes #2345, closes #2724

* update interval variable to autoInterval

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

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

* Write data to InfluxDB with Chronograf (#2767)

* write data to influxdb with chronograf, closes #2726

* Apply suggestions from code review

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

* Manage Kapacitor Flux tasks in Chronograf (#2768)

* manage kapacitor flux tasks in chronograf, closes #2736

* Apply suggestions from code review

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

* show or hide chronograf log histogram, update icon font, closes #2723 (#2769)

* send multiple queries to dashboards, closes #2731 (#2770)

* Chronograf custom auto-refresh intervals (#2771)

* added custom auto-refresh intervals to chronograf, closes #2370

* Apply suggestions from code review

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>

* Configure v2 connections from Chronograf CLI (#2772)

* configure v2 connections from chronograf cli, closes #2729

* Apply suggestions from code review

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

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

* Update Chronograf OAuth options (#2773)

* update chronograf oauth options, closes #2727, closes #2728

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* updates to chronograf 1.9 template vars doc

* added note about backwards compatible flux template variables

* Update Chronograf 1.8 Flux template variables (#2777)

* added flux content to chronograf 1.8 template variables doc

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update content/chronograf/v1.8/guides/dashboard-template-variables.md

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

* updated links to backwards compatible template variables

* added note about chronograf annotation peristence, closes #1982

* fixed typo

* added information about metaquery templates, closes #2164 (#2781)

* Chronograf 1.9.0 changelog (#2775)

* chronograf 1.9.0 changelog

* updated changelog with links to relevant content

* Apply suggestions from code review

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

* Apply suggestions from code review

* fixed typos in chronograf kapacitor tasks doc

* Apply suggestions from code review

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

* clarfied release note about Flux variables

* Apply suggestions from code review

Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>

* Update content/chronograf/v1.9/about_the_project/release-notes-changelog.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Pavel Závora <pavel.zavora@bonitoo.io>
2021-06-28 11:20:09 -06:00
pierwill f523242a6d
Fix issue with versions in `data/telegraf_plugins.yml` (#2785)
The introduced version number needs to be a full semantic version number.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-06-25 21:09:21 -05:00
noramullen1 5289b2a00e
Add cloning Telegraf config in the UI (addresses #2662 ) (#2764)
* Add cloning telegraf config in the UI (addresses #2662 )

* Add clone telegraf config to cloud
2021-06-25 15:09:01 -07:00
Scott Anderson 9dc34b00aa
Flux 0.118 (#2784)
* flux 0.118 release notes

* updated pagerduty.dedupkey and operator precendence

* updated operator precedence table format

* updated description of pagerduty.dedupkey exclude param
2021-06-25 11:06:31 -06:00
noramullen1 4e9a160a4f
Add range to NOAA examples (#2763) 2021-06-25 08:22:59 -07:00
Scott Anderson 4712d75d0b
specify the default location of influxdb.conf on windows, closes #2780 (#2783) 2021-06-25 08:45:13 -06:00
noramullen1 28be2ff17d
Make cloud CLI info more prominent (addresses #2624 ) (#2762)
* Make cloud CLI info more prominent (addresses #2624 )

* Address review feedback
2021-06-25 07:38:49 -07:00
noramullen1 4c6beb3d08
Add interactive shell info to migration docs (#2758)
* Add interactive shell info to migration docs

Addresses #2601

* Add static legend option to graphs and band plot (addresses #2568 )

* Revert "Add static legend option to graphs and band plot (addresses #2568 )"

This reverts commit bc318fec3e.

* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md

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

* Update content/influxdb/v2.0/upgrade/v1-to-v2/automatic-upgrade.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-21 12:24:00 -07:00
Samantha Wang b148141c9b
update Telegraf 1.19 release notes (#2755) 2021-06-17 16:26:33 -06:00
kelseiv 5d02faad1c
hotfix - add component descriptions for Enterprise 1.9 licenses (#2752)
* add descriptions to components

* delete duplicate 3rd party software section

* add third party software page desc

* add repo names

* remove duplicate repos

* remove extra statically linked refs
2021-06-17 15:17:33 -07:00
pierwill b56ad896c0
Publish Telegraf 1.19 docs (#2707) 2021-06-17 16:56:25 -05:00
pierwill e5ab8313ec
Publish InfluxDB Enterprise 1.9 docs (#2627)
This update involved a large migration of content from
InfluxDB 1.8 to Enterprise 1.9.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: timhallinflux <timhallinflux@users.noreply.github.com>
2021-06-17 14:45:43 -05:00
pierwill 94c477bc44
Fix security notice for 1.8.6 (#2743)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-06-17 11:39:07 -05:00
timhallinflux 15fecc2706
removed latest patch...since 1.8.5 was no longer the latest (#2740) 2021-06-17 09:20:03 -07:00
kelseiv c1d9c18f42
draft May cloud release notes (#2639)
* draft May cloud release notes

* Update cloud-updates.md

* add Cloud data usage template
2021-06-16 12:39:43 -07:00
Jason Stirnaman 97c34c2efb update: set cookie for preferred client library in URL path. Activate the code-tab from cookie for query param. Tab text is normalized for matching if it doesn't first match exactly. (#2689) 2021-06-15 17:03:31 -05:00
Jason Stirnaman 55b81dfafe update: activate a code-tab based on the t query param. 2021-06-15 15:56:02 -05:00
Jason Stirnaman e8c9039ce1 update: restructured nodejs install and write guide. 2021-06-15 15:33:08 -05:00
timhallinflux d4293304ad
remove experimental warnings. (#2713) 2021-06-15 13:24:09 -07:00
Jason Stirnaman 5669ab17a3 update: divided JS client library page into separate.
* reorganized api shortcodes
2021-06-14 10:27:23 -05:00
Russ Savage ce0ef35455
fix: update sep link on csv page (#2701) 2021-06-14 09:33:14 -05:00
Jason Stirnaman b43dbe5994 update: wip: client apis * reorg client files * added postman auth note. * starting redo for Node.js 2021-06-11 17:35:04 -05:00
Jason Stirnaman c03f70fa3c update: api client libs
* update: added api-guide and moved client libs there (#2689)
* extracted code examples to separate shortcode files (#2689)
2021-06-11 09:34:36 -05:00
Jason Stirnaman 31b7495217 updated: use latest shortcode (#2689) 2021-06-11 09:29:16 -05:00
Jason Stirnaman 8c9543d021 update: renamed menu item (#2689) 2021-06-11 09:26:40 -05:00
Scott Anderson f3319f0da6 hotfix: add release notes for new Flux patch versions 2021-06-10 11:29:46 -06:00
Jason Stirnaman 80acfc79fd add: Develop with the API.
* Copied API intro and clients docs to /api.
* Added bootstrapping info.
2021-06-09 17:35:07 -05:00
M. Luppi 417f20d89f
Today and related links (#2688)
* Add types in docs for today()

* Add several related links/references
2021-06-09 14:43:38 -06:00
Russ Savage 4f3d267166
fix: update function def for torows (#2680) 2021-06-08 11:08:44 -06:00
timhallinflux f80ab61e59
Remove trailing / from API (#2679)
* Remove trailing / from API
* Update postman.md
2021-06-08 11:09:47 -05:00
pierwill 1ff0f94377
Remove beta tag from EU West Belgium (#2678)
Closes #2677.
2021-06-08 10:48:08 -05:00
Jason Stirnaman ef8c27716f
Api docs update (#2676)
* fix: negate check for verbose.

* fix: default version directory to latest version.

* update: API changes.

* update: API updated with grammar fixes
2021-06-07 17:04:33 -05:00
Jason Stirnaman c91cdd489d
improvement: allow named arguments for OSS version and base URL. (#2675)
* add -o ossVersion
* add -b baseUrl
* add -h help
* add -V verbose
2021-06-07 15:44:53 -05:00
pierwill 42d6288c71
Publish InfluxDB 2.0.7 docs (#2654)
* Update swagger for InfluxDB OSS 2.0.7 (#2655)

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-07 14:06:33 -05:00
timhallinflux 8daba93771
Monitor OSS via InfluxDB Cloud
supporting images
2021-06-05 13:19:04 -07:00
timhallinflux 041ff15232
Delete 2-0-monitor-OSS-with-Cloud.png 2021-06-05 12:17:24 -07:00
timhallinflux 7d6eb09cb8
Monitoring InfluxDB OSS with Cloud 2021-06-05 12:13:02 -07:00
Eric Arellano 6838a3a795
Update optimize-queries.md (#2667)
The `set()` function uses the kwarg `value`, not `as`. It's also a normal function and doesn't use braces.
2021-06-03 15:52:38 -06:00
noramullen1 4533f2db31
OSS Get started update (addresses #2124 ) (#2642)
* OSS Get started update (addresses #2124 )

* Fix YAML syntax

* Update content/influxdb/v2.0/get-started.md

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

* Update content/influxdb/v2.0/sign-up.md

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

* Update content/influxdb/v2.0/sign-up.md

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

* Update content/influxdb/v2.0/get-started.md

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

* Update content/influxdb/v2.0/sign-up.md

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

* Change get sign up to install for OSS

* Update content/influxdb/v2.0/install.md

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

* Update content/influxdb/v2.0/install.md

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

* Update content/influxdb/v2.0/get-started.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-06-02 15:05:27 -07:00
pierwill 9521dd03fc
Fix incorrect flag (#2644) 2021-06-02 16:37:42 -05:00
timhallinflux b123b58485
Fix description of influx cli tool in 1.8 and 1.7 (#2649)
* Fix description of influx cli tool
* Update content/influxdb/v1.7/tools/influx-cli/_index.md
* Update content/influxdb/v1.8/tools/influx-cli/_index.md
2021-06-02 13:39:51 -07:00
Scott Anderson 97977cc7bf
added flux-0.117.1 release notes (#2640) 2021-06-02 11:27:44 -06:00
Russ Savage dd194c9d1e
fix: add datatype to appKey (#2641) 2021-06-02 11:26:48 -06:00
Scott Anderson 2648aaaa01 hotfix: updated enterprise 1.8 patch versions 2021-06-02 10:20:04 -06:00
kelseiv ea51a477af
Cloud account updates (#2519)
* update manage billing page

* update Cloud pricing plans

* add links

* edits

* addl edits

* edits

* add'l edits

* updated rate limit event content

* update rate limits

* clarified RP unlimited or up to a year in UI
2021-06-01 15:22:19 -07:00
pierwill f8b3f38363
hotfix: remove repeated word 2021-05-28 13:48:24 -05:00