Commit Graph

5194 Commits (5cc36be1e40c7fa080ab5aa5133be47d11bccffe)

Author SHA1 Message Date
timhallinflux 8daba93771
Monitor OSS via InfluxDB Cloud
supporting images
2021-06-05 13:19:04 -07:00
timhallinflux 041ff15232
Delete 2-0-monitor-OSS-with-Cloud.png 2021-06-05 12:17:24 -07:00
timhallinflux 7d6eb09cb8
Monitoring InfluxDB OSS with Cloud 2021-06-05 12:13:02 -07:00
Eric Arellano 6838a3a795
Update optimize-queries.md (#2667)
The `set()` function uses the kwarg `value`, not `as`. It's also a normal function and doesn't use braces.
2021-06-03 15:52:38 -06:00
noramullen1 4533f2db31
OSS Get started update (addresses #2124 ) (#2642)
* OSS Get started update (addresses #2124 )

* Fix YAML syntax

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

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

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

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

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

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

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

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

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

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

* Change get sign up to install for OSS

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

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

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

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

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

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

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

* update Cloud pricing plans

* add links

* edits

* addl edits

* edits

* add'l edits

* updated rate limit event content

* update rate limits

* clarified RP unlimited or up to a year in UI
2021-06-01 15:22:19 -07:00
pierwill f8b3f38363
hotfix: remove repeated word 2021-05-28 13:48:24 -05:00
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
pierwill f685e26c16
Add missing MQTT option parameter (#2591) 2021-05-26 11:04:55 -05:00
kelseiv e1491927bd
tls 1.3 updates; fix typo (#2597)
* tls 1.3 updates; fix typo

* add missing env var

* fix typos

* Update content/enterprise_influxdb/v1.8/administration/config-data-nodes.md

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

* Update content/enterprise_influxdb/v1.8/administration/config-data-nodes.md

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

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-05-26 08:42:08 -07:00
pierwill c62b83034c
Verify checksum of s3deploy tool (#2596) 2021-05-25 16:05:09 -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
Jason Stirnaman f2dfb41a58
api-docs: return error if bundle HTML is not appended to .tmp files. (#2585) 2021-05-25 10:28: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 21033ac9ab
change note to warn (#2581) 2021-05-24 11:17:32 -07:00
Jason Stirnaman f13e34de6d
Install dependencies as project dependencies from NPM repo (#2476)
* Added hugo-extended, postcss, postcss-cli, and autoprefixer as devDependencies. Run npm install or yarn install. (#2474)

* Replaced global hugo and yarn installs with project-level yarn install.

* Replaced npm package.lock with yarn.lock (#2474).

* enhancement: update README with instructions for installing NODE.JS dependencies. (#2474)

* updated api doc generator script to use npx

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update README.md

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

* Update package.json

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

* fix: indentation. (#2476)

* update: Added separate dependencies list for api-docs.
- Moved redoc-cli to a separate package.json in api-docs. Excluded
api-docs/node_modules from generate-api-docs.sh.
- Updated redoc-cli argument sequence to agree with their docs.
- Updated READMEs.
- Fixed typos.

* update: add api-docs > yarn install to .circleci

* Added language and consistency to code block. Specify where to run the command.

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-05-24 12:11:01 -05:00
noramullen1 51ad1397dc
telegraf 1.18.3 changelog (#2575)
* Addresses #2574

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-05-24 09:58:26 -07: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
pierwill 1431a0b820
Kapacitor: clarify behavior of StateCountNode and StateCountDuration (#2572)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-05-24 10:23:48 -05: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 7ec5334c89
Added Coveo search meta data (#2576)
* added coveo search meta data

* updated coveo meta tag structure
2021-05-21 14:17:01 -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
Scott Anderson 3556829d8e
Latest patch shortcode (#2561)
* added latest-patch shortcode, updated products.yml with latest patches

* added latest-patch info to contributing

* Update CONTRIBUTING.md

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-05-18 15:21:34 -06:00
pierwill 2937f41432
Update create-task.md 2021-05-18 13:22:19 -05:00
pierwill cf896c925b
Fix typo; close #2550 (#2559) 2021-05-18 10:44:51 -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 b1627b8b4e
Merge pull request #2541 from influxdata/update/2491-osx-ulimit-help
update: help Mac users resolve ulimit errors when writing CSV (#2491).
2021-05-14 13:48:22 -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
mia-joy-liang a53a6b4d02
Update nowmetric.md (#2530) 2021-05-12 17:10:50 -07:00