Commit Graph

5984 Commits (4bcabbdc099145a42b8c458e1398e035de2bba2f)

Author SHA1 Message Date
Jason Stirnaman 4bcabbdc09
fix(tasks): options (#4345). (#4346)
* fix(tasks): options (#4345).

- Removes non-functioning concurrency option.
- Add examples for options when using scriptID.

* Remove TOC link
2022-08-17 14:10:11 -05:00
Scott Anderson a54aebc9e7
Flux 0.179 (#4338)
* Flux-0.179.0 release notes

* Flux 0.179.0 stdlib updates

* added null info to flux docs

* updated debug.null example
2022-08-16 08:48:24 -06:00
noramullen1 1889d94867
July Cloud updates (#4337)
* July cloud updates

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

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

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-08-15 17:48:20 -07:00
Samantha Wang 5b638ab010
update native subscriptions page (#4316)
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2022-08-15 17:28:50 -07:00
Jason Stirnaman 1051145790
chore: update file path in README 2022-08-15 13:18:08 -05:00
Jason Stirnaman 7d120aae35
Update README with alias for local openapi testing
Add an example alias `gsd` that generates the local contracts, validates them with OATS, bundles and lints them with openapi-cli, and then generates the HTML with redoc-cli.
2022-08-15 13:06:33 -05:00
Jason Stirnaman e64a59b4d0
Chore/lint api defs (#4334)
* chore: update property names in redocly config.

* chore(api): lint the bundle output for openapi spec errors, set Cloud version, rename variable.

- Runs openapi-cli lint after generating the bundle output. This detects errors before pushing to openapi repo only to have the CI OATS validation fail. Only report the first 2 errors so we're not inundated with non-critical warnings.
- Renames INFLUXDB_VERSION to INFLUXDB_PLATFORM for clarity.
- Add a Cloud version to make the spec legal.
2022-08-12 11:48:21 -05:00
Jason Stirnaman 5470549e3d
chore: update property names in redocly config. (#4329) 2022-08-12 10:31:21 -05:00
Gary Fowler 333248e136
Update load-data.md (#4332)
* Update load-data.md

Changed per Scott's request to match previous change made.

* Update content/influxdb/v2.3/write-data/no-code/load-data.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-08-11 13:28:18 -06:00
Gary Fowler f07fab0ea1
Update load-data.md (#4331)
Updating to refer to official marketing name "Native MQTT" - per request from marketing.
2022-08-11 13:25:08 -06:00
Jason Stirnaman 3de49d848c
Feat/cloud task scripts (#4236)
* wip: tasks can run invokable scripts.

* feat: update get-started and create-task for tasks with script references

- get-started explanation and examples of tasks that contain flux vs tasks that reference scripts.
- create-task API examples.

* Update content/influxdb/v2.3/process-data/manage-tasks/create-task.md

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

* Update content/influxdb/v2.3/process-data/manage-tasks/create-task.md

* Update content/influxdb/v2.3/process-data/get-started.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-08-10 13:47:42 -05:00
Scott Anderson c8597106e8
Flux 0.178 (#4323)
* flux 0.178 release notes

* stdlib updates for flux 0.178

* add boundary package update to release notes
2022-08-10 09:11:10 -06:00
Scott Anderson c5d197cd75
Install InfluxDB Enterprise on a single server (#4300)
* WIP single-node enterprise

* add enterprise install instructions for a single server, closes influxdata/DAR#316

* Apply suggestions from code review

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

* WIP single node enterprise

* updated single-node enterprise instructions

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
2022-08-09 14:28:30 -06:00
Scott Anderson 2110a1a22b hotfix: add example to flux variable page 2022-08-08 16:58:20 -06:00
Scott Anderson f9c2b26aba Flux 0.177.1 2022-08-08 13:22:49 -06:00
Samantha Wang cae0e070f0
Fixed issue in JSON sample (#4315) 2022-08-08 13:19:30 -06:00
Scott Anderson d2a14210f4 Merge branch 'master' of github.com:influxdata/docs-v2 2022-08-08 09:17:05 -06:00
Scott Anderson da26045645 hotfix: add content to oss-enterprise migration guide, closes #4314 2022-08-08 09:10:01 -06:00
Jason Stirnaman d90f6c0064
Update and fix use templates (#4302)
* feat: document templates for CLI and API.

* fix: template API examples.

* feat(api): use templates API with environment references and secrets.

* feat(api): revise templates guide for CLI and API.

* feat(api): replace template examples and cleanup.

* feat(api): templates fixup.

* Update content/influxdb/v2.3/influxdb-templates/use.md

* Update content/influxdb/v2.3/influxdb-templates/use.md

* Update content/influxdb/v2.3/influxdb-templates/use.md

* Update content/influxdb/v2.3/influxdb-templates/use.md

* Update content/influxdb/v2.3/influxdb-templates/use.md

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update content/influxdb/v2.3/influxdb-templates/use.md

* feat(templates): Fixes TOC, intro, cloud page, headings.

* feat(templates): TOC updates and troubleshooting.

* feat(templates): More template revisions, dry run example fixes.

* feat(templates): update Cloud frontmatter, expand on dry run example

* fix(templates): cloud link.

* fix(templates): typo.

* Update content/influxdb/v2.3/influxdb-templates/use.md

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

* Update content/influxdb/v2.3/influxdb-templates/use.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
2022-08-08 09:09:08 -05:00
Scott Anderson c8a69bc25e
Add LDAP troubleshooting to Enterprise documentation (#4304)
* added LDAP troubleshooting to enterprise ldap docs, closes influxdata/DAR#306

* fixed typos

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-08-04 15:17:06 -06:00
Scott Anderson 4a898d821e hotfix: fix read rate limit 2022-08-04 11:10:15 -06:00
Scott Anderson e51c3495ae hotfix: fix cloud rate limits, closes #4237 2022-08-04 11:01:40 -06:00
lwandzura 257c829630
added additional instruction (#4299)
* added additional instruction

* Update content/chronograf/v1.9/introduction/downloading.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-08-03 11:06:31 -05:00
santhosh H 5a90235e1d
typo error (#4297)
reference influxDB as indexDB
2022-08-03 09:14:59 -06:00
Scott Anderson e00553e4a9
Update schema exploration docs with output examples (#4294)
* update explore schema docs with output examples, closes #4292

* fixed broken link
2022-08-02 14:18:44 -06:00
Scott Anderson dec92409a5
move enterprise execute queries guide, add note about creds, closes influxdata/DAR#313 (#4293) 2022-08-02 11:26:05 -06:00
Scott Anderson 0282a45ecc
Flux 0.177 (#4291)
* stdlib updates for flux 0.177

* flux 0.177.0 release notes
2022-08-01 16:09:15 -06:00
Scott Anderson 153e37bd42 hotfix: fix set() example, closes influxdata/DAR#315 2022-08-01 13:04:00 -06:00
Scott Anderson 34250f0642
Fix nav icon formatting inside cloud-only and oss-only (#4290) 2022-08-01 10:28:02 -06:00
lwandzura 74ac510c47
added links to view and manage tokens (#4287)
* added links to view and manage tokens

* Update content/influxdb/v2.2/reference/cli/influx/auth/active.md

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

* updates based on feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-29 18:27:05 -05:00
Joshua Powers d3bfdaa8e4
fix: remove extra bracket preventing URL formatting (#4227)
* fix: remove extra bracket preventing URL formatting
2022-07-29 12:37:01 -07:00
kelseiv 816439818c
hotfix (#4286) 2022-07-29 10:03:20 -07:00
Jason Stirnaman 22b0fe769b
chore(api): update Cloud and v2.3 API specs with latest openapi updates. (#4265)
Cloud: 0cb1ba2
OSS: 95559e3737b24f40bd0d90ea49f0dfbf84eea371
2022-07-28 16:21:09 -05:00
Helen Weller e63a5ae710
Merge pull request #4274 from influxdata/fix/native-sub-docs 2022-07-28 12:08:21 -04:00
Helen Weller df69444d9f
Update content/influxdb/v2.3/write-data/no-code/load-data.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-28 12:01:30 -04:00
helenosheaa faf3573ae6 fix: json example, string example 2022-07-28 11:52:22 -04:00
kelseiv af61cf6068
update sortBy to orderBy (#4260)
* update sortBy to orderBy
* revert orderBy changes in json files
2022-07-27 12:25:53 -07:00
noramullen1 5442b1c683 final hot fix to link and icon 2022-07-27 11:36:29 -07:00
noramullen1 f5e5b30bc5 Hot fix to anchor link 2022-07-27 11:03:47 -07:00
noramullen1 41b8ae813d hot fix to load data icon 2022-07-27 10:55:01 -07:00
kelseiv 1f6cbee243
MQTT/native cloud ingest (#4203)
* add MQTT draft PR

* add updates

* edits

* Updates to MQTT

* Update content/influxdb/v2.3/write-data/no-code/load-data.md

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

* Update content/influxdb/v2.3/write-data/no-code/load-data.md

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

* Update content/influxdb/v2.3/write-data/no-code/load-data.md

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

* Update content/influxdb/v2.3/write-data/no-code/load-data.md

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

* Update content/influxdb/v2.3/write-data/troubleshoot.md

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

* Add JSON example and update name to remove "cloud"

Co-authored-by: noramullen1 <nora@influxdata.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-07-27 10:19:58 -07:00
Scott Anderson 10901ac104 hotfix: fix notification endpoint tags 2022-07-27 09:49:18 -06:00
Scott Anderson b462907fbc hotfix: temporarily add notification endpoint tags until next flux release 2022-07-27 09:43:10 -06:00
sunbryely-influxdata 207c62a195
Merge pull request #4198 from influxdata/feat/add-ast-glossary
feat: add ast to glossary
2022-07-26 15:03:39 -07:00
sunbryely-influxdata 2c437698d1
Merge branch 'master' into feat/add-ast-glossary 2022-07-26 15:00:35 -07:00
Sunbrye Ly 4c93458ef3 fix: PR requested changes 2022-07-26 14:57:59 -07:00
noramullen1 5e0dea286d
Add 1.23.3 (#4247)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-26 08:30:01 -07:00
Scott Anderson 8d170ad792
Flux 0.176 (#4253)
* flux 0.176 stdlib changes

* Flux 0.176.0 release notes (#4251)
2022-07-25 15:31:31 -06:00
Scott Anderson 3eca735a53
add query time global rate limit, closes #4232 (#4250) 2022-07-25 14:03:12 -06:00
Jason Stirnaman b5fdb24d41
Feat/api helpers (#4243)
* feat: add ast to glossary

* adding to 2.2

* hotfix(tasks): update duplicate-oss tag to fix broken icon render.

* chore: make API ref shortcode regex non-greedy.

- Make regex used to replace INFLUXDB_DOCS_URL shortcode in the API spec lazy so that it only matches each instance of the shortcode when more than appear in a description.

* fix(glossary): simplify AST and fix agent.

* feat(glossary): add RFC3339Nano entry to use with API docs.

Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-22 16:53:00 -05:00