Commit Graph

276 Commits (d063e3fd9bfb4ac5e0f5add8f8f9806bc3797456)

Author SHA1 Message Date
lwandzura 128f0409fb
added edge data replication to title, fixed formatting (#4131)
* added edge data replication, fixed formatting
* fixed list numbering
* add Edge Data Replication overview doc; add task-based doc as child
* update filename replicate-data; add Sam's video

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2022-06-16 12:30:46 -07:00
Scott Anderson 85fdbc439f
InfluxDB 1.8 backup/restore revamp (#4095)
* WIP 1.x backup/restore revamp

* WIP backup and restore revamp

* WIP backup restore refactor

* WIP backup and restore rework

* added code-callout shortcode

* finished out backup/restore restructure
2022-06-08 17:02:19 -06:00
Scott Anderson 7789efc2fe
Add the influxdbu shortcode for diplaying InfluxDB University banners (#4083)
* add the influxdbu shortcode for diplaying InfluxDB U banners

* add influxdbu banner media queries

* remove placholder influxdbu shortcode

* blacklist heading elements from having anchor links added
2022-06-03 13:26:25 -05:00
Scott Anderson 9ab4ee25bb hotfix: remove telegraf external plugin list, add external info links 2022-05-26 22:40:21 -06:00
Scott Anderson 84275b7b80 hotfix: fs-diagram style fixes 2022-05-26 09:24:44 -06:00
Scott Anderson db158ef67a hotfix: fixed telegraf install tab widths, closes #4067 2022-05-26 08:53:40 -06:00
Scott Anderson 0a145d1b52 hotfix: style fix or ol nested under ul 2022-05-25 16:37:22 -06:00
Scott Anderson fa86db610f
InfluxDB 2.x & Cloud FAQ (#4040)
* WIP FAQ, add flux version query, closes #4032

* faq page for 2.x and cloud, closes #4029

* Apply suggestions from code review

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
2022-05-20 14:47:27 -06:00
Scott Anderson cbdfc0e525
Collect user feedback per page and restructure modals (#4014)
* WIP feedback forms

* WIP complete feedback lifecycles

* finalize page feedback interactions

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-05-13 16:35:01 -06:00
Jason Stirnaman afbe39b8a2
Fix/api reference (#3977)
* chore: add decorator to strip trailing slash from path URLs

* chore: openapi processing

- remove custom tags and revert to managing tags in influxdata/openapi.
- remove security scheme content; revert to managing in influxdata/openapi.
- delete unused decorator
- fix strip-version-prefix--replace regex
- revert to bold for h4-h6
- use docs-release/influxdb-oss release branch for OSS docs.
- update README

* Update api-docs/README.md

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>

* chore: add instruction for updating the release branch.

* Update api-docs/README.md

* Update api-docs/README.md

* Update api-docs/README.md

* Update api-docs/README.md

* chore: update cloud API spec

- tag updates
- Invokable rename
- Cleanup.

* Update api-docs/README.md

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

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-26 17:16:36 -05:00
Scott Anderson 07b7faf028
New home page layout (#3958)
* new homepage design

* WIP homepage style updates

* fixed influxdb button corners

* finished homepage styles
2022-04-14 15:26:54 -06:00
Scott Anderson 939d59d505
Guides for migrating data (#3865)
* add guide for migrating data from cloud to oss, closes influxdata/DAR#270

* Apply suggestions from code review

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

* update cloud to oss migration guide to address PR feedback

* Apply suggestions from code review

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

* fixed typo

* Data migration (#3906)

* WIP migration section

* WIP migrate data

* add migrate data section with associated docs

* Apply suggestions from code review

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

* updates to address PR feedback

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>
2022-03-29 14:44:01 -06:00
Jason Stirnaman 411d56b96a
fix: caption shouldn't overlap code-tabs. Caption text color should adapt to dark theme. (#3845) 2022-03-10 10:22:42 -06:00
Scott Anderson c95eb4d7bd
Update delete docs, add data retention info, update schema functions (#3830)
* 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>
2022-03-07 16:23:02 -07:00
Jason Stirnaman 823459b276
Fix/influxdb urls (#3829)
* 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>
2022-03-07 11:30:04 -06:00
Scott Anderson 19f84ade39 hotfix: fixed image formatting in grafana docs 2022-03-02 09:56:04 -07:00
Scott Anderson f2fd014e59
Added abilitly to toggle codeblocks to fullscreen (#3811)
* added abilitly to toggle codeblocks to fullscreen

* added trailing newlines

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-02-28 13:56:17 -07:00
Scott Anderson 9bcc677320 hotfix: fix font-size for block elements 2022-02-23 16:06:39 -07:00
Scott Anderson e026efb49a hotfix: fix search input background when switching themes, closes #3799 2022-02-22 08:51:59 -07:00
Scott Anderson aa35a41094
First updates for the new brand (#3796)
* 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>
2022-02-18 09:32:25 -07:00
Scott Anderson ddc41fa055
Support cloud regions with multiple clusters in the docs (#3693)
* support multiple clusters in cloud regions

* 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>
2022-02-02 14:00:34 -07:00
Scott Anderson 97e7038167
Coveo search links in the search UI (#3534)
* working on modifying the display of search results

* added product and version to search results dropdown, updated search attributes

* fixed result highlighting

* updated the sidebar toggle icon

* add links to coveo search in search results modal

* uncomment search ux js
2022-01-05 15:58:21 -07:00
Scott Anderson cd824beb58
Algolia search modifications (#3522)
* working on modifying the display of search results

* added product and version to search results dropdown, updated search attributes

* fixed result highlighting

* updated the sidebar toggle icon
2021-12-23 09:49:35 -07:00
lwandzura aace0494a1
Resources videos (#3494)
* scaffolding for videos section

* fixed resources page titles, product selector, and left nav availability

* Updated video descriptions

* fixed merge conflict

* made environment dependent changes, disabled autoplay for localhost, fixed cookie errors

* added additional resources to the homepage

* Added related links, descriptions to videos

* updated video descriptions

* added latest search tag to resources section

* updated search tags

* removed unnedded videos.yml

* Update content/resources/videos/geolocation-and-influxdb.md

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

* Update content/resources/_index.md

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

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-17 12:14:30 -06:00
Scott Anderson b0e81bb979
Restructured cloud org and user management (#3461)
* WIP remove user refresh

* restructured cloud user management docs, closes influxdata/DAR#257

* Apply suggestions from code review

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-12-13 09:22:29 -07:00
Scott Anderson 5bfb5abe37
Notebooks refresh (#3449)
* upd notebooks overview and troubleshoot notebooks

* Revert "upd notebooks overview and troubleshoot notebooks"

This reverts commit a6cbf318e4.

* fix: create-notebook for v2.1

* fix: create-notebook for v2.1

* Update normalize data with notebooks (#3437)

* updated normalize data with notebooks

* removed the section about sample data set up

* added export as task information

* Apply suggestions from code review

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

* updated normalize doc to address PR feedback

* removed unnecessary whitespace

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

* fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)

* Update downsample with notebooks (#3440)

* updated notebooks downsampling guide

* Apply suggestions from code review

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

* Apply suggestions from code review

* updated notebook downsampling process

* fixed types and updated param descriptions

* fix spacing

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

* Revert "fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)"

This reverts commit 557d06b8e4.

* Revert "fix: create-notebook for v2.1"

This reverts commit 176d6476ed.

* Revert "fix: create-notebook for v2.1"

This reverts commit c4d3c64eec.

* Notebook overview/Troubleshoot notebook updates (#3435)

* add updates to notebook overview

* update troubleshoot notebooks

* fix numbering in data explorer

* fix numbering

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* add oss-only and cloud-only tag for preview/run

* save notebook button only appears b4 1st save

* Update content/influxdb/v2.1/notebooks/overview.md

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

* edits from Barbara and Scott

* Update content/influxdb/v2.1/notebooks/overview.md

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

* add share notebooks

* add cloud only tags for shared notebooks

* fixed icon handling in manage notebooks

* added share to manage notebooks in cloud description

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

* minor fixes

* Update Create a Notebook (#3445)

* Revert "Revert "fix: create-notebook for v2.1""

This reverts commit 5dc298db13.

* Revert "Revert "fix: create-notebook for v2.1""

This reverts commit d0df9acab6.

* Revert "Revert "fix: refactoring flatten and to account for output to bucket behavior (not working when following a visualize cell)""

This reverts commit a9b2ed8731.

* fix: create a notebook.

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>

* fix: update for Clockface in OSS.

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

* fix pagerduty name

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-11-30 10:45:56 -07:00
Scott Anderson 6d477408a3
removed nowrap shortcode, dynamically apply timestamp styling (#3412)
* removed nowrap shortcode, dynamically apply timestamp styling

* Apply suggestions from code review

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

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-11-19 15:41:06 -07:00
Scott Anderson 8ed3971f41 hotfix: input/output table styling, closes #3409 2021-11-17 12:15:14 -07:00
Scott Anderson 04b47d149b
InfluxDB 2.1 (#3367)
* base changes for influxdb 2.1

* remove duplicates in draft

* draft categories

* add categories

* Document wildcards in SHOW MEASUREMENTS ON queries (#3273)

* InfluxQL: document wildcards in SHOW MEASUREMENTS ON queries

This applies to InfluxDB 2.1.

See #3201

* latest notes

* Update `influxd --store` values (#3272)

* Use Unix ~ alias
* Add sqlite path to file layout doc
* add sqlite to filesystem diagrams

* draft 2.1 release notes +questions

* revert to check RNs changes in separately

* latest release notes

* Restructure installation docs for separate CLI package (#3280)

* influxdb and cli install revamp

* reorganized CLI install instructions

* remove unnecessary short-code parameters

* updated docs to address PR feedback

* Apply suggestions from code review

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

* Apply suggestions from code review

* update linux install instructions

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

* release note updates

* updates

* add support for annotations in OSS 2.1 (#3286)

* Document support for bearer auth sytax (#3297)

* 2.1 oss notebooks (#3281)

* Move notebooks to OSS (addresses #2951 )

* Update content/influxdb/v2.1/notebooks/clean-data.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/manage-notebooks.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/_index.md

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

* Update content/influxdb/v2.1/notebooks/troubleshoot-notebooks.md

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

* Update content/influxdb/v2.1/notebooks/clean-data.md

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

* Update content/influxdb/v2.1/notebooks/clean-data.md

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

* Update content/influxdb/v2.1/notebooks/clean-data.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/overview.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Update content/influxdb/v2.1/notebooks/create-notebook.md

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

* Add PR feedback

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

* Fix link in bearer auth sytax doc (#3298)

* Updated CLI docs content and added version metadata (#3285)

* added metadata styles and data to cli docs

* added missing ui-disabled influxd config flag

* added updated versions to influx cli metadata

* added metadata to all cloud influx cli docs

* updated influx ping in cloud to have oss only tag

* Update influxd documentation for 2.1 (#3302)

* update and dynamically generate links to influxd flags (#3288)

* remove 2.1 config options from 2.0

* New influxd commands (#3291)

* added basic influxd recovery commands

* added influxd recover commands, WIP for other influxd inspect commands

* updated all influxd inspect commands

* Apply suggestions from code review

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

* updated influxd docs to address PR feedback

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

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

* Add static legend to band and graph visualizations (#3315)

* update band vis to include static legend

* upd graph and graph-single-stat w static legend

* update 2.1 links

* update to latest Flux links

* fix Flux links

* Influxdb 2.1 release notes (#3279)

* draft release notes

* latest RN changes

* test

* revert

* for review purposes

* incorporate changes from new changelog

* add note about new metadata included in CLI docs

* edit

* more edits

* add overview features list

* tweak verbiage about Telegraf support

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

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

* add link

* add edits from Scott, Dan, and Will

* edits from dan

* highlight and distinguish CLI separation changes

* add links to new API endpoints

* formatting upd

* edits for secrets

* mv Flux location support after rsv merge conflicts

* edits from Tim

* update influxql link

* rmv SLQ metastore link

* minor updates to 2.1 release notes

* prep

* Update content/influxdb/v2.1/reference/release-notes/influxdb.md

Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>

* add new Telegraf plugins to release notes

* edit from Will

* 2.1 upgrade and downgrade instructions (#3332)

* influxd downgrade command, add upgrade instructions, closes #3331

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* udpated downgrade docs to address PR feedback

* remove references to localhost:1313

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

* updated flux version in release notes, added other new items, closes #3338 (#3344)

* Chore/update oss api (#3341)

* Standardize the term "key-value" (#3283)

* s|key/value|key-value
* Use en dash in prefix to open compound "time series"

* CLI 2.2 (#3269)

* add -b shorthand to influx delete

* add cli 2.2 release notes

* add example for all-access token

* edits

* updates to influx auth create

* edits for operator token

* remove inaccurate env var

* Update influx-cli.md

* Update influx-cli.md

* make capitalization consistent with other docs

* make headers parallel

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* edits from Scott and Dan

* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md

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

* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md

Co-authored-by: Daniel Moran <danxmoran@gmail.com>

* edits to CLI

* add oss-only shortcode and fix formatting

* format updates

* fix links

* add oss-only inline

* fix list

* Update content/influxdb/v2.0/security/tokens/create-token.md

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

* Update content/influxdb/v2.0/security/tokens/create-token.md

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

* Update content/influxdb/v2.0/security/tokens/create-token.md

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

* edits from Dan

* emphasize recommendation

* edit from Dan re limits and page size

* edit f Sam

* update release date

* remove vague description

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md

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

* Update content/influxdb/v2.0/reference/cli/influx/auth/create.md

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

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* Update content/influxdb/cloud/reference/release-notes/influx-cli.md

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

* edits from Scott

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

* add cloud updates in Sept (#3210)

* Fix numbering in AWS install doc (#3293)

Closes #3292

* Document new API Invocable Scripts feature (was named-functions) (#3282)

* feat: add api-guides/guides and guides/api-invocable-scripts for the API-invocable scripts (managed functions) feature (##2547, #2233).

* feat: document API-invocable scripts. Add example for creating and invoking a script with POST. Unable to make GET work with query parameters.

* feat: moved API-invocable scripts under api-guide. Remove guides directory. Add docs for list and find. Add example for list. Add shortcuts and glossary links. Verified with team-compute that GET /invoke and python are not supported yet.

* feat: rename example function for simplicity since there's no GET for now.

* feat: add find_and_update example (#2547).

* feat: add update example. Clarify, expand invoke example. Add links. (#2547)

* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md

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

* fix: remove accidental commit of generated redoc-static.html

* feat: manual update to cloud swagger. Merges meta, auth, tags, and x-tagGroups from src/cloud.yml to aggregate contracts/ref/cloud.yml.

* fix: replace /functions with /scripts

* feat: get swaggers from contracts/ref. Still requires copy-paste of info, tags, and auth from contracts/cloud.yml and contracts/oss.yml

* feat: invocable scripts (#2547)

* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md

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

* feat: new section for params (#2547).

* fix: swagger server url (#2547)

* Update content/influxdb/cloud/api-guide/api-invocable-scripts/_index.md

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

* feat: remove jq and function where there's no clear need.

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

* fix: add Invocable Scripts tag description. (#3296)

* Fix api invocable (#3299)

* fix: scripts api path.

* fix: bad comma

* Fix api invocable (#3306)

* fix: scripts api path.

* fix: bad comma

* feat: add invocable scripts example for sending multiple parameter values.

* fix: endpoint text. (#3308)

* Fix api invocable (#3310)

* fix: measurement -> point

* fix: cloud API ref. Remove private paths. Patch description and orgID params into ScriptCreateRequest.

* updated token naming and other typos, closes influxdata/DAR#244 (#3309)

* Flux 0.136 (#3311)

* Flux 0.136.0 release notes

* Update pagerduty package for flux 0.136.0 (#3303)

* Add Flux ServiceNow package (#3304)

* added Flux servicenow package

* Apply suggestions from code review

* Enterprise dar updates (#3313)

* removed references to web server in enteprise cluster docs, closes influxdata/DAR#245

* updated enterprise upgrade instructions, closes influxdata/DAR#243

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

* fix: mjs example path (#3305) (#3316)

* 3240 fix nodejs alias (#3317)

* fix: mjs example path (#3305)

* fix: add alias to node.js client library (#3240)

* Edit description for amd_rocm_smi Telegraf plugin (#3186)

* Edit description for amd_rocm_smi Telegraf plugin

Edit name and description for amd_rocm_smi Telegraf plugin. 

Not sure if this is the only location that it needs to be udpated.

* cpl minor updates

Co-authored-by: Kelly <kelly@influxdata.com>

* remove influxql support from v2 api, closes influxdata/DAR#246 (#3326)

* Telegraf 1.20.3 (#3328)

* Telegraf 1.20.3

* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md

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

* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md

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

* Update content/telegraf/v1.20/about_the_project/release-notes-changelog.md

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

* Address PR feedback

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

* docs: update telegraf configuration.md (#3300)

* docs: update telegraf configuration.md

* add note about rate limits

* fix: correct debian/ubuntu install instructions (#3312)

* fix: correct debian/ubuntu install instructions

This consolidates the Debian and Ubutnu install instructions into one
section. The install instructions can be the same for both as they use
the same package manager (i.e. apt).

This removes the use of the now deprecated pipe to apt-key.

This removes references to starting the service, as the service starts
on install and does not require an extra step. Also all supported
operating systems are using systemd at this point so no need to call
that out seperatly.

Removes an extra 'sudo' in deb instructions.

* missing word

* added flux 0.137.0 release notes, added vertica sql support docs (#3318)

* Update _index.md (#3195)

broken link for external plugin repo

* Addresses #3284 (#3334)

* Updates to Flux `to()` (#3260)

Closes https://github.com/influxdata/DAR/issues/236.
Closes #3258.

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

* Fix shim and other link (#3336)

* Update Kapacitor security docs (#3325)

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

* Include TLS setup in Enterprise post-install steps  (#3271)

- Rename TLS guide file.
- Use term "TLS" in title and introduction of TLS guide.

Closes #3270.

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

* Flux 0.138.0 and 0.139.0 (#3335)

* added release notes for flux 0.138 and 0.139 and related updates

* updated spec with related implementation issue

* Apply suggestions from code review

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

* updated to address PR feedback, added related links to int, uint, and bitwise docs

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

* hotfix load data link

* add aliases and fix load data link in oss

* API Ref docs processing (#3337)

* chore: API Reference Docs custom processing. Pulls contracts/ref files and applies custom content (tags, x-tagGroups, securitySchemes, info) before writing results to cloud/ref.yml and v2.0/ref.yml.
Rename source files from swagger.yml to ref.yml to avoid confusion and in case we need to bundle additional specs in the future.
Add an OpenAPI CLI docs-plugin with content and decorators.

* chore: update api-docs/README.md

* fix: add strip-version-prefix to remove /api/v2 added incorrectly to some paths during contract generation - also fixed in openapi repo so future contracts won't need this decorator. Fix server urls. Cleanup.

* chore: update cloud contract.

* chore: update oss API contract.

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>

* edit from Tim: update v2.0 to v2.1 in API section

* fix 2.1 links

* Fix/api ref 2.1 (#3363)

* fix: cloud-specific v1compat auth examples.

* fix: openapi. Disabled securityScheme replacement. Cleaned up placeholders. Added links.

* fix: update API auth descriptions. add API ref v2.1. Update links in openapi content.

* fix: updates URLs to v2.1 in API ref docs

* add verify-tsm to 2.1 release notes

* Clockface updates for 2.1 and Cloud (#3364)

* versioned old icomoon font

* updated all existing icons with versioned style

* Revert "updated all existing icons with versioned style"

This reverts commit 79b6cdf539.

* versioned icon shortcode

* update icons and new styles for clockface v3

* updated nav-icon shortcode and styles

* updated account nav icon styles

* misc updates

* general style updates

* updated oss versions on the homepage

* fixed tick card colors on homepage

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Greg <2653109+glinton@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Samantha Wang <32681364+sjwang90@users.noreply.github.com>
Co-authored-by: Joshua Powers <powersj@influxdata.com>
Co-authored-by: bgilmore-iot <85192039+bgilmore-iot@users.noreply.github.com>
2021-11-08 09:48:11 -08:00
Scott Anderson ede77cc68d
Enterprise dar updates (#3313)
* removed references to web server in enteprise cluster docs, closes influxdata/DAR#245

* updated enterprise upgrade instructions, closes influxdata/DAR#243

* 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>
2021-10-27 14:15:40 -06:00
Scott Anderson 1b582a7cdb
Work with Prometheus metrics in Flux (#3232)
* initial changes for flux restructure

* added all aliases

* added introduced date to all flux functions

* marked linearBins and logarithmicBins as draft

* migrated flux stdlib to new flux section, added version range to article template

* fixed list-all-functions shortcode

* duplicated and reordered flux spec, added page-nav shortcode, closes #1870

* added filtering functionality to list-all-functions shortcode

* added function tags

* Stdlib reorg (#2130)

* consolidated influxdb packages

* stdlib rename and reorg

* reorg existing contrib docs

* added keep-url to http.get example

* reorg built-in directory, add function types docs

* updated links

* updated all related links

* fixed reference links in influxdb docs

* updated all internal flux links

* updated flux links in influxdb

* one last link update

* restyle product dropdown

* update flux links in influxdb 1.7 and 1.8

* fixed shortcode call

* updated task options in flux options doc

* Flux 'interpolate' package (#2148)

* add interpolate package, closes #1649

* added missing page description to interpolate package doc

* removed unnecessary space from interpolate description

* updated interpolate package description

* ported from() note to new flux section

* New list filter javascript (#2185)

* generalized list filtering for telegraf plugins and flux functions

* added flux tags, updated filter list functionality

* added more flux tags

* added new experimental functions

* updated derivative params

* ported over new experimental functions

* fixed bad copy-pasta

* ported new notification endpoints into new flux docs

* updated flux function categories

* ported flux changes from master

* fixed product dropdown

* fixed regexp.findString example

* ported flux 0.109 changes

* updated array package aliases and supported version

* ported new functions into flux dir

* added aliases to interpolate package

* ported flux v0.114 packages

* added enterpise logic to url selector modal

* fix minor typo

* Update Flux param type convention (#2515)

* fix minor typo

* WIP new flux data type convention

* wip more param type updates

* cleaned up function type specs

* ported flux 0.115.0 packages and functions

* ported tickscript package

* ported today function

* added aliases to tickscript pkg

* updated timedMovingAverage params example

* updated to function with remote creds

* port flux 0.118 changes over

* port flux changes into flux-restructure

* ported changes from flux 0.123.0 and updated flux function docs

* updated contrib package summary

* updated function definition of schema.tagValues

* ported recent flux changes to the restructure branch

* port changes from master

* Flux get started (#3036)

* Flux group keys demo (#2553)

* interactive group key example

* added js and shortcode for group key demo

* updated group key demo to address PR feedback

* shortened sample data set

* Flux get started intro and data model (#2619)

* starting flux intro content, resolved merge conflicts

* WIP flux get started docs

* WIP flux get started

* flux get started intro and data model

* Apply suggestions from code review

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

* Update content/flux/v0.x/get-started/data-model.md

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

* Apply suggestions from code review

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

* addressed PR feedback in flux get started

* updated flux docs landing page

* more updates to flux landing page

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

* Flux query basics (#2887)

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* wrap up content for flux query basics

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

* properly close code block on flux query basics

* Flux – query data (#2891)

* added query data sources with flux and query influxdb

* Apply suggestions from code review

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

* Update content/flux/v0.x/query-data/influxdb.md

* Query Prometheus with Flux (#2893)

* query prometheus with flux

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

* Query CSV data with Flux (#2895)

* query csv data with flux

* address PR feedback

* Update content/flux/v0.x/query-data/csv.md

* update flux query data sources landing page

* updated flux query data doc formats and links

* Query SQL databases (#2922)

* WIP query sql guides

* query SQL data sources, closes #1738

* updated related link on sql.from

* added link to stream of tables and updated text

* updated connection string text

* updated query sql landing page and children hr styles

* updated sql query docs to address PR feedback

* added missing colon

* Query Google Cloud Bigtable with Flux (#2928)

* Query Google Cloud Bigtable with Flux

* updated doc structure of query bigtable doc

* fixed typo in bigquery doc

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

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

* Work with Flux data types (#2967)

* scaffolding for flux types, work with strings

* Apply suggestions from code review

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

* removed note about interpolation vs concatenation

* updated wording of variable type association

* generalized type inference

* Apply suggestions from code review

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

* WIP work with ints

* reverted int content

* updated strings doc to address PR feedback

* added description to data types landing page

* Apply suggestions from code review

* Update content/flux/v0.x/data-types/basic/string.md

* updated composite front-matter

* Work with time types in Flux  (#2974)

* work with time types in flux, closes #2260

* updated time type doc

* fixed type in time type description

* fixed typo

* updated work with time doc

* fixed typos

* updated verbiage

* added related links

* Apply suggestions from code review

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

* updated time type doc to address PR feedback

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

* Work with booleans (#2975)

* work with boolean types

* updated working with booleans

* updated verbiage

* added related links

* Update content/flux/v0.x/data-types/basic/boolean.md

* Work with bytes types (#2976)

* work with bytes types

* added toc to bytes type doc

* Apply suggestions from code review

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

* updated work with bytes doc

* fixed typo

* added related links

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

* Work with durations (#2977)

* work with durations in flux

* added keywords to duration doc to improve searchability

* minor updates to duration type doc

* updated verbiage

* added related links and removed toDuration from menu

* Update content/flux/v0.x/data-types/basic/duration.md

* Work with null types (#2978)

* WIP null types

* work with null types in flux

* updated null types doc

* Update content/flux/v0.x/data-types/basic/null.md

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

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

* Work with floats (#2979)

* work with floats in flux

* Apply suggestions from code review

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

* Apply suggestions from code review

* updated floats type doc

* Update content/flux/v0.x/data-types/basic/float.md

* updated verbiage

* added related links

* Apply suggestions from code review

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

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

* Work with integers (#2980)

* WIP work with ints

* work with integers

* work with integers

* updated float to int behavior, added related links, closes #2973

* added toc to ints doc

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update content/flux/v0.x/data-types/basic/integer.md

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

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

* Work with uintegers (#2981)

* WIP work with uints

* work with uints

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

* fixed minor type

* Work with records (#2982)

* work with records in flux

* updated record type doc

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

* Work with arrays (#2983)

* work with arrays

* added array.from example, added related links

* Work with dictionaries (#2984)

* WIP work with dicts

* work with dictionaries

* added related links to dict package

* added introduced version to dict package

* Apply suggestions from code review

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

* added sample dict output

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

* Work with functions (#2985)

* work with functions

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

* revamped type landing pages

* marked union types as draft

* miscellaneous updates

* Work with regular expression (#3024)

* work with regular expression types, closes #2573, closes influxdata/flux#3741

* add context for quoteMeta function

* Apply suggestions from code review

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

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>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* fix latest links in page descriptions

* updated influxdb links

* Flux syntax basics (#3033)

* flux syntax basics

* Apply suggestions from code review

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

* updated function description

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update content/flux/v0.x/get-started/syntax-basics.md

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

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

* added table param to transformations, closes #2392 (#3039)

* updated flux function links

* update algolia configuration to fix search, closes #1902 (#3042)

* ported notes in the from function doc

* Flux package options (#3083)

* add now option to universe package

* added missing package options, closes #2464

* addressed PR feedback

* Flux transformation input/output examples (#3103)

* added flux/sample shortcode

* standardize flux package titles and list titles

* added start and stop columns as an option with flux/sample shortcode

* minor updates to stdlib

* WIP add input and output examples to flux transformations

* WIP removed sample data demo from universe index page

* WIP function input and output examples

* WIP flux input output examples

* WIP flux input output examples

* flux transformation input and output examples

* Add Flux 'sampledata' package (#3088)

* add flux sampledata package

* updated sampledata example titles

* Write data with Flux (#3084)

* WIP write to sql data sources

* write to sql data sources

* added write data to influxdb with flux doc

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

* made sql headings specific to each db

* updated write to influxdb

* added tag to influxdb to example

* restructred influxdb write examples as code tabs

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

* fixed list on influxdb write with flux page

* Flux move changelog (#3117)

* updated flux redirects in edge.js

* move flux changelog into Flux restructure

* add flux redirects to edge.js

* removed extra parentheses from monitor.notify examples, closes #2505

* updated flux release notes with flux 0.129.0

* moved from and to into the influxdata/influxdb package

* updated notes on to and from docs

* added flux card to homepage

* added flux-0.130.0 to flux release notes

* flux link cleanup

* updated experimental message, closes #3097 (#3128)

* Remove Flux stdlib and language from InfluxDB (#3133)

* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132

* flux link cleanup

* cleaned up prometheus verbiage, updated flux data type links

* function cleanup

* fixed sidenav toggle button

* updated group key links, added aliases for flux landing page

* WIP prometheus rework

* fixed broken links, commented out prometheus content, updated flux types names

* added flux links to the left nav

* fixed flux links in kapacitor docs

* WIP flux prometheus docs

* WIP prometheus metrics

* added note about prom metrics data structures

* resolved merge conflicts

* added prometheus doc in write data, added prometheus metric versions ref doc

* added prometheus counter contnet

* resolved merge conflict

* WIP flux prometheus histograms

* added content for prometheus summaries

* added histogram content

* removed commented notes

* Apply suggestions from code review

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

* updates to address pr feedback

* updated prometheus-metrics.md

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-10-18 16:25:20 -06:00
Scott Anderson 93aa238dc5
Flux restructure (#3141)
* initial changes for flux restructure

* added all aliases

* added introduced date to all flux functions

* marked linearBins and logarithmicBins as draft

* migrated flux stdlib to new flux section, added version range to article template

* fixed list-all-functions shortcode

* duplicated and reordered flux spec, added page-nav shortcode, closes #1870

* added filtering functionality to list-all-functions shortcode

* added function tags

* Stdlib reorg (#2130)

* consolidated influxdb packages

* stdlib rename and reorg

* reorg existing contrib docs

* added keep-url to http.get example

* reorg built-in directory, add function types docs

* updated links

* updated all related links

* fixed reference links in influxdb docs

* updated all internal flux links

* updated flux links in influxdb

* one last link update

* restyle product dropdown

* update flux links in influxdb 1.7 and 1.8

* fixed shortcode call

* updated task options in flux options doc

* Flux 'interpolate' package (#2148)

* add interpolate package, closes #1649

* added missing page description to interpolate package doc

* removed unnecessary space from interpolate description

* updated interpolate package description

* ported from() note to new flux section

* New list filter javascript (#2185)

* generalized list filtering for telegraf plugins and flux functions

* added flux tags, updated filter list functionality

* added more flux tags

* added new experimental functions

* updated derivative params

* ported over new experimental functions

* fixed bad copy-pasta

* ported new notification endpoints into new flux docs

* updated flux function categories

* ported flux changes from master

* fixed product dropdown

* fixed regexp.findString example

* ported flux 0.109 changes

* updated array package aliases and supported version

* ported new functions into flux dir

* added aliases to interpolate package

* ported flux v0.114 packages

* added enterpise logic to url selector modal

* fix minor typo

* Update Flux param type convention (#2515)

* fix minor typo

* WIP new flux data type convention

* wip more param type updates

* cleaned up function type specs

* ported flux 0.115.0 packages and functions

* ported tickscript package

* ported today function

* added aliases to tickscript pkg

* updated timedMovingAverage params example

* updated to function with remote creds

* port flux 0.118 changes over

* port flux changes into flux-restructure

* ported changes from flux 0.123.0 and updated flux function docs

* updated contrib package summary

* updated function definition of schema.tagValues

* ported recent flux changes to the restructure branch

* port changes from master

* Flux get started (#3036)

* Flux group keys demo (#2553)

* interactive group key example

* added js and shortcode for group key demo

* updated group key demo to address PR feedback

* shortened sample data set

* Flux get started intro and data model (#2619)

* starting flux intro content, resolved merge conflicts

* WIP flux get started docs

* WIP flux get started

* flux get started intro and data model

* Apply suggestions from code review

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

* Update content/flux/v0.x/get-started/data-model.md

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

* Apply suggestions from code review

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

* addressed PR feedback in flux get started

* updated flux docs landing page

* more updates to flux landing page

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

* Flux query basics (#2887)

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* WIP flux query basics

* wrap up content for flux query basics

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

* properly close code block on flux query basics

* Flux – query data (#2891)

* added query data sources with flux and query influxdb

* Apply suggestions from code review

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

* Update content/flux/v0.x/query-data/influxdb.md

* Query Prometheus with Flux (#2893)

* query prometheus with flux

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

* Query CSV data with Flux (#2895)

* query csv data with flux

* address PR feedback

* Update content/flux/v0.x/query-data/csv.md

* update flux query data sources landing page

* updated flux query data doc formats and links

* Query SQL databases (#2922)

* WIP query sql guides

* query SQL data sources, closes #1738

* updated related link on sql.from

* added link to stream of tables and updated text

* updated connection string text

* updated query sql landing page and children hr styles

* updated sql query docs to address PR feedback

* added missing colon

* Query Google Cloud Bigtable with Flux (#2928)

* Query Google Cloud Bigtable with Flux

* updated doc structure of query bigtable doc

* fixed typo in bigquery doc

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

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

* Work with Flux data types (#2967)

* scaffolding for flux types, work with strings

* Apply suggestions from code review

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

* removed note about interpolation vs concatenation

* updated wording of variable type association

* generalized type inference

* Apply suggestions from code review

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

* WIP work with ints

* reverted int content

* updated strings doc to address PR feedback

* added description to data types landing page

* Apply suggestions from code review

* Update content/flux/v0.x/data-types/basic/string.md

* updated composite front-matter

* Work with time types in Flux  (#2974)

* work with time types in flux, closes #2260

* updated time type doc

* fixed type in time type description

* fixed typo

* updated work with time doc

* fixed typos

* updated verbiage

* added related links

* Apply suggestions from code review

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

* updated time type doc to address PR feedback

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

* Work with booleans (#2975)

* work with boolean types

* updated working with booleans

* updated verbiage

* added related links

* Update content/flux/v0.x/data-types/basic/boolean.md

* Work with bytes types (#2976)

* work with bytes types

* added toc to bytes type doc

* Apply suggestions from code review

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

* updated work with bytes doc

* fixed typo

* added related links

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

* Work with durations (#2977)

* work with durations in flux

* added keywords to duration doc to improve searchability

* minor updates to duration type doc

* updated verbiage

* added related links and removed toDuration from menu

* Update content/flux/v0.x/data-types/basic/duration.md

* Work with null types (#2978)

* WIP null types

* work with null types in flux

* updated null types doc

* Update content/flux/v0.x/data-types/basic/null.md

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

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

* Work with floats (#2979)

* work with floats in flux

* Apply suggestions from code review

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

* Apply suggestions from code review

* updated floats type doc

* Update content/flux/v0.x/data-types/basic/float.md

* updated verbiage

* added related links

* Apply suggestions from code review

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

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

* Work with integers (#2980)

* WIP work with ints

* work with integers

* work with integers

* updated float to int behavior, added related links, closes #2973

* added toc to ints doc

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update content/flux/v0.x/data-types/basic/integer.md

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

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

* Work with uintegers (#2981)

* WIP work with uints

* work with uints

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

* fixed minor type

* Work with records (#2982)

* work with records in flux

* updated record type doc

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

* Work with arrays (#2983)

* work with arrays

* added array.from example, added related links

* Work with dictionaries (#2984)

* WIP work with dicts

* work with dictionaries

* added related links to dict package

* added introduced version to dict package

* Apply suggestions from code review

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

* added sample dict output

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

* Work with functions (#2985)

* work with functions

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

* revamped type landing pages

* marked union types as draft

* miscellaneous updates

* Work with regular expression (#3024)

* work with regular expression types, closes #2573, closes influxdata/flux#3741

* add context for quoteMeta function

* Apply suggestions from code review

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

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>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* fix latest links in page descriptions

* updated influxdb links

* Flux syntax basics (#3033)

* flux syntax basics

* Apply suggestions from code review

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

* updated function description

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update content/flux/v0.x/get-started/syntax-basics.md

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

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

* added table param to transformations, closes #2392 (#3039)

* updated flux function links

* update algolia configuration to fix search, closes #1902 (#3042)

* ported notes in the from function doc

* Flux package options (#3083)

* add now option to universe package

* added missing package options, closes #2464

* addressed PR feedback

* Flux transformation input/output examples (#3103)

* added flux/sample shortcode

* standardize flux package titles and list titles

* added start and stop columns as an option with flux/sample shortcode

* minor updates to stdlib

* WIP add input and output examples to flux transformations

* WIP removed sample data demo from universe index page

* WIP function input and output examples

* WIP flux input output examples

* WIP flux input output examples

* flux transformation input and output examples

* Add Flux 'sampledata' package (#3088)

* add flux sampledata package

* updated sampledata example titles

* Write data with Flux (#3084)

* WIP write to sql data sources

* write to sql data sources

* added write data to influxdb with flux doc

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

* made sql headings specific to each db

* updated write to influxdb

* added tag to influxdb to example

* restructred influxdb write examples as code tabs

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

* fixed list on influxdb write with flux page

* Flux move changelog (#3117)

* updated flux redirects in edge.js

* move flux changelog into Flux restructure

* add flux redirects to edge.js

* removed extra parentheses from monitor.notify examples, closes #2505

* updated flux release notes with flux 0.129.0

* moved from and to into the influxdata/influxdb package

* updated notes on to and from docs

* added flux card to homepage

* added flux-0.130.0 to flux release notes

* flux link cleanup

* updated experimental message, closes #3097 (#3128)

* Remove Flux stdlib and language from InfluxDB (#3133)

* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132

* flux link cleanup

* cleaned up prometheus verbiage, updated flux data type links

* function cleanup

* fixed sidenav toggle button

* updated group key links, added aliases for flux landing page

* fixed broken links, commented out prometheus content, updated flux types names

* added flux links to the left nav

* fixed flux links in kapacitor docs

* temporarily disable search (#3134)

* merged master and updated telegraf plugins

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 16:19:21 -06:00
Jason Stirnaman 94445ea114
URL pattern fixes (#2995)
* 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.
2021-08-10 09:29:37 -05:00
Scott Anderson c9dcb0c841
Correctly update InfluxDB URLs that don't have a trailing slash or URL path (#2925)
* WIP debugging URL js

* correctly update influxdb urls without a trailing slash or url path
2021-07-27 15:24:22 -06:00
Scott Anderson bbc8fb4721 update latest patch and clean up versions 2021-07-23 16:52:47 -06:00
Scott Anderson 5cc36be1e4
Flux v0.123 (#2880)
* Flux 0.123.0 updates (#2878)

* add note about flux sleep function being removed

* update description of createEmpty param on aggregateWindow

* more updates to aggregateWindow

* removed aggregateWindow function definition

* Flux 0.123.0 release notes (#2877)

* Flux sample package (#2876)

* added flux influxdb sample data package

* WIP update sample data doc

* WIP sample data updates

* updated sample package and sample data instructions, closes #2845

* Apply suggestions from code review

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

* updates to address PR feedback

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-21 13:53:25 -06:00
Jason Stirnaman f0bc51f1cb
Fix example urls 2861 (#2863)
* fix: fix broken link by adding API guide for creating a bucket.  - add example code.  - add aliases for pages moved from Tools.

* fix: move create a bucket into the existing page for now. Copy example to API quick start.

* Update content/influxdb/v2.0/organizations/buckets/create-bucket.md

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

* Update content/influxdb/cloud/organizations/buckets/create-bucket.md

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

* Update content/influxdb/cloud/organizations/buckets/create-bucket.md

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

* Update content/influxdb/cloud/organizations/buckets/create-bucket.md

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

* Update content/influxdb/cloud/api-guide/api_intro.md

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

* Update content/influxdb/v2.0/api-guide/api_intro.md

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

* fix: remove alias (#2861)

* fix: replace correct URLs, hostnames, protocols (#2861)
- Replaced recently added "parsed" URL objects with map()
  to get the hostname replacements separately.
- Iterate over hostname replacements and only replace if the
  match isn't preceded by `/` or `.`.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-20 16:17:30 -06:00
Jason Stirnaman 5868957535
Fix shared files (#2856)
* fix: negate check for verbose.

* fix: default version directory to latest version.

* update: API changes.

* update: API updated with grammar fixes

* fix: move assets/text to shared/text
2021-07-15 17:21:52 -05:00
Jason Stirnaman b5c140cbe9 fix: update auth example code. 2021-07-15 14:36:42 -05:00
Jason Stirnaman 39e775be62 Merge branch 'master' of github.com:influxdata/docs-v2 into feature/2689-get-started-with-api
* 'master' of github.com:influxdata/docs-v2: (63 commits)
  CLI fixes (#2844)
  Fix links (#2828)
  Fix/2759 1.x query api (#2841)
  fix: updating windows start instructions (#2842)
  Add static legend to visualization examples (#2837)
  Fix Windows CLI download link (#2840)
  Fix incorrect Telegraf output settings info (#2754)
  Move static legend to cloud-only (#2798)
  ThingWorx integration (#2558)
  edits
  Update content/influxdb/v2.0/process-data/task-options.md
  Update content/influxdb/v2.0/process-data/task-options.md
  Update task-options.md
  hr eg covers itt
  1.19.1 release notes (#2819)
  edit
  fixes issue #2672 https://github.com/influxdata/docs-v2/issues/2672
  Update content/kapacitor/v1.6/guides/anomaly_detection.md
  Update content/kapacitor/v1.5/guides/anomaly_detection.md
  Update content/kapacitor/v1.4/guides/anomaly_detection.md
  ...
2021-07-15 13:50:48 -05:00
Jason Stirnaman c97a268740
CLI fixes (#2844)
* fix: missing bracket in examples

* fix: add note that auth env variables are assumed to be set in `influx config` for CLI examples (#2843).

Co-Authored-By: kerry-cho <cdh0012@naver.com>

* Update styles-default.scss

Co-authored-by: kerry-cho <cdh0012@naver.com>
2021-07-15 12:14:08 -05:00
Jason Stirnaman 9bb3340b02
Fix/2759 1.x query api (#2841)
* fix: 1.x compat api. Clarify authentication schemes, parameters, and use cases for OSS and Cloud (#2759)

* fix: curl examples

* update: add node.js examples

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-14 16:59:39 -05:00
Jason Stirnaman e7858c75d0
Feature/2470 bucket schema (#2765)
feature: document new CLI support for managing explicit bucket schemas (#2470)
  * "explicit" schema-type for buckets
  * `bucket-schema` to manage measurement schemas for buckets
  * task-based overview of new bucket-schema feature in CLI for cloud.
  * reference docs for bucket-schema and bucket schema-type.
  * columns file examples.

other technical updates
* added shortcodes `get-leaf-text` and `get-assets-text`. Documented in CONTRIBUTING.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: null <kelseiv@users.noreply.github.com>
2021-07-07 11:53:54 -05: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
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
Scott Anderson 8f3dcffb4f
Flux 0.115 (#2517)
* Flux Alerta package (in the correct branch) (#2498)

* Flux Alerta package (#2494)

* added flux alerta pkg, closes #2492

* duplicated alerta packages in cloud

* Revert "Flux Alerta package (#2494)" (#2497)

This reverts commit e8907fa54a.

* Revert "Revert "Flux Alerta package (#2494)" (#2497)"

This reverts commit 0704845f45.

* Flux experimental table package (#2496)

* flux table.fill function, closes #2493

* updated table.fill page weight

* added import statement and syntax key to table.fill example

* minor content change on table.fill

* flux 0.115 release notes

* added duplicate-oss to table package in cloud
2021-05-11 16:07:41 -06:00
Scott Anderson 43d49365b2
Influxdb 2.0.6 (#2459)
* Re-add InfluxDB 2.0.5 (#2450)

This reverts commit c91442f88c.

* added release notes, updated 2.0.5 release notes

* updated download links for influxdb 2.0.6

* 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>
2021-04-29 14:04:33 -06:00
Kelly c91442f88c Revert "InfluxDB 2.0.5 (#2450)"
This reverts commit 4de7de611e.
2021-04-28 11:17:54 -07:00