Commit Graph

5221 Commits (893d1be07b1508e6919048918763be3c7ee80a94)

Author SHA1 Message Date
mluu12 893d1be07b
View raw data table update (#2875)
* Added new explanation of the view raw data table.

* View Raw Data table updates made.

* More updates made to View Raw Data table.

* More edits to view raw data.

* Added links and lengenthed list to data types.

* Update content/influxdb/v2.0/reference/glossary.md

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

* Added two new datatypes.

* Added links about different data types.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-28 10:23:31 -07:00
Scott Anderson 1df34df77a Merge branch 'master' of github.com:influxdata/docs-v2 2021-07-28 10:44:04 -06:00
Scott Anderson 1611dedcc9 hotfix: fix prometheus formatted metrics link 2021-07-28 10:35:47 -06:00
pierwill 8fd40f1117
Remove docs for missing `influxd` command (#2930)
Closes #2847
2021-07-28 10:56:50 -05:00
kelseiv f134584c79
hotfix- update release date
close https://github.com/influxdata/docs-v2/issues/2469
2021-07-27 20:08:01 -07:00
Scott Anderson c9dcb0c841
Correctly update InfluxDB URLs that don't have a trailing slash or URL path (#2925)
* WIP debugging URL js

* correctly update influxdb urls without a trailing slash or url path
2021-07-27 15:24:22 -06:00
Scott Anderson bdda31d6ce
updated cloud swagger (#2924) 2021-07-27 14:43:36 -06:00
kelseiv 498028f3e2
fix #2894 (#2916)
* fix #2894

* update link from platform to Flux (#2918)
2021-07-26 13:18:55 -07:00
pierwill 25279da77f
Add installation instructions for OSS on Raspberry Pi (#2879) 2021-07-26 11:37:36 -05:00
mluu12 5aab7e86d7
Added double quotes. (#2912) 2021-07-23 16:39:44 -07:00
Scott Anderson e2f5b3ecce hotfix: updated latest-patch doc in contributing.md 2021-07-23 16:54:38 -06:00
Scott Anderson bbc8fb4721 update latest patch and clean up versions 2021-07-23 16:52:47 -06:00
Scott Anderson 4645942a3f
Kapacitor 1.6.1 (#2903)
* placeholder changelog notes for kapacitor 1.6.1

* Revert "Revert "crosslink between new version of chronograf and kapacitor (#2791)" (#2793)" (#2795)

This reverts commit 3ce46782e2.

* Kapacitor 1.6.1 release notes (#2900)

* Kapacitor 1.6.1 release notes

* add info about kapacitor 32-bit support, closes #2901

* fixed bug fixes in kapa 1.6.1 release notes

* Document new Kapacitor 1.6.1 security flags (#2904)

* Document deny list for Kapacitor CIDR ranges
* Document `-disable-handlers`

* add kapacitor FluxQueryNode, closes #2898 (#2910)

* updated org property on kapa fluxquerynode

* added deleteAll property to kapacitor JoinNode, closes #2899 (#2911)

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-07-23 14:15:21 -06:00
timhallinflux 7f2115adfa
Fix Typo (#2909)
* InfluxDB OSS and Enterprise 1.8.7

* Update release-notes-changelog.md

* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md

* Update content/influxdb/v1.8/about_the_project/releasenotes-changelog.md

* fix typo

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-23 12:42:15 -07:00
Seena Fallah 8e8493843c
Python client improvement (#2890)
* python-client: fix values flux object type
values is dict not a function
* python-client: use query_api var for calling query method
2021-07-23 14:30:20 -05:00
timhallinflux 2f264d3b92
InfluxDB OSS and Enterprise 1.8.7 (#2908)
* InfluxDB OSS and Enterprise 1.8.7

* Update release-notes-changelog.md

* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md
2021-07-23 12:08:08 -07:00
mluu12 a31cab997c
Add monitor Raspberry-Pi template (#2859)
* added a doc monitoring raspberry pi

* minor edit

* updated dashboard instructions

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

* Fixed typos on raspberry branch.

* Update content/influxdb/cloud/monitor-alert/templates/infrastructure/raspberry-pi.md

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

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-23 10:22:20 -07:00
pierwill af7f184c00 hotfix: formatting fix 2021-07-23 11:12:11 -05:00
kelseiv 9f71fde695
Remove InfluxQL query management section from Enterprise 1.8 and 1.9 … (#2802)
* remove InfluxQL query management section from Enterprise 1.8 and 1.9 docs

* update overview
2021-07-23 09:11:44 -07:00
Gabo Luque Di Donna 67d6d4d81a
Fix handler yaml example. (#2881)
The type of arg should be "list of string" and the current examples uses
just as string. It used as is the following error will occur:
"failed to decode options into *alert.ExecHandlerConfig: 1 error(s) decoding:\n\n*
 'args': source data must be an array or slice, got string"
2021-07-22 22:03:36 -06:00
kelseiv 2c4ef0c5ee
Add license info for InfluxDB OSS 2.0 (#2520)
* draft license info for InfluxDB OSS 2.0
* add links to contrib
* update frontmatter
* removed third party placeholder
* update menu
2021-07-22 16:04:16 -07:00
timhallinflux 5230998b0c
add ENV VARs for new config options (#2889)
password hash and FIPS check
2021-07-22 15:57:48 -05:00
noramullen1 dc0c00fb59
Add back auto-refresh on dashboard (addresses #2668) (#2761)
* Add back auto-refresh on dashboard (addresses #2668)

* Update content/influxdb/v2.0/visualize-data/dashboards/control-dashboard.md

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

* incorporate PR feedback and move to cloud only

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-22 10:53:49 -07:00
pierwill bdd7f2dd62
Fix Chronograf Azure AD config info (#2884)
Closes https://github.com/influxdata/DAR/issues/210
2021-07-22 11:20:24 -05:00
pierwill 1371e8c586
CONTRIBUTING.md: Document linking to tabbed content (#2883) 2021-07-22 09:42:16 -05:00
alespour 854b1e9151
Merge pull request #2872 from bonitoo-io/feat/add-r-client-library-ref
docs: add R client library reference
2021-07-22 11:21:08 +02:00
Scott Anderson 5cc36be1e4
Flux v0.123 (#2880)
* Flux 0.123.0 updates (#2878)

* add note about flux sleep function being removed

* update description of createEmpty param on aggregateWindow

* more updates to aggregateWindow

* removed aggregateWindow function definition

* Flux 0.123.0 release notes (#2877)

* Flux sample package (#2876)

* added flux influxdb sample data package

* WIP update sample data doc

* WIP sample data updates

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

* Apply suggestions from code review

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

* updates to address PR feedback

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-21 13:53:25 -06:00
kelseiv 91289380e1
update for range annotation (#2734)
* update for range annotation

* remove one click and show options

* edit

* omit extra words

* edits

* edit

* fix typo

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

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

* Update content/influxdb/cloud/visualize-data/annotations.md
2021-07-21 10:13:43 -07:00
Jason Stirnaman f0bc51f1cb
Fix example urls 2861 (#2863)
* fix: fix broken link by adding API guide for creating a bucket.  - add example code.  - add aliases for pages moved from Tools.

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

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

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

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

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

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

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

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

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

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

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

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

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

* fix: remove alias (#2861)

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-20 16:17:30 -06:00
Scott Anderson d78aa0b7b0 hotfix: add alias for client libs 2021-07-20 15:42:31 -06:00
Scott Anderson 6a153a2d2b hotfix: fix client libraries links 2021-07-20 10:02:24 -06:00
Ales Pour 1ef28a01de docs: add R client library reference 2021-07-20 15:18:06 +02:00
pierwill cabac8ed12
Publish InfluxDB Enterprise 1.9.3 docs (#2867)
* Start work on Enterprise 1.9.3 release notes

* continue Ent 1.9.3 release notes

* Edit 1.9.3 release notes

* add flux release notes link

* Document `total-buffer-bytes` configuration setting (#2830)

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

* Add link to `total-buffer-bytes`

* Fix weights in Enterprise menu (#2849)

* Document password hashing configuration (#2826)

* Document password hashing configuration
* Add instructions for changing algorithm

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

* Cleanup release notes. (#2866)

Closes #2824

* add link to password hashing

* fix shard duration bugfix

* Update content/enterprise_influxdb/v1.9/administration/configure-password-hashing.md

* Update content/enterprise_influxdb/v1.9/about-the-project/release-notes-changelog.md

* Update content/enterprise_influxdb/v1.9/about-the-project/release-notes-changelog.md

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-19 17:34:46 -07:00
Scott Anderson 8f78c11917
Flux 0.122.0 (#2865) 2021-07-19 11:29:39 -06:00
pierwill 8f08cdc1dc
Fix `allow-out-of-order-writes` option (#2848)
Closes #2846
2021-07-19 09:29:58 -05:00
Scott Anderson c510f454f7 hotfix: update edge.js with correct regex 2021-07-16 17:24:10 -06:00
mluu12 562badbad0
adding region (#2855) 2021-07-16 14:23:45 -07:00
Jason Stirnaman b39bf036e0
fixes API guide changes, create-bucket, aliases (#2860)
* fix: fix broken link by adding API guide for creating a bucket.  - add example code.  - add aliases for pages moved from Tools.
* fix: move create a bucket into the existing page for now. Copy example to API quick start.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-16 16:23:21 -05:00
Scott Anderson 5dece70a2a hotfix: updated edge.js 2021-07-16 13:34:29 -06:00
Scott Anderson 3f1bf366c7 hotfix: cloud nav weights 2021-07-15 16:56:31 -06:00
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
mluu12 01e6ae7c7d
Removed link from heading (#2853)
Removed from an enterprise troubleshooting page heading.
2021-07-15 14:26:38 -07:00
mluu12 d62d70ec48
Fix Enterprise v1.9 links (#2850)
* add influx-cli directory

* remove oss

* syntax error

* hid hardware-sizing links
2021-07-15 14:16:28 -07:00
Scott Anderson d2d0601fcc Forcing new push to s3 bucket 2021-07-15 14:48:13 -06: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
kelseiv 1cf0cc393d
Fix links (#2828)
* fix-link

* edit
2021-07-14 15:01:22 -07: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