Commit Graph

1395 Commits (cli2.4-release-notes)

Author SHA1 Message Date
Scott Anderson 153f078baa
clean up some frontmatter (#2857) 2021-07-15 16:49:39 -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
Russ Savage ad06069f2c
fix: updating windows start instructions (#2842) 2021-07-14 12:20:46 -05:00
noramullen1 cbc48350dd
Add static legend to visualization examples (#2837)
* Add legend options to graph example images (addresses #2829 )

* Add more static legend examples to appropriate visualization times
2021-07-14 10:20:09 -07:00
pierwill b3b077469a
Fix Windows CLI download link (#2840)
Closes https://github.com/influxdata/docs-v2/issues/2839
2021-07-14 10:43:14 -05:00
noramullen1 4b2a5aef61
Move static legend to cloud-only (#2798)
* Add static legend (addresses #2568 )

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

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

* Move static legend changes to cloud only

* Update hover/static controls to reflect changes

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-13 11:54:26 -07:00
kelseiv 12568e3019
ThingWorx integration (#2558)
* draft-ThingWorx

* minor edit

* Update content/influxdb/cloud/tools/thingworx.md

* Update content/influxdb/cloud/tools/thingworx.md

* fix link

* fix links

* remove punct

* edits

* edits

* add thingworx key words

* edits from Gunnar

* delete examples

* rmv eg header
2021-07-09 12:57:25 -07:00
mluu12 052de7b5d3 edits 2021-07-08 12:55:33 -07:00
kelseiv 71724497cc
Update content/influxdb/v2.0/process-data/task-options.md 2021-07-08 12:41:01 -07:00
kelseiv a7990b2a74
Update content/influxdb/v2.0/process-data/task-options.md 2021-07-08 12:39:58 -07:00
kelseiv b921569043
Update task-options.md 2021-07-08 12:39:08 -07:00
Kelly 53827035e4 hr eg covers itt 2021-07-08 12:30:17 -07:00
Kelly 24c7f6e4eb edit 2021-07-08 12:24:03 -07:00
mluu12 e44338e2a5 fixes issue #2672 https://github.com/influxdata/docs-v2/issues/2672 2021-07-08 12:05:15 -07:00
pierwill 2534d2f34a
Correct debug API call (#2813)
Closes #2812
2021-07-07 13:24:40 -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
William Baker c8d00f5ef1
fix: example for updating a bucket retention period (#2808) 2021-07-06 09:56:04 -05:00
Eric Volpert 9143cd3220
Fix typos in Design Principles doc (#2806)
Was reading through the docs on https://docs.influxdata.com/influxdb/v2.0/reference/key-concepts/design-principles/ and noticed two typos, figured I'd toss a commit to get them resolved if y'all care about that. If not, feel free to ignore :)
2021-07-05 09:21:06 -06:00
kelseiv f4be9271f6
Split shift+click f range annotations changes (#2804)
* split shift+click f range annotations changes

* fix typo

* fix typo

* update
2021-07-01 15:17:36 -07:00
Tim Yocum f68c2727fe
Cleaning up stray tag 2021-06-30 15:23:41 -05:00
Tim Yocum c4508bde1c
VPC peering is not available on InfluxDB Cloud 2021-06-30 15:20:36 -05:00
pierwill 19075387e7
Document Flux parameterized queries (#2774)
Document Flux parameterized queries

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-06-30 13:54:06 -05:00
noramullen1 638250990e
Revert "Add static legend (addresses #2568 ) (#2760)" (#2799)
This reverts commit 9682718465.
2021-06-30 11:44:49 -07:00
noramullen1 9682718465
Add static legend (addresses #2568 ) (#2760)
* Add static legend (addresses #2568 )

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/band.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph-single-stat.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/graph.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-06-30 10:53:50 -07:00
Scott Anderson c54a791e6a
Various DAR fixes (#2796)
* fixed anchor links in influxdb enterprise cli page, closes influxdata/DAR#212

* fixed typo in enterprise backup and restore, closes influxdata/DAR#208

* removed content about creating dashboards from templates, closes influxdata/DAR#209
2021-06-29 15:12:00 -06:00
Yun Zhao 96e0743455
values of query parameter `precision` for write api. (#2792) 2021-06-29 10:53:41 -06: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
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 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
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 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
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
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
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
Russ Savage 0399001639
fix: fixing some issues on the pagerduty.endpoint page (#2618) 2021-05-28 11:46:46 -07:00
pierwill 02d7d3c4b4
Fix typo; close #2611 (#2612)
Closes #2611
2021-05-27 12:11:20 -05:00
Jason Stirnaman 10f00e199b
fix: Added temporary alias to 1.8 Getting Started so old (v1) externa… (#2589)
* fix: Added temporary alias to 1.8 Getting Started so old (v1) external links get routed to it (#2507)

* Update content/influxdb/v1.8/introduction/get-started.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-25 15:30:36 -05:00
Scott Anderson d1ac50d747
Flux 0.117.0 (#2582)
* Flux 0.117.0 release notes

* updated to function to include host and token for remote writes
2021-05-24 14:49:51 -06:00
kelseiv 7c08a34efc
Add Enterprise 1.8.6 release notes (#2579)
* add OSS 1.8.6 release notes

* remove OSS release notes; nothing changed in OSS

* update Enterprise 1.8.6 release notes

* Tim edits

* updates to AE debug logging per David

* reorder bug fixes

* clarify reason for OSS 1.8.6
2021-05-24 09:51:37 -07:00
thevishvish b161a05131
Fix Typo - InfluxDB notification endpoint creation (#2580) 2021-05-24 10:19:25 -05:00
Scott Anderson d84164f3c2
uncomment brew install in 2.0 oss get started (#2577) 2021-05-21 14:22:23 -06:00
Scott Anderson 1fcc7e452c
update oss and cloud with latest-patch shortcode (#2562) 2021-05-19 09:39:01 -06:00
noramullen1 972d369623
Add downsample cell (addresses #2504 ) (#2560)
* Add downsample cell (addresses #2504 )

* Update content/influxdb/cloud/notebooks/downsample.md

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

* Update content/influxdb/cloud/notebooks/create-notebook.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-18 23:38:25 -07:00
John Corrigan 2aff1d23f5
Update join.md (#2563)
just removing a duplicate 'and' from the sentence
2021-05-18 20:13:31 -06:00
pierwill 2937f41432
Update create-task.md 2021-05-18 13:22:19 -05:00
pierwill 0ff9cef12c
Add example for creating a task via API (#2556)
Use "duplicate-oss" shortcode for "Create a task"

Closes #2540

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-18 09:51:35 -05:00
Scott Anderson 9c9ae6701f hotfix: update windows binary download url, closes #2554 2021-05-17 16:48:14 -06:00
Scott Anderson 40538c5a93 Merge branch 'master' of github.com:influxdata/docs-v2 2021-05-17 16:26:14 -06:00
Scott Anderson 26f67b661c hotfix: removed merge conflict artifact from glossary 2021-05-17 16:26:04 -06:00
kelseiv df14963f73
Prom histograms in Flux draft-in-progress (#2525)
* Update content/influxdb/v2.0/query-data/flux/histograms.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-17 13:49:48 -07:00
Scott Anderson bf75f87904
Flux 0.116 (#2555)
* Flux today function (#2537)
* Added flux 0.116.0 release notes
2021-05-17 14:27:01 -06:00
Scott Anderson 9c596bb433 updated timedMovingAverage examples, closes #2224, closes #2551 2021-05-17 11:45:14 -06:00
Ryan Betts 6d0a7d2e0d
Fix heading level for Stringable Constraint (#2552)
Was at heading level 5. Make this consistent with the other headers.
2021-05-17 08:35:49 -06:00
dahlinPL f144b5a65d
Update create.md (#2544)
fixed syntax in example
2021-05-14 15:26:49 -07:00
Jason Stirnaman b4acd6cefc
Merge pull request #2539 from influxdata/update/max-select-point-frequency
update: mention that max-select-point frequency only checks every second.
2021-05-14 13:49:36 -05:00
Jason Stirnaman 668470bb20
Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-14 13:47:05 -05:00
Jason Stirnaman 260660cc55
Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-14 13:46:48 -05:00
Jason Stirnaman 913bb9edda update: help Mac users resolve ulimit errors when writing CSV (#2491). 2021-05-13 13:30:59 -05:00
Jason Stirnaman b817bfdd1b update: mention that max-select-point checks every second (#1498). 2021-05-13 12:30:23 -05:00
noramullen1 6aa2475313
Rename GS and add new Cloud GS (addresses #2124) (#2413)
* Rename old GS (addresses #2124 )

* Update install.md

* Add GS

* Update get-started.md

* Update get-started.md

* Update get-started.md

* Remove alia

* Fix cloud menu

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/get-started.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Address PR feedback

* Revert changes to oss GS

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update content/influxdb/cloud/sign-up.md

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

* Update intro

* Update content/influxdb/cloud/sign-up.md

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

* Delete package-lock.json

* Address PR feedback

* Add back changes to install doc

* Update content/influxdb/cloud/sign-up.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-05-12 13:24:33 -07:00
Jason Stirnaman c227d2e4b5
Merge pull request #2523 from influxdata/feature/2339-community-templates-link
feature: add community templates link to templates docs (#2339).
2021-05-12 11:47:06 -05:00
Jason Stirnaman 3d9886852d
Update content/influxdb/v2.0/influxdb-templates/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-12 11:23:56 -05:00
Scott Anderson 2ad0420020
Temporarily remove brew install instructions for influxdb 2.0 (#2526) 2021-05-12 10:05:30 -06:00
Jason Stirnaman 4450117039 feature: add community templates link to templates docs (#2339). 2021-05-12 10:19:26 -05:00
dahlinPL a6186f9210
Update create.md (#2522)
fixed description for --org --org-id and --password
2021-05-12 09:12:18 -06: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
Jason Stirnaman a1c23310f5 fix: replace incorrect page URLs. 2021-05-07 17:26:51 -05:00
Scott Anderson c529ecd958
update language around windows support in oss upgrade guide, closes #2499 (#2501) 2021-05-06 16:44:42 -06:00
Scott Anderson 0704845f45
Revert "Flux Alerta package (#2494)" (#2497)
This reverts commit e8907fa54a.
2021-05-06 16:35:40 -06:00
Scott Anderson e8907fa54a
Flux Alerta package (#2494)
* added flux alerta pkg, closes #2492

* duplicated alerta packages in cloud
2021-05-06 16:30:54 -06:00
Scott Anderson 08c1c29586
Flux 0.114 (#2495)
* added flux 0.114.0 and 0.114.1 release notes

* Add experimental/influxdb and experimental/usage packages. (#2484)

* added experimental influxdb package

* added experimental usage package

* fixed description of usage package

* added introduced version to experimental usage and influxd pkgs

* Apply suggestions from code review

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

* updates to address PR feedback

* duplicate new functions in cloud

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-05-06 13:59:16 -06:00
Daniel Campbell f0ddb5e9b3
Update _index.md (#2489)
Correct "OSS" to "Cloud" on the Write Data cloud page.
2021-05-06 09:29:01 -06:00
Jason Stirnaman 5ff98793aa
Merge pull request #2471 from influxdata/fix-2425
Added missing comma to array (#2425).
2021-05-03 15:55:28 -05:00
Jason Stirnaman 3ff3fea048 Added missing comma to array (#2425). 2021-05-03 13:49:26 -05:00
kelseiv cd2e9c466e
Simple annotations (#2348)
* draft annonation

* first draft annotations

* Update annotations.md

* uncomment edit & delete annotation procs

* annotation updates

* move annotations to Cloud; add overview links

* add bullet list

* update headers

* add view/hide overview link

* remove redundant header

* rmv redundant header

* rmv extra sp

* rmv sp

* fix numbering

* fix more numbering

* update procedures with latest UI changes

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* add annotations video & reorg content to fit

* Update content/influxdb/cloud/visualize-data/annotations.md

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

* fix sql link

* Update content/influxdb/cloud/visualize-data/annotations.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-03 10:24:27 -07:00
pierwill 0ebf1b28e9
Fix paths to docker volume mounts (#2468)
Also bump InfluxDB version in k8s example.

Closes #2463, #2385, #2324.

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-04-30 13:17:27 -07:00
Scott Anderson 48449a92ca
port interpolate pkg from flux-restructure branch, closes #2414 (#2467) 2021-04-30 13:21:17 -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
Scott Anderson 62b0f31d2f hotfix: correction in shard doc 2021-04-28 09:49:22 -06:00
Scott Anderson 4de7de611e
InfluxDB 2.0.5 (#2450)
* Add `--compression` flag to `influx write` (#2243)

Add `--compression` flag to `influx write`

Closes #2240.

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

* Changes to /debug endpoints for InfluxDB 2.0.5 (#2246)

- Add --pprof-disabled influxd flag
- Add pprof-disabled to influxd config-options

Closes #2239.

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

* deprecated influx transpile command, closes #2266

* Update content/influxdb/v2.0/reference/cli/influx/transpile/_index.md

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

* updated influx transpile warning from deprecated to removed

* Deprecated 'influx transpile' command (#2304)

* deprecated influx transpile command, closes #2266

* Update content/influxdb/v2.0/reference/cli/influx/transpile/_index.md

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

* added new and missing influxd config options, closes #2297, closes #2293 (#2303)

* Add 'influx task retry-failed' command (#2334)

* added influx task retry-failed command

* add new task retry-failed flags, updated task task-based content, closes #2095

* Apply suggestions from code review

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

* address PR feedback for task retry-failed

* Apply suggestions from code review

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

* updated task retry-failed to address PR feedback

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

* updated task-based failed task docs in cloud

* add profilers flag to influx query, closes #2338, closes #2327 (#2342)

* export lp to stdout, closes #2337 (#2343)

* export lp to stdout, closes #2337

* adjust output-path desc, updated command examples

* Clarify user migration in 1.x to 2.0 automated upgrade process (#2344)

* clarify user migration in upgrade process, closes #2336

* updated user migration content to address PR feedback

* updated migration doc for PR feedback

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

* Updated restore docs (#2352)

* udpated restore docs, closes #2333, closes #2335

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* describe full restore failure

* Apply suggestions from code review

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

* updated restore doc to address PR feedback

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

* Shard management (#2322)

* shard reference content

* added shard group diagram

* finished reference info for shards

* add shard group duration config flag and examples, closes #2283

* Apply suggestions from code review

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Edd Robinson <me@edd.io>

* addressed PR feedback for shard docs

* more updates to shard docs to address PR feedback

* Apply suggestions from code review

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

* minor updates to shards doc in 2.0

* updated shard state content

* Apply suggestions from code review

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

* Update content/influxdb/v2.0/reference/internals/shards.md

* updated shard group definition in glossary

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Edd Robinson <me@edd.io>

* removed unnecessary period from influx transpile

* Upgrade from OSS 2.x to Cloud (#2420)

* WIP v2 to cloud migration

* updated config create example in grafana doc, resolves #2415

* draft for v2 to cloud migration

* Apply suggestions from code review

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

* minor update to cloud upgrade doc

* updated v2 to cloud upgrade guide to address PR feedback

* updated 1x compatability api docs for cloud

* updated write examples in cloud upgrade, added intro sentence to cloud upgrade landing

* Add file system layout reference doc (#2423)

* add file system layout reference doc, closes #2276

* added filesystem-diagram shortcode to contributing

* Apply suggestions from code review

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

* updates to filesystem layout doc

* minor update to filesystem layout doc

* fixed typo in v2 to cloud migration

* added newline to filesystem diagram shortcode

* minor updates to fs layout doc

* added windows file system layout

* updated fs layout doc to address PR feedback

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

* updates to address PR feedback

* Upgrade from 1.x to Cloud (#2424)

* add v1 to cloud upgrade guide with migrate CQs doc

* Apply suggestions from code review

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

* udpated PATH verbiage in v1 to cloud migration doc

* Apply suggestions from code review

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

* added caption shortcode, address PR feedback for v1 to cloud migration

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

* replaced arbitrary username in cloud v1 compat api doc

* renamed v2 to upgrade doc

* removed old from-v2 cloud migration doc

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

* moved diagram css

* minor update to heading in fs layout doc

* updated section heading in fs layout doc

* updated upgrage notification and migration guides

* general cleanup of page titles and descriptions

* Update query optimizations guide (#2441)

* updated pushdowns list, closes #2439, closes #1042

* added profiler information to optimize queries doc

* removed window as a heavy function

* minor change to optimize queries

* update usage of the word manipulate to operate

* add information about dynamically defining filter values, closes #2150

* add information about set vs map to query optimizations, closes #2101

* Apply suggestions from code review

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

* updated pushdowns table

* updated table formatting

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

* Add windows install instructions (#2430)

* add windows install instructions

* removed unnecessary newlines

* removed notes and newlins from windows install instructions

* added known issues to windows warning

* updated windows install instructions

* updated influxdb version in 1.x and cloud docs

* InfluxDB 2.0.5 swagger (#2448)

* updated swagger files to use influxdata/openapi, added helper script

* fixed typo, added newline

* InfluxDB 2.0.5 release notes (#2426)

* InfluxDB 2.0.5 release notes

* Apply suggestions from code review

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

* updated influxdb 2.0.5 release notes to address PR feedback

* last minute additiosn to 2.0.5 release notes

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

* InfluxDB 2.0.5 additions (#2449)

* InfluxDB 2.0.5 release notes

* Apply suggestions from code review

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

* updated influxdb 2.0.5 release notes to address PR feedback

* last minute additiosn to 2.0.5 release notes

* last minute updates to oss, closes #2306, closes 1825

* deduped viz type content

* added missing viz options

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

* updated v1compat swagger

* minor updates to influxdb 2.0.5 release notes

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
Co-authored-by: Edd Robinson <me@edd.io>
2021-04-28 09:10:30 -06:00
kelseiv ac530c6b6e
update Cloud release notes (#2442) 2021-04-27 16:05:26 -07:00
pierwill bc076402bb
Add "InfluxDB Cloud security" document (#2446)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-26 15:09:52 -07:00
Scott Anderson 615645d426
Map visualization (#2355)
* scaffolding for map visualization doc

* added examples images for other map modes

* updated map mode descriptions

* updated map viz to be more task-based

* add usgs sample data to cloud

* added earthquake example query to map viz

* commented out map customization steps

* added information about s2 cell ids in map viz

* updates to map viz to address PR feedback
2021-04-26 13:08:41 -06:00
Scott Anderson 182eb364b2
added release notes for Flux 0.113.0 (#2443) 2021-04-21 14:47:16 -06:00
kelseiv 83d7a649e3
InfluxDB OSS and Enterprise 1.8.5 (#2316)
* release notes draft
* add hyphen to -out
* update influx inspect to include report-disk
* update report-disk
* RN updates
* misc upd
* fix links
* remove issue re meta node
* clarify disk size in bytes
* add Listener issue
* take the meta node reference out
* Update TCP connection closure logging issue
* remove dup
* change to path
* edits from Sam
* tweaks to wording
* note about blank disk usage until flush
* log query text for POST requests
* update HTTP log format
* add httpd prefix to GET example
* add new bug fix to RN
* fix table format
* options task
* remove bug fix
* add release date
* InfluxDB Enterprise 1.8.5 release notes (#2438)
* update Enterprise 1.8.5 release notes
* add link to OSS 1.8.5 RNs
* edits from David
* 1.8.5 install updates (#2437)
* update release date
* update OSS release date
* update Enterprise release date
* update to version 1.8.5
* fix empty verification blocks; adding numbering
* fix verification blocks in data node install
* combine redundant steps
* update versioning in data node install
* edits from Tim
2021-04-20 14:17:55 -07:00
Jack Burgess 0032571645
docs: fix "percentates" typo (#2428) 2021-04-16 11:45:51 -07:00
pierwill ad7ca3499e
Fix some uses of the term "third-party" (#2407)
"Third-party" should be hyphenated when used as a modifier.
2021-04-12 11:03:32 -07:00
Scott Anderson 816a939d95
added flux 0.112.1 release notes (#2411) 2021-04-12 11:44:29 -06:00
kelseiv f0aa06a166
fix button (#2409)
* fix button

* minor edits
2021-04-12 10:22:44 -07:00
Scott Anderson 8f4b72b082
Add examples for custom functions with scoped variables (#2406)
* added examples for custom functions with scoped variables, closes influxdata/DAR#196

* changed manipulate to use

* Apply suggestions from code review

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

* updated custom function example

* minor updates to custom functions doc

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-04-12 10:43:38 -06:00
Scott Anderson 6ff54ae15a
Add cloud note to schema package (#2404)
* added cloud note to schema package, closes influxdata/DAR#181

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

* fixed frontmatter formatting

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-04-09 15:57:27 -06:00
Scott Anderson 225b17bf1c
Add information about time boundaries in INTO queries (#2403)
* added information about time boundaries and into queries, closes influxdata/DAR#192

* updated info about into queries
2021-04-09 09:26:06 -06:00
Scott Anderson bc2246e6fc
added tracking links for cloud marketplaces, closes influxdata/DAR#195 (#2402) 2021-04-09 09:03:25 -06:00
Scott Anderson a293d801cb
Flux 0.112.0 (#2401)
* added flux-0.111 release notes

* added flux 0.112.0 release notes

* Flux OEE package (#2397)

* added oee pacakge

* updated description of APQ params

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

* addressed PR feedback for OEE package

* updated oee functions to address PR feedback

* added oee functions to cloud

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

* Add missing testing functions (#2393)

* add missing testing functions

* marked testing.benchmark as draft

* updated testing.benchmark

* added introduced frontmatter to testing.load

* Apply suggestions from code review

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

* updated testing package to address PR feedback

* updated testing docs to address PR feedback

* duplicated testing functions in cloud

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

* Add experimental transformations (#2398)

* added experimental transformations

* Apply suggestions from code review

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

* address PR feedback for experimental functions

* minor updates to experimental function docs

* duplicated experimental functions in cloud

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>
2021-04-08 18:42:30 -06:00
Scott Anderson ff97e554a8
Flux v0.111.0 (#2394)
* added flux-0.111 release notes

* Flux TICKscript package (#2388)

* WIP tickscript package

* WIP tickscript pkg

* fleshed out tickscript pkg

* added introduction version to flux pkg

* updated to address PR feedback

* fixed output typos

* duplicated tickscript package to cloud
2021-04-07 11:33:46 -06:00
Bucky Schwarz 866292bde8
docs: update js client library example code (#2390)
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-04-07 10:33:30 -07:00
Russ Savage b98c0f765b
fix: type in custom check comment (#2389) 2021-04-06 16:31:53 -06:00
Scott Anderson 97f002f0f6
added cloud region request button, closes #2370 (#2384) 2021-04-01 20:56:14 -06:00
pierwill 64daed830f
Update Homebrew installation docs for InfluxDB 1.8 and 2.0 (#2383)
Closes #2381.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-01 15:08:53 -07:00
pierwill d32b1cc3a5
Add example query using map type dashboard variable (#2377)
Closes #782.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-04-01 12:18:36 -07:00
pierwill 55056611e0
Debian/Ubuntu installation: use separate keyring for InfluxDB key (#2365)
Debian/Ubuntu installation: use separate keyring for InfluxDB key

Adding a key to Ubuntu/Debian trusted keyring is bad practice.
2021-04-01 11:06:09 -07:00
Justin Yeoh d96c990975
Update _index.md (#2380) 2021-04-01 07:29:00 -07:00
Scott Anderson e9dff9eae2 Merge branch 'master' of github.com:influxdata/docs-v2 2021-03-30 13:32:17 -06:00
Scott Anderson c251cd3b0a hotfix: fixed duplicate array menu item 2021-03-30 13:32:10 -06:00
Sokkensoepje 41672c17ba
Update _index.md (#2125)
* Update _index.md

Small typo in the first command for Ubuntu

* Update content/influxdb/v2.0/reference/cli/influx/completion/_index.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-03-30 11:18:35 -06:00
Kelly bdee29bbc2 options task >> option task 2021-03-29 18:57:18 -07:00
Scott Anderson b858fa254b duplicated array.from to cloud 2021-03-29 13:43:32 -06:00
Scott Anderson c4c581d230 promoted array package from experimental 2021-03-29 13:38:32 -06:00
pierwill 5178d60c9d
Fix example blocks in line protocol tutorial (#2359)
* Fix example blocks in line protocol tutorial

Closes #https://github.com/influxdata/DAR/issues/191.

* fix setup tip format

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-03-29 09:59:45 -07:00
Russ Savage 4ed6d5b76a
fix: dataTime to dateTime (#2361) 2021-03-29 10:35:52 -06:00
Scott Anderson 871c0db598
Flux 0.109 (#2354)
* added flux 0.109.0 and 0.109.1 release notes

* Document changes to Flux string interpolation (#2326)

* Add new content on string interpolation from SPEC.md

Closes #2314

* added the stringable constraint

* Update content/influxdb/v2.0/reference/flux/language/string-interpolation.md

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

* Add 'mode' parameter to 'csv.from' (#2353)

* updated csv.from with new mode parameter

* minor updates to csv.from

* updated description of raw csv parsing mode

* updated csv.from in cloud, updated raw parse mode description

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-03-26 16:21:18 -06:00
pierwill 0b796c5fed
Fix typo (#2351) 2021-03-25 08:39:17 -07:00
kelseiv bb2b34dac9
fix typo 2021-03-24 16:32:29 -07:00
kelseiv ccb99bb888
Fix note about data retention in free tier (#2341)
* Fix note about data retention in free tier
* Update content/influxdb/cloud/account-management/pricing-plans.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-24 16:19:46 -07:00
Scott Anderson 94ddeb0de3
fixed formatting in 1.8 auth setup doc (#2347) 2021-03-24 15:34:09 -06:00
Stephen von Takach ad8c8d28c7
add crystal s2 cell library to shape geo data (#2340) 2021-03-23 15:44:30 -06:00
Scott Anderson 9dcfcace5a
Create ui/timestamp-formats shortcode (#2259)
* create ui/timestamp-formats shortcode, closes #2249

* added time-format shortcode to other viz docs

* updated cloud viz docs with time format shortcode
2021-03-19 16:36:51 -06:00
kelseiv aca9087a1c
fix links (#2321) 2021-03-18 15:44:05 -07:00
kelseiv b2c66c266b
tweaks to 1.x compatibility (#2313)
* tweaks to 1.x compatibility

* Update query.md

* Update write.md

* Update content/influxdb/v2.0/reference/api/influxdb-1x/query.md

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

* Update content/influxdb/v2.0/reference/api/influxdb-1x/write.md

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

* Update content/influxdb/v2.0/reference/api/influxdb-1x/write.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-17 14:45:27 -07:00
Russ Savage 094111871c
fix: example on regexp.findstring (#2310) 2021-03-17 14:45:22 -06:00
kelseiv e037d94b92
Misc (#2309)
* update 1.x compatibility doc

* misc 1.x upds

* edits

* edit
2021-03-17 11:27:29 -07:00
Scott Anderson 8289c95ef9 hotfix: fixed filepath for experimental.spread 2021-03-17 09:56:29 -06:00
Scott Anderson 37e28bd128
Flux 0.108 (#2305)
* flux 0.108 changelog

* Flux VictorOps package (#2295)

* added flux victorops package, closes #2277

* added cloud version of victorops pkg

* Flux Zenoss pkg (#2292)

* added zenoss package, closes #2278

* added cloud duplicates for zenoss package

* updated zenoss pkg to address PR feedback

* Apply suggestions from code review

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

* Flux BigPanda package (#2301)

* added flux bigpanda package, closes #2279

* added cloud version of bigpanda package

* added information to bigpanda pkg about converting timestamps

* Update content/influxdb/v2.0/reference/flux/stdlib/contrib/bigpanda/_index.md

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

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

* added 0.108 package links to flux changelog

* added flux 0.108.1 to flux changelog

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-03-17 08:51:41 -06:00
kelseiv 5f8efecba6
Merge pull request #2299 from influxdata/dar-184
Change to request to --get for --data-urlencode
2021-03-16 09:48:06 -07:00
Kelly 6d7886b171 chg to --get for --data-urlencode 2021-03-16 09:43:55 -07:00
noramullen1 d03e0eda04
Update notebooks (#2253)
* Add top-level notebook video (addresses #2090 )

* Add downsample video and fix typo (addresses #2089 )

* Add clarification about preview button

* Update content/influxdb/cloud/notebooks/create-notebook.md

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

* Update content/influxdb/cloud/notebooks/create-notebook.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Remove early access notes

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2021-03-16 09:38:51 -07:00
kelseiv 9d37aa7e9f
Update content/influxdb/v2.0/reference/api/influxdb-1x/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-16 09:06:30 -07:00
kelseiv 2ff510ddb2
Update query.md 2021-03-16 09:06:04 -07:00
Kelly 3f4a2058f5 https://github.com/influxdata/DAR/issues/183 2021-03-16 08:58:21 -07:00
Kelly 0e186280e1 clarification on Go module 2021-03-15 14:47:01 -07:00
Kelly b9d7295c8f add build from source bug fix 2021-03-15 14:41:28 -07:00
Kelly 31e27f8428 update 1.7.11 RNs and add new config option 2021-03-15 14:00:53 -07:00
Scott Anderson 5a68bb4171
Flux 0.107 (#2284)
* added flux 0.107 release notes

* updated kaufmansAMA function

* added all new experimental function signatures

* address PR feedback

* 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-03-12 17:01:14 -07:00
Scott Anderson c9cc1028a5 Merge branch 'master' of github.com:influxdata/docs-v2 2021-03-12 16:37:51 -07:00
Scott Anderson e8d2155fdc hotfix: updated flux slack examples 2021-03-12 16:37:20 -07:00
Kelly 16532d3b9c Merge branch 'master' of github.com:influxdata/docs-v2 into memory 2021-03-12 15:19:47 -08:00
pierwill 53f4f4d1c8
Manual upgrade / upgrade doc restructure (#2264)
* Start work on "Manually upgrade" docs

- Add content from Grafana doc
- Begin adding context and introduction
- Add content from automatic upgrade guide
- Mention secure-by-default
- Add backup warning

* Add info about authorizing `influx v1` commands

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

* Add influxd upgrade recommendation

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

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

* Add conceptual info to `influx v1 auth` CLI docs

* Work on PR feedback

* Work on outline and ToC

* Reorder migrate data instructions

* Work on guide

Add related links

* Edit data migrations section

* Mention "manual upgrade path" in automatic upgrade doc

* Spell check

* Add link and move manual upgrade notes in auto guide

* Work on guide

* Fix notes for directing users to right upgrade guides

* Reorgization upgrade docs

* Work on Upgrade landing page

* Start clarifying decision tree

* Rm comments

* Clean up landing page

* updates to 2.0 upgrade guides

* more updates to manual upgrade guide

* more updates to upgrade docs

* updated reference docs

* Apply suggestions from code review

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

* fixed typos in auto-upgrade guide

* Apply suggestions from code review

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

* fixed structure of migrate config settings

* updated upgrade landing structure, updated links

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-11 16:13:51 -07:00
Scott Anderson 180f6a8d5d
remove ro-only docker mount, closes #2274 (#2275) 2021-03-10 09:17:28 -07:00
Scott Anderson 11c6a3ee45
Influxdb 2.0 Docker upgrade (#2265)
* influxdb 2.0 docker upgrade, closes #2257

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

* updated docker upgrade doc to address PR feedback

* Apply suggestions from code review

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

* added more mounts to docker examples

* Apply suggestions from code review

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

* updated note about boltdb config path

* removed tabs from docker page

* removed more tabs from docker update guide

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2021-03-09 13:49:56 -07:00
Scott Anderson a7948edf01 hotfix: join only joins two streams 2021-03-08 11:01:39 -07:00
Scott Anderson f1c894ba48
DAR fixes (#2254)
* updated join doc, closes influxdata/DAR#180

* add information about optimizing query result size, closes influxdata/DAR#179

* updated note about downloading query data

* minor changes to join description
2021-03-08 10:27:02 -07:00
Scott Anderson c2c2dd969f
Updated Mosaic description and add example queries (#2251)
* updated mosaic description and image, added example queries, closes #2250

* marked oss mosaic as draft

* typo fix
2021-03-05 14:55:06 -07:00
pierwill 64452f49d5
Remove outdated info (#2252)
* Remove outdated info

* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
2021-03-05 13:27:54 -08:00
Scott Anderson af8a029d3a hotfix: moved mosaic visualization into cloud 2021-03-05 13:21:24 -07:00
noramullen1 beb3d7b131
Add mosaic visualization (#2248)
* Create mosaic.md

* Add mosaic

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

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

* Update content/influxdb/v2.0/visualize-data/visualization-types/mosaic.md

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

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-05 12:01:22 -08:00
lanceybp 2b32d81d85
Update csv.md (#2245)
Fix --errors-file flag typo
2021-03-05 09:17:13 -08:00
Scott Anderson b408afb619 hotfix: more cq guide fixes 2021-03-04 22:40:53 -07:00
Scott Anderson e526cae51f hotfix: updated CQ details 2021-03-04 16:14:47 -07:00
Scott Anderson 89f3f4c6ae hotfix: update derivative param names 2021-03-04 15:27:48 -07:00
Scott Anderson b7d8c620b8
Updated examples in the CQ migration guide (#2242)
* updated examples in the cq guide

* udpated cq guide to address PR feedback
2021-03-04 15:06:58 -07:00
Scott Anderson 8eb9cb9211
Add 1.x Grafana docs (#2232)
* updated influxdb oss and cloud grafana/influxql instructions, closes #1340, closes #2165

* updated grafana cloud instructions to use token auth

* updated cloud grafana config screenshot

* show auth options with influxql in grafana doc

* added tab onload js, WIP grafana rework

* updated content for influxql in grafana

* minor updates to grafana doc, closes #2211

* added information about downloading and configuring the influx cli to cloud grafana doc

* minor update in cloud grafana doc

* updated grafana influxql decision tree

* fixed some typos

* Apply suggestions from code review

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

* addressed PR feedback

* added updates to grafana

* scaffolding for grafana doc in 1.7

* add grafana docs for influxdb 1.7 and 1.8, closes influxdata/DAR#125

* updates to 1.x grafana docs

* added grafana docs to enterprise 1.7 and 1.8, closes influxdata/DAR#107

* adjusted menu order of enterprise tools section

* updated enterprise grafana docs to address PR feedback

* added information about RPs and more examples, closes #2215

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-03-04 11:32:18 -07:00
Max Printz 4660f6c020
Updated the UI references (#2234)
* Updated the UI references

Added the new UI pictures and references to the button locations. Also added more info on the retention policy.

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-03-04 11:05:05 -07:00
pierwill 7f7f44351e
Fix port number in `influx write` CLI doc (#2238) 2021-03-03 13:38:53 -08:00
pierwill 7700f0eb9f
Add video to "Automatically configure Telegraf" (#2231)
Adds "How to Add Data to InfluxDB Cloud with Telegraf in 5 Steps"
2021-03-02 15:16:12 -08:00
Samantha Wang 972b0f7efa
Add video to automatically configure Telegraf (#2122)
Add youtube video: https://youtu.be/M8KP7FAb2L0
2021-03-02 10:16:13 -08:00
Scott Anderson 57da1eff86
added note to leave out task options when creating new task, closes #2202 (#2203) 2021-03-01 14:03:41 -07:00
noramullen1 329e3ccb93
Ticks visualization (#2175)
* Update band.md

* Add tick marks and legend update

* add verbal phrases and minor edits

* UI updates

* hide Legends section

* add SI default

Co-authored-by: Kelly <kelly@influxdata.com>
2021-03-01 12:59:46 -08:00
Scott Anderson efa9d5203c
added notes to all v1 auth commands about not working with cloud, closes #2208 (#2223) 2021-03-01 10:38:39 -07:00
Doug Hoard 91cfc667b7
Fixed use tokens documentation (#2217)
Fixed use tokens documentation
2021-02-26 22:08:55 -07:00
Scott Anderson 46d0f16dc0
upgraded hugo to 0.81.0, fixed isset build error, fixed formatting in grafana doc (#2218) 2021-02-26 21:54:41 -07:00
Scott Anderson 368dd4ebc4
Update Grafana docs for OSS 2.0 and Cloud (#2210)
* updated influxdb oss and cloud grafana/influxql instructions, closes #1340, closes #2165

* updated grafana cloud instructions to use token auth

* updated cloud grafana config screenshot

* show auth options with influxql in grafana doc

* added tab onload js, WIP grafana rework

* updated content for influxql in grafana

* minor updates to grafana doc, closes #2211

* added information about downloading and configuring the influx cli to cloud grafana doc

* minor update in cloud grafana doc

* updated grafana influxql decision tree

* fixed some typos

* Apply suggestions from code review

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

* addressed PR feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-26 18:31:19 -07:00
Scott Anderson 74e6c737e5
Flux 0.106 (#2199)
* added flux 0.106.0 release notes

* added experimental.integral function

* added experimental.window function

* updates experimental.integral and experimental.window to address PR feedback

* 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-02-26 15:52:48 -07:00
pierwill 77ff9d6f65
Document using a config file through Docker volume (#2207)
Document using InfluxDB config file with Docker volume

Replace quay image with DockerHub

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-26 12:30:46 -08:00
Daniel Moran da1aa5d57e
Link to DockerHub for upgrade instructions. (#2214)
* Link to DockerHub for upgrade instructions.
* Update from review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-26 11:10:42 -08:00
pierwill 5c95d77489
Document using volume mounts with Docker image (#2205)
Document using volume mounts with Docker image

Work toward #1947.

Re-order phone home and docker shell content.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-25 09:38:29 -08:00
Bojan Oro 28a183f247
Update Grafana auth steps for InfluxQL against Influx2.0 (#2029)
* Update auth steps for InfluxQL against Influx2.0

Addresses https://github.com/influxdata/docs-v2/issues/1942

* Apply PR change requests

* Adjust step numbers
2021-02-25 09:52:15 -07:00
Scott Anderson e9a8b6c039
fix CLI flags table structure and styles (#2204) 2021-02-24 18:52:03 -07:00
Scott Anderson 96621fe39f
added examples to profiler package, closes influxdata/DAR#175 (#2180) 2021-02-22 15:03:06 -07:00
Scott Anderson c1ca5c8408
Fix broken internal links – SEO link audit (#2189)
* link audit, remove info about stopping influxd in restore docs, closes #2168

* fixed broken internal links for seo link audit

* updated canonical logic to be smarter

* fixed canonical links and broken images

* fixed errant find and replace

* fixed formatting of kapa event handler docs

* more link fixes

* more link fixes, support latest shortcode in telegraf plugin descriptions
2021-02-19 11:07:47 -07:00
Scott Anderson 89d354a8c8
Fix email alert examples, closes #2187 (#2188) 2021-02-18 10:25:36 -07:00
pierwill 0572bdf3b9
Mention influx CLI on "Write data" landing page (#2192)
This makes the CLI docs easier to find for those readers visually scanning the page for the term "CLI".
2021-02-17 16:14:38 -08:00
David 2f67737ad7
Update link to influx-cxx (#2181)
* Update link to influx-cxx

Originally linked project is unmaintained, new link goes to active fork

* add c++ library to v1.8 api_client_docs

* add c++ library to doc description for v1.7 api_client_libraries
2021-02-17 07:46:08 -07:00
kelseiv 4d81f9d4a2
Remove 1.8.3 was unreleased note; add 1.8.3 release notes back (#2186)
* remove 1.8.3 "unreleased" note; add 1.8.3 RNs back

* rmv 1.8.3 changes from 1.8.4 list
2021-02-16 17:05:55 -08:00
noramullen1 27821a513c
InfluxDB 2.0.4 (#2134)
* Changelog for 2.0.4
* Update influxdb.md
* New influxd commands, flags, and config options (#2139)
* added influxd print-config command
* added --overwrite-existing-v2 flag to influxd upgrade
* added export-lp command
* added nats-related config options to influxd
* updated influxd docs to address PR feedback
* minor updates to influxd docs
* removed ignored files from the repo
* closes #2079
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update upgrade docs to note removal of inmem option (#2138)
* Update upgrade docs to note removal of inmem option
* Update content/influxdb/v2.0/upgrade/v1-to-v2/_index.md
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Apply suggestions from code review
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Swagger files for InfluxDB 2.0.4 (#2145)
* Update content/influxdb/v2.0/reference/release-notes/influxdb.md
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Apply suggestions from code review
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
* removed geo ref from oss swagger
* Add new items
* InfluxDB 2.0.4 binaries (#2144)
* updated download links and pkg links for influxdb 2.0.4
* updated underscores to dashes in binary example names
* removed unsupported tag matching operators from swagger, closes influxdata/DAR#160
* Update influxdb-k8-minikube.yaml (#2171)
* update v1-compat swagger with timestamp info, closes influxdata/DAR#118 (#2172)
  Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
  Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
  Co-authored-by: Daniel Moran <danxmoran@gmail.com>
  Co-authored-by: Scott Anderson <scott@influxdata.com>
  Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-02-11 15:55:09 -07:00
kelseiv 3b42f53684
closes #2025 (#2030) 2021-02-10 15:34:58 -08:00
kelseiv 5a4a2a1448
Chronograf 1.8.10 (#2142)
* misc 1.8.10 update
* fix link to latest Telegraf plugins
* update release date
* edits
2021-02-10 14:44:09 -08:00
pierwill 128bc37135
Update k8s "Get started" docs (#2167)
Update k8s "Get started" docs

- Add instructions for using kind
- Bump version to 2.0.3

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-10 14:15:12 -08:00
pierwill 3bb7133a39
systemd: Add instructions for passing arguments to influxd (#2163)
systemd: Add instructions for passing arguments to influxd
2021-02-10 10:54:44 -08:00
pierwill ae75d08674
systemd: Document InfluxDB data storage location (#2161)
systemd: Document InfluxDB storage locations

* Add info on bolt and engine

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-02-09 15:50:54 -08:00
pierwill fc806a28b1
Improve systemd installation docs for InfluxDB 2.0 (#2157)
Add systemd installation docs for `.deb` and `.rpm`
2021-02-09 13:15:14 -08:00
noramullen1 1abf24d4aa
Edit Telegraf config in the UI (#2132)
* WIP -- add info about editing config file in UI

* Addresses #2104

* Address PR feedback

* Update content/influxdb/v2.0/telegraf-configs/update.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Update content/influxdb/v2.0/telegraf-configs/update.md

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>

* Address PR feedback

* Update content/influxdb/v2.0/telegraf-configs/update.md

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

* Update content/influxdb/v2.0/telegraf-configs/update.md

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

* Update content/influxdb/v2.0/telegraf-configs/update.md

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

* Update wording per PR feedback

Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-09 11:35:45 -08:00
Scott Anderson b3e4b9a7a7
Querying remote InfluxDB sources (#2158)
* add note about querying remote influxdb sources to from() docs, closes influxdata/DAR#173

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

* Update content/influxdb/v2.0/reference/flux/stdlib/built-in/inputs/from.md

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: pierwill <19642016+pierwill@users.noreply.github.com>
2021-02-09 06:49:50 -07:00
timhallinflux e902e2144b
fixed misspelling (#2159) 2021-02-08 18:28:38 -08:00
kelseiv 2d3ea98f64
add latest Jan cloud updates (#2153) 2021-02-08 09:48:47 -08:00
Oori d846ab548a
fix(changelog): correct year for 1.8.4 release (#2155) 2021-02-08 09:48:15 -08:00
kelseiv 994f9e4522
InfluxDB OSS 1.8.4 updates (#2129) 2021-02-08 09:47:18 -08:00
김세환 d3c406bcef
fix: wrong file name in get-started.md (#2093) 2021-02-04 17:57:47 -08:00
Scott Anderson 35639816dd
Flux 0.105.0 2021-02-04 16:22:41 -07:00
Scott Anderson 77c9fe823a
remove refernces to task retry option, closes #2131 (#2135) 2021-02-04 16:17:49 -07:00
Scott Anderson bec65f7492 hotfix: change flux 0.103.1 to 0.104.0 2021-02-02 13:22:34 -07:00
Scott Anderson 8f2e9f696d
Flux 0.103.1 (#2128)
* add flux 0.103 to release notes

* Flux 0.103.1
2021-02-02 12:54:03 -07:00
kelseiv 7244688e80
InfluxDB OSS 1.8.4 release notes (#2059)
* add 1.8.4 release notes and missing 1.8.3 RNs

* add 1.8.4 release notes

* add new configuration option

* Update releasenotes-changelog.md

* update 1.8.4 OSS RNs

* hide strict error handling option

* hide Ent RNs

* rmv Enterprise

* updated OSS 1.8.4 release notes

* remove 1.8.3 RNs - combined in Enterprise PR

* remove obsolete stats

* edits
2021-02-01 15:52:10 -08:00
Scott Anderson cf61a1422a
Flux v0.103 (#2123) 2021-02-01 14:56:25 -07:00
Scott Anderson 304d84cc36
Enrich CQ migration guide and add Flux/InfluxQL parity (#2102)
* add resample information to cq migration guide

* enriched cq migration guide, added flux-vs-influxql

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* clarified links to 1.8 influxql docs

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-01 14:14:00 -07:00
Scott Anderson 1a020cc4de
added flux 0.101 and 0.102 to release notes (#2103) 2021-02-01 14:11:48 -07:00
Jakub Bednář 702e62378e
docs: add link to Swift client (#2120) 2021-02-01 10:51:06 -07:00
pierwill ec1ce8748f
Fix typo; close #2118 (#2119) 2021-01-30 12:12:40 -08:00
pierwill 1684202e3a
Fix typo (#2115)
Closes #2113
2021-01-29 13:11:29 -08:00
pierwill 69b8660d9a
Fix downloads links in cloud/get-started.md (#2108) 2021-01-28 09:19:30 -08:00
noramullen1 b358c26307
Merge pull request #2027 from influxdata/azure
Add Azure info to Cloud docs
2021-01-27 11:05:01 -08:00
noramullen1 3716959a40 Update names 2021-01-27 10:17:30 -08:00
Scott Anderson 48588e5a46
add resample information to cq migration guide (#2097) 2021-01-26 16:44:48 -07:00
pierwill b963d24d08
Document using InfluxDB 2 as a systemd service (#2096)
Document using InfluxDB 2 as a systemd service

Also promote "Networking ports" to H3

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-01-26 14:59:18 -08:00
Ignacio Van Droogenbroeck 0de431633a
Updating InfluxDB "phone home" docker tag (#2091) 2021-01-26 10:41:45 -07:00
pierwill 391483cdfa
Add "Use tokens" documentation (#2086)
Add "Use tokens" documentation

Add a page called "Use tokens" to "Manage tokens". This gives two
minimal examples using the CLI and links to other existing
documentation.

Closes #2054

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-01-22 11:03:51 -08:00
noramullen1 7faf95900a Hot fix -- broken download link 2021-01-21 14:43:06 -08:00
Kelly 10c0fe1214 fix format 2021-01-20 13:53:23 -08:00
kelseiv 1ea541b414
Merge pull request #2066 from influxdata/Jan-2021-Cloud-updates
Jan 2021 cloud updates
2021-01-20 13:46:48 -08:00
Kelly ae66b5d2a9 remove tick flag 2021-01-20 13:44:04 -08:00
harrisondnash 438ba2f706
fix:#1961 (#2024)
* fix:#1961

* resolving comments

* fix:added flux example
2021-01-20 13:12:07 -07:00
Kelly 7be617e00c update title to reflect updates may not be monthly 2021-01-19 09:08:43 -08:00
kelseiv a9dd4336a7
remove influxd 2021-01-19 09:04:53 -08:00
kelseiv a9a8347114
Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-01-19 09:03:11 -08:00
kelseiv 48fdd91382
Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-01-19 08:45:34 -08:00
Scott Anderson 6dca619625
Merge pull request #2075 from Bigjaked/patch-1
Update commands in readme
2021-01-19 09:13:07 -07:00
Scott Anderson ce94c3fc72
Merge pull request #2076 from harrisondnash/typo
fix:#1895
2021-01-19 08:47:42 -07:00
Jake a9ebd35273
Update commands in readme
Updating the commands in the readme file so that the commands actually match the filenames. For some reason a hyphen was added in the file names of the influx-download and the .asc file.
for example these command fails
```
wget https://dl.influxdata.com/influxdb/releases/influxdb-2-2.0.3_darwin_amd64.tar.gz
wget https://dl.influxdata.com/influxdb/releases/influxdb-2-2.0.3_darwin_amd64.tar.gz.asc
```

but these work just fine.

```
wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.3_darwin_amd64.tar.gz
wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.3_darwin_amd64.tar.gz.asc
```

I simply updated the docs to reflect the correct files
2021-01-18 15:42:10 -07:00
noramullen1 0131e5e298 Fix regex example 2021-01-15 14:54:02 -08:00
Scott Anderson b042050e37 hotfix: added keep-url to http.get example, closes influxdata/DAR#165 2021-01-15 14:56:55 -07:00
pierwill 261f12bfbe
Fix API-related problems with Cloud vs OSS (#2070)
Fix Postman API endpoints.
2021-01-15 12:56:18 -08:00
Kelly 8f47599d59 https://github.com/influxdata/docs-v2/issues/2068 2021-01-15 08:25:44 -08:00
kelseiv 3a24bba9cd
fix formatting 2021-01-14 16:46:47 -08:00
Kelly 92fb1bf037 update monthly Cloud updates doc 2021-01-14 16:29:56 -08:00
Kelly 27f5e26b7b update write data overview for Cloud 2021-01-14 16:29:22 -08:00
Kelly b64ad66ecd add load data procedures to Cloud 2021-01-14 16:29:05 -08:00
harrisondnash b02dca2a22 fix:#1895 2021-01-13 18:38:19 -06:00
liumengyang cbb4339881
Update csv.md
spelling mistake
dataTime --> dateTime
2021-01-11 17:49:45 +08:00
Scott Anderson 8f067308c5 Flux 0.100 release notes 2021-01-08 09:09:01 -07:00
Scott Anderson 2d5f6efa59 updates to multi-field-math guide to address PR feedback 2021-01-08 08:47:42 -07:00
Scott Anderson 0af8f5e047 duplicated mulit-field guide in cloud 2021-01-07 16:48:41 -07:00
Scott Anderson d7882c6b41 Merge branch 'master' into math-multiple-fields 2021-01-07 16:46:44 -07:00
Scott Anderson 294e3b8fc1 minor text updates 2021-01-07 16:46:17 -07:00
Scott Anderson cc6a13474a added common query guide for running calculations with multiple fields 2021-01-07 16:42:50 -07:00
Scott Anderson 59b0253acc
Merge pull request #2038 from influxdata/fix-related
Fix related links
2021-01-07 13:21:07 -07:00
Kelly 7479fd3551 fix bullet lists 2021-01-07 09:25:59 -08:00
Kelly fda10f907f duplicate common queries in Cloud 2021-01-07 09:21:11 -08:00
Scott Anderson 643b182ddf fix related links, closes #2037 2021-01-07 10:16:04 -07:00
noramullen1 4fe469aac2 Update links 2021-01-05 11:54:47 -08:00
noramullen1 2ad856dcd4 Clarify no email addresses for either SSO option 2021-01-04 15:29:58 -08:00
noramullen1 09a6840000 Add Azure info to cloud docs 2021-01-04 10:41:48 -08:00
Kelly da69147991 add redirects to fix broken link 2020-12-28 13:27:27 -08:00
Tobias Deiminger a1cfb1a260 Fix minor typo in "Group keys" 2020-12-25 21:02:10 +01:00
Kelly 074415bba1 minor edits to Billing page; upd gsg 2020-12-23 16:17:15 -08:00
Kelly 81b7a9d7b9 v2-checkout-updates 2020-12-23 15:50:53 -08:00
Scott Anderson 312c55d7ad resolved merge conflicts 2020-12-23 13:56:20 -07:00
Scott Anderson bad6817bf4 address more PR feedback 2020-12-23 13:54:08 -07:00
kelseiv 793d5f5dce
Merge pull request #1993 from influxdata/grafana
Update InfluxQL connector/Grafana instructions
2020-12-23 10:20:27 -08:00
Scott Anderson 5e80bb82fa updated CLI docs to address PR feedback 2020-12-23 10:24:54 -07:00
Scott Anderson 40baf8a5d8
Merge pull request #2010 from harrisondnash/key-concept-links
fix: #1786
2020-12-21 15:31:00 -07:00
harrisondnash 5a06458034 fix: links to markdown 2020-12-21 15:23:36 -06:00
w33bion 7e3cd8bc5b
Update go.md
The github link was broken
2020-12-21 11:47:07 +01:00
harrisondnash b511dafbbc fix: #1786 2020-12-20 20:33:59 -06:00
Scott Anderson 72fbb5c30c hotfix: added EXPLAIN ANALYZE to list of supported queries, update edge.js 2020-12-18 18:31:42 -07:00
kelseiv 59320b4c98
Merge branch 'master' into master 2020-12-18 17:13:36 -08:00
Scott Anderson 94eb58e562 updated write annotated csv example 2020-12-18 11:27:15 -07:00
Scott Anderson 9b6e6484d2 added token recommendation to oss get-started 2020-12-18 09:00:30 -07:00
Scott Anderson 96a1f4d63d added data structure note to influx write doc 2020-12-18 08:48:21 -07:00
Scott Anderson d5185492d1 updated language about all access tokens and exporting templates 2020-12-18 08:18:44 -07:00
Ivan Kudibal fd09df55af
Update get-started.md
one more 2
2020-12-18 09:44:31 +01:00
Ivan Kudibal 47cf5cb6df
Update get-started.md
linux review, update filename
2020-12-18 09:34:09 +01:00
Scott Anderson a1a658678e added link to influx cli conventions and patters to all cli docs, closes #1992 2020-12-17 22:54:42 -07:00
Scott Anderson 93f59a29ad added information about the superuser token, closes #1951 2020-12-17 22:15:59 -07:00
Scott Anderson 6fc53e5ca6 added and updated influx cli examples, closes influxdata/DAR#144, closes influxdata/DAR#146 2020-12-17 22:05:38 -07:00
Scott Anderson fba827d8b4 hotfix: fixed stream and table function examples 2020-12-17 09:18:35 -07:00
Hugo Cartigny e0778b5808
Fix typo in findcolumn.md 2020-12-17 11:45:28 +01:00
Scott Anderson 0c49e2a944 added influx CLI conventions and credential note 2020-12-16 22:01:06 -07:00
noramullen1 1b514943ce Hot fix -- fix package links 2020-12-16 18:38:42 -08:00
Scott Anderson 4b4dd77ba7 added notes to influx cli commands that do not work with cloud, resolves influxdata/DAR#148 2020-12-16 16:16:49 -07:00
Scott Anderson afd6408725
Merge pull request #1983 from influxdata/query-optimization-wording-1
Update optimize-queries.md
2020-12-16 13:33:04 -07:00
Scott Anderson 37a1f7ecb2
Updated link in OSS optimize doc 2020-12-16 13:32:37 -07:00
Sam Dillard 94ca8db7ba
Update optimize-queries.md 2020-12-16 12:30:21 -08:00
Sam Dillard 6ccfcf6f2d
Update optimize-queries.md 2020-12-16 11:48:45 -08:00
Scott Anderson ec6fec8c0b hotfix: fix cardinality examples, update URL selector js, closes influxdata/DAR#159 2020-12-16 08:24:21 -07:00
Scott Anderson a14a33575e
Merge pull request #1994 from influxdata/flux-0.99
Flux 0.99
2020-12-15 21:51:04 -07:00
Scott Anderson 7e64ab6fd0 added flux 0.99.0 release notes 2020-12-15 21:48:43 -07:00
Scott Anderson 2898f28ba5
Merge pull request #1980 from influxdata/flux-dict-types
Flux dictionary types
2020-12-15 21:28:12 -07:00
Scott Anderson 15dc5e6a94 updated dict docs to address PR feedback 2020-12-15 21:26:26 -07:00
Scott Anderson 810721c82c Merge branch 'flux-0.99' into flux-dict-types 2020-12-15 21:18:04 -07:00
Kelly 3267e66576 fix delete 2020-12-15 18:17:20 -08:00
Kelly 6419361283 closes #1960 2020-12-15 18:13:35 -08:00
Ignacio Van Droogenbroeck d6eebbd111
Added a note about auth requirements for exporting templates.
This note, clarify that the user needs to have/create and an All access token to be capable of export templates.
2020-12-15 20:35:26 -03:00
noramullen1 c5e4479dd7 Hot fix -- fix package names 2020-12-15 11:26:23 -08:00
noramullen1 d4aa5a96a8 Update flux version in influxdb changelog 2020-12-15 10:49:36 -08:00
Scott Anderson 0be93ee4cd fixed typo in monitor.check 2020-12-15 11:41:01 -07:00
Scott Anderson 9310e65854 Merge branch 'master' into flux-check-data 2020-12-15 11:40:25 -07:00
Scott Anderson 440fafd813 updated description of monitor.check data 2020-12-15 11:37:42 -07:00
noramullen1 db28b4847c Link to helper scripts 2020-12-14 17:50:41 -08:00
noramullen1 be86cb2000 Update name of deb and rpm packages 2020-12-14 17:47:13 -08:00
noramullen1 25f9aa6aac Address PR feedback 2020-12-14 16:36:37 -08:00
noramullen1 9a4d3d5310 address PR feedback 2020-12-14 16:21:53 -08:00
noramullen1 d2c069546b Add packaging change 2020-12-14 16:05:10 -08:00
noramullen1 5e4be36f4f Merge branch 'master' into influxdb-203-changelog 2020-12-14 14:07:52 -08:00
noramullen1 0971ca97ff Add changelog 2020-12-14 10:32:21 -08:00
Sam Dillard b82ca682cf
Update optimize-queries.md 2020-12-14 09:50:18 -08:00
Sam Dillard 665a486d4f
Update optimize-queries.md
I just added a little more granularity to the line about how many points the hypothetical scenario would generate in-memory.  The reason being it clarifies the number a little more and also provides a little extra incentive to optimize :).
2020-12-14 09:39:17 -08:00
Kevin Gorham a19fe19b47
Fix reversed descriptions. 2020-12-13 20:38:59 -05:00
Scott Anderson bd3f9f677c
Merge pull request #1977 from influxdata/flux-notification-fixes
Flux notification fixes
2020-12-11 15:15:24 -07:00
Scott Anderson df8038f3b7 updated endpoint docs to address PR feedback 2020-12-11 15:13:51 -07:00
Scott Anderson a1d02f6175 updated monitor notify docs to address PR feedback 2020-12-11 15:09:36 -07:00
Scott Anderson f52e224188 added link to dict.get 2020-12-11 14:49:40 -07:00
Scott Anderson 194aed989c added the dict package 2020-12-11 14:45:13 -07:00
Scott Anderson 6acf9857c8 documented flux dict types, closes #1796 2020-12-11 13:37:00 -07:00
Scott Anderson aae77497f8 updated monitor.notify to address PR feedback 2020-12-10 20:53:44 -07:00
shilinlee cc88a1add0
fix typo 2020-12-11 10:40:51 +08:00
Scott Anderson 7ea259e832 updated monitor.notify to better illustration implementation, closes #1974 2020-12-10 17:22:01 -07:00
Scott Anderson 730b2d3b7f updated mapFn descriptions and examples, closes #1976 2020-12-10 16:54:54 -07:00
Scott Anderson f62c8d0804 hotfix: add data retention to system buckets, add user defined tags to system buckets, closes influxdata/DAR#158 2020-12-10 16:12:51 -07:00
Scott Anderson 35fc98943a
Merge pull request #1940 from influxdata/chronograf-1.8.9
Chronograf 1.8.9
2020-12-10 14:43:52 -07:00
Scott Anderson c0ee8f7ec5
Merge pull request #1970 from influxdata/chronograf-v2-auth
Chronograf v2 auth
2020-12-10 14:14:17 -07:00
pierwill 9ecb339450 Fix typo
Closes https://github.com/influxdata/DAR/issues/157
2020-12-10 10:59:32 -08:00
Scott Anderson 20bd583c6f updated bucket and rp info for chronograf 2020-12-10 10:21:58 -07:00
Scott Anderson e6bc3636e8 updated chronograf docs to address PR feedback 2020-12-10 09:55:27 -07:00
Scott Anderson 346e045b40 Merge branch 'master' into chronograf-1.8.9 2020-12-09 17:05:41 -07:00
Scott Anderson c04124d85c updated chronograf 1.8 connection config doc 2020-12-09 17:04:17 -07:00
Scott Anderson 23db51706a
Merge pull request #1957 from influxdata/bucket-limit
Added notes about organization and bucket limits in OSS
2020-12-09 16:22:35 -07:00
Scott Anderson 398efe1e5b added minor condition to bucket limits 2020-12-09 16:20:39 -07:00
Scott Anderson cb7454be18 updated influxdb v2 chronograf doc 2020-12-09 16:19:14 -07:00
Scott Anderson 2d26a3109b
Merge pull request #1965 from influxdata/docs/invalid-column-type-for-map
docs(flux): add a note to map about invalid column types
2020-12-09 15:44:52 -07:00
Scott Anderson c13fe01a98 updated map note 2020-12-09 15:41:22 -07:00
Jonathan A. Sternberg 71c21ac129
docs(flux): add a note to map about invalid column types 2020-12-09 15:26:14 -06:00
Scott Anderson c969c42b59
Merge pull request #1966 from influxdata/system-buckets
System buckets PR feedback
2020-12-09 14:25:19 -07:00
Scott Anderson b4adae8d92 PR feedback 2020-12-09 14:24:16 -07:00
Scott Anderson b803078eb4
Merge pull request #1963 from influxdata/system-buckets
Document system buckets
2020-12-09 14:21:17 -07:00
pierwill 855d2a8c7e
Fix monitor.logs() example
Closes https://github.com/influxdata/DAR/issues/156
2020-12-09 12:40:26 -08:00
Scott Anderson 1f683d00cb document system buckets, related to #1949 2020-12-09 11:24:06 -07:00
Scott Anderson 9d6957ed0c Merge branch 'master' into system-buckets 2020-12-09 11:13:43 -07:00
Scott Anderson ff0d860b1d
Merge pull request #1920 from influxdata/cloud-data-durability
Document InfluxDB Cloud durability
2020-12-09 11:13:10 -07:00
Scott Anderson d99cb2bbd5 updated correct to readable in cloud durability doc 2020-12-09 11:11:17 -07:00
Scott Anderson 3f34884c11 added cloud version of system buckets 2020-12-09 11:05:30 -07:00
Scott Anderson d000fd9746 added comment to profiler code example 2020-12-08 14:33:20 -07:00
Scott Anderson 649004e291 updated language around storage vs in memory operations 2020-12-08 13:36:55 -07:00
noramullen1 09be1016df Create changelog 2020-12-08 11:36:41 -08:00
Scott Anderson b015efbb68 added duplicate shortcode to cloud profiler pkg 2020-12-08 11:49:31 -07:00
Scott Anderson 0600d450f9 added the operator profiler, closes #1944 2020-12-08 11:46:03 -07:00
Scott Anderson 51bee01d6b
Merge pull request #1946 from influxdata/arm-binaries
Updated OSS and cloud with ARM binaries
2020-12-08 11:05:51 -07:00
Scott Anderson 59d70608b3 added notes about org and bucket limits in oss, closes #1956 2020-12-08 09:30:27 -07:00
Kelly 471c6efaf1 remove bullets to hide functions in pushdown list 2020-12-07 18:52:04 -08:00
noramullen1 fa0b316cc2 Fix typo 2020-12-07 18:04:52 -08:00
noramullen1 b546b93ae8 fix ordering of notebooks docs 2020-12-07 17:31:28 -08:00
noramullen1 c42a5c3c9f Fix menu error for notebooks (hot fix) 2020-12-07 17:15:56 -08:00
noramullen1 c6b975d5f0 Missing parenthesis (hot fix) 2020-12-07 16:22:23 -08:00
noramullen1 71d81647ff More notebook hot fixes (formatting, broken link) 2020-12-07 16:20:46 -08:00
noramullen1 0e5856eaae remove extra space from notebooks signup link (hot fix) 2020-12-07 16:13:58 -08:00
noramullen1 9ca07b84e7 hot fix-- list 2020-12-07 16:04:44 -08:00
noramullen1 368bd37d7a
Merge pull request #1941 from influxdata/notebooks
Notebooks early access docs
2020-12-07 16:01:25 -08:00
Scott Anderson 4a479d3555 added flux 0.96, 0.97, and 0.98 release notes 2020-12-07 16:41:24 -07:00
Scott Anderson aab8c8a81c
Merge pull request #1953 from influxdata/update-noaa-import
Update NOAA import
2020-12-07 16:14:56 -07:00
noramullen1 e45ebe1fc3 Add descriptions 2020-12-07 15:13:55 -08:00
noramullen1 0a46a10914 Address PR feedback 2020-12-07 15:11:07 -08:00
Scott Anderson 1916d305ec updated noaa data import to be relative to now, closes #1696 2020-12-07 15:59:44 -07:00
Scott Anderson a83586f2f0 hotfix: fix broken images in chronograf flux dashboards guide 2020-12-07 14:45:04 -07:00
noramullen1 29649ccc05 Update _index.md 2020-12-07 11:13:00 -08:00
noramullen1 07a8845bfb Update sample data in normalize example 2020-12-07 10:39:57 -08:00
Scott Anderson d20e08f2d3 added --v2-config-path flag to influxd upgrade, closes #1882 2020-12-07 11:39:03 -07:00
Scott Anderson be26ddeb39
Merge pull request #1937 from influxdata/readd-delete-predicate
Update delete docs for OSS and Cloud
2020-12-07 10:23:24 -07:00
noramullen1 a50b263525 Address PR feedback 2020-12-04 16:08:25 -08:00
pierwill fb0f0c0cfd
Add Working with the API page (#1943) 2020-12-04 15:59:01 -08:00
Scott Anderson bb88f8a844 update delete docs to address PR feedback 2020-12-04 16:41:42 -07:00
Scott Anderson 7c70dd37ae updated oss and cloud getting started binaries, added arm binary, resolves #1945 2020-12-04 16:20:13 -07:00
noramullen1 ace2642815 Add export dashboard cell 2020-12-04 10:01:18 -08:00
noramullen1 e811d06ffc Fix typo 2020-12-04 09:51:43 -08:00
noramullen1 122943a6e3 Fix titles 2020-12-04 09:49:41 -08:00
noramullen1 542ed67f65 Update downsample.md 2020-12-04 09:48:04 -08:00
noramullen1 c0d057c30a update markdown text 2020-12-04 09:46:59 -08:00
noramullen1 9644133010 Update titles 2020-12-04 09:45:55 -08:00
noramullen1 df63986415 Update downsample.md 2020-12-04 09:44:27 -08:00
noramullen1 995874efe2 Update clean_data.md 2020-12-04 09:43:58 -08:00
noramullen1 7be0d47104 Update links 2020-12-04 09:43:20 -08:00
noramullen1 53d651be39 Move to cloud section 2020-12-04 09:34:49 -08:00
noramullen1 832dec0f9f Merge branch 'master' into notebooks 2020-12-04 09:16:33 -08:00
noramullen1 bc13a67bdb Notebooks early access 2020-12-04 09:16:26 -08:00
Scott Anderson 0b7949c9b0 hotfix: replace cloud strings.substring with duplicate oss shortcode 2020-12-04 09:49:13 -07:00
Jonathan A. Sternberg dd2833d5dd
fix(flux/stdlib): clarify that the end index for strings.substring is exclusive (#1939)
The end index for `strings.substring` is exclusive so clarifying the documentation to show it as exclusive.
2020-12-04 09:38:00 -06:00
Scott Anderson 93ce4f08ce fixed influxdb cloud internals title 2020-12-03 15:50:47 -07:00
Scott Anderson dba74d5e57 updated durability doc to address PR feedback 2020-12-03 15:50:11 -07:00
Scott Anderson 6ebaa53dfb updated delete documentation with examples and removed notes, closes #1926 2020-12-03 11:43:20 -07:00