Ahmed Ashour
2c646c496f
Update manage-database.md ( #3159 )
...
Typo in `DROP MEASUREMENT`
2021-09-22 09:41:49 -06:00
pierwill
2d65624159
Fix `influx_inspect export` docs ( #3140 )
...
Fixes #3102
2021-09-22 10:00:11 -05:00
Scott Anderson
93aa238dc5
Flux restructure ( #3141 )
...
* initial changes for flux restructure
* added all aliases
* added introduced date to all flux functions
* marked linearBins and logarithmicBins as draft
* migrated flux stdlib to new flux section, added version range to article template
* fixed list-all-functions shortcode
* duplicated and reordered flux spec, added page-nav shortcode, closes #1870
* added filtering functionality to list-all-functions shortcode
* added function tags
* Stdlib reorg (#2130 )
* consolidated influxdb packages
* stdlib rename and reorg
* reorg existing contrib docs
* added keep-url to http.get example
* reorg built-in directory, add function types docs
* updated links
* updated all related links
* fixed reference links in influxdb docs
* updated all internal flux links
* updated flux links in influxdb
* one last link update
* restyle product dropdown
* update flux links in influxdb 1.7 and 1.8
* fixed shortcode call
* updated task options in flux options doc
* Flux 'interpolate' package (#2148 )
* add interpolate package, closes #1649
* added missing page description to interpolate package doc
* removed unnecessary space from interpolate description
* updated interpolate package description
* ported from() note to new flux section
* New list filter javascript (#2185 )
* generalized list filtering for telegraf plugins and flux functions
* added flux tags, updated filter list functionality
* added more flux tags
* added new experimental functions
* updated derivative params
* ported over new experimental functions
* fixed bad copy-pasta
* ported new notification endpoints into new flux docs
* updated flux function categories
* ported flux changes from master
* fixed product dropdown
* fixed regexp.findString example
* ported flux 0.109 changes
* updated array package aliases and supported version
* ported new functions into flux dir
* added aliases to interpolate package
* ported flux v0.114 packages
* added enterpise logic to url selector modal
* fix minor typo
* Update Flux param type convention (#2515 )
* fix minor typo
* WIP new flux data type convention
* wip more param type updates
* cleaned up function type specs
* ported flux 0.115.0 packages and functions
* ported tickscript package
* ported today function
* added aliases to tickscript pkg
* updated timedMovingAverage params example
* updated to function with remote creds
* port flux 0.118 changes over
* port flux changes into flux-restructure
* ported changes from flux 0.123.0 and updated flux function docs
* updated contrib package summary
* updated function definition of schema.tagValues
* ported recent flux changes to the restructure branch
* port changes from master
* Flux get started (#3036 )
* Flux group keys demo (#2553 )
* interactive group key example
* added js and shortcode for group key demo
* updated group key demo to address PR feedback
* shortened sample data set
* Flux get started intro and data model (#2619 )
* starting flux intro content, resolved merge conflicts
* WIP flux get started docs
* WIP flux get started
* flux get started intro and data model
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Update content/flux/v0.x/get-started/data-model.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* addressed PR feedback in flux get started
* updated flux docs landing page
* more updates to flux landing page
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Flux query basics (#2887 )
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* WIP flux query basics
* wrap up content for flux query basics
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* properly close code block on flux query basics
* Flux – query data (#2891 )
* added query data sources with flux and query influxdb
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/query-data/influxdb.md
* Query Prometheus with Flux (#2893 )
* query prometheus with flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Query CSV data with Flux (#2895 )
* query csv data with flux
* address PR feedback
* Update content/flux/v0.x/query-data/csv.md
* update flux query data sources landing page
* updated flux query data doc formats and links
* Query SQL databases (#2922 )
* WIP query sql guides
* query SQL data sources, closes #1738
* updated related link on sql.from
* added link to stream of tables and updated text
* updated connection string text
* updated query sql landing page and children hr styles
* updated sql query docs to address PR feedback
* added missing colon
* Query Google Cloud Bigtable with Flux (#2928 )
* Query Google Cloud Bigtable with Flux
* updated doc structure of query bigtable doc
* fixed typo in bigquery doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with Flux data types (#2967 )
* scaffolding for flux types, work with strings
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* removed note about interpolation vs concatenation
* updated wording of variable type association
* generalized type inference
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP work with ints
* reverted int content
* updated strings doc to address PR feedback
* added description to data types landing page
* Apply suggestions from code review
* Update content/flux/v0.x/data-types/basic/string.md
* updated composite front-matter
* Work with time types in Flux (#2974 )
* work with time types in flux, closes #2260
* updated time type doc
* fixed type in time type description
* fixed typo
* updated work with time doc
* fixed typos
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* updated time type doc to address PR feedback
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with booleans (#2975 )
* work with boolean types
* updated working with booleans
* updated verbiage
* added related links
* Update content/flux/v0.x/data-types/basic/boolean.md
* Work with bytes types (#2976 )
* work with bytes types
* added toc to bytes type doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated work with bytes doc
* fixed typo
* added related links
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Work with durations (#2977 )
* work with durations in flux
* added keywords to duration doc to improve searchability
* minor updates to duration type doc
* updated verbiage
* added related links and removed toDuration from menu
* Update content/flux/v0.x/data-types/basic/duration.md
* Work with null types (#2978 )
* WIP null types
* work with null types in flux
* updated null types doc
* Update content/flux/v0.x/data-types/basic/null.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with floats (#2979 )
* work with floats in flux
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
* updated floats type doc
* Update content/flux/v0.x/data-types/basic/float.md
* updated verbiage
* added related links
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with integers (#2980 )
* WIP work with ints
* work with integers
* work with integers
* updated float to int behavior, added related links, closes #2973
* added toc to ints doc
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/flux/v0.x/data-types/basic/integer.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with uintegers (#2981 )
* WIP work with uints
* work with uints
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed minor type
* Work with records (#2982 )
* work with records in flux
* updated record type doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with arrays (#2983 )
* work with arrays
* added array.from example, added related links
* Work with dictionaries (#2984 )
* WIP work with dicts
* work with dictionaries
* added related links to dict package
* added introduced version to dict package
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* added sample dict output
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Work with functions (#2985 )
* work with functions
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* revamped type landing pages
* marked union types as draft
* miscellaneous updates
* Work with regular expression (#3024 )
* work with regular expression types, closes #2573 , closes influxdata/flux#3741
* add context for quoteMeta function
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* fix latest links in page descriptions
* updated influxdb links
* Flux syntax basics (#3033 )
* flux syntax basics
* Apply suggestions from code review
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
* updated function description
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
* Update content/flux/v0.x/get-started/syntax-basics.md
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* added table param to transformations, closes #2392 (#3039 )
* updated flux function links
* update algolia configuration to fix search, closes #1902 (#3042 )
* ported notes in the from function doc
* Flux package options (#3083 )
* add now option to universe package
* added missing package options, closes #2464
* addressed PR feedback
* Flux transformation input/output examples (#3103 )
* added flux/sample shortcode
* standardize flux package titles and list titles
* added start and stop columns as an option with flux/sample shortcode
* minor updates to stdlib
* WIP add input and output examples to flux transformations
* WIP removed sample data demo from universe index page
* WIP function input and output examples
* WIP flux input output examples
* WIP flux input output examples
* flux transformation input and output examples
* Add Flux 'sampledata' package (#3088 )
* add flux sampledata package
* updated sampledata example titles
* Write data with Flux (#3084 )
* WIP write to sql data sources
* write to sql data sources
* added write data to influxdb with flux doc
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* made sql headings specific to each db
* updated write to influxdb
* added tag to influxdb to example
* restructred influxdb write examples as code tabs
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* fixed list on influxdb write with flux page
* Flux move changelog (#3117 )
* updated flux redirects in edge.js
* move flux changelog into Flux restructure
* add flux redirects to edge.js
* removed extra parentheses from monitor.notify examples, closes #2505
* updated flux release notes with flux 0.129.0
* moved from and to into the influxdata/influxdb package
* updated notes on to and from docs
* added flux card to homepage
* added flux-0.130.0 to flux release notes
* flux link cleanup
* updated experimental message, closes #3097 (#3128 )
* Remove Flux stdlib and language from InfluxDB (#3133 )
* remove flux stdlib and lang from influxdb, update flux get-started, closes #2132
* flux link cleanup
* cleaned up prometheus verbiage, updated flux data type links
* function cleanup
* fixed sidenav toggle button
* updated group key links, added aliases for flux landing page
* fixed broken links, commented out prometheus content, updated flux types names
* added flux links to the left nav
* fixed flux links in kapacitor docs
* temporarily disable search (#3134 )
* merged master and updated telegraf plugins
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-09-16 16:19:21 -06:00
mluu12
f8574cd2ff
duplicated "Monitor OSS with templates" to Cloud ( #3076 )
...
* duplicated to cloud.
* small edit.
* Update content/influxdb/cloud/influxdb-templates/monitor.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-16 11:45:32 -07:00
chegancasb
4fed0c8668
Typo correction in rate.md documentation. ( #3136 )
...
Corrected 'Cacluated' to 'Calculated'
2021-09-16 08:27:16 -06:00
DrJRMyers
6db8b0aad4
Update resolve-high-cardinality.md ( #3130 )
...
Fixed a typo for clarity
2021-09-15 14:18:38 -06:00
Jason Stirnaman
5fc057f2b9
fix: broken install URL. Closes #3122 . ( #3123 )
2021-09-14 12:28:20 -05:00
Jason Stirnaman
22cf8ccadc
API examples and client guide updates ( #3106 )
...
* feat: troubleshoot write errors (#3003 ). Fix link in Flux reference.
* fix: make placeholders consistent and conform to style guide.
* fix: Node.js client. Delete unused files (#3003 )
* Node.js client. Add examples.
* fix: gzip instructions for API with curl.
* fix: Node.js client guide. Query guide fixes. Frontmatter fixes.
* fix: API client frontmatter consistency. Use language for title so <children> list is sorted properly.
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/install.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/write.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/api-guide/client-libraries/nodejs/query.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* fix: customize example URLs (closes #3113 )
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-09-13 11:08:02 -05:00
Jason Stirnaman
a703908ea3
feat: troubleshoot write errors ( #3003 ). Fix link in Flux reference. ( #3104 )
...
* feat: troubleshooting write errors (#3003 ). Fix link in Flux reference.
* Update content/influxdb/cloud/organizations/buckets/bucket-schema/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/troubleshoot.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/troubleshoot.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update troubleshoot.md
* Update content/influxdb/cloud/write-data/troubleshoot.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/write-data/troubleshoot.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* feat: link to timestamp precision definition and accepted values. Link terms in troubleshooting. (#3003 )
* fix: link to optimize writes (closes #3110 )
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-13 10:47:30 -05:00
Scott Anderson
5dfc4f8bb7
added flux 0.126 and 0.127 release notes ( #3087 )
2021-09-02 14:15:32 -06:00
mluu12
274384ffec
Added description for end-of-life support policy ( #3070 )
...
* Added description for support policy.
* Update content/influxdb/v2.0/reference/release-notes/supported-release.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/release-notes/supported-release.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Fixed errors.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-01 15:21:03 -07:00
mluu12
6ffbebbd86
switched out notification with alert. ( #3065 )
2021-09-01 15:16:20 -07:00
kelseiv
0f0ad2a0ab
Clean up pricing plan and data usage verbiage ( #3052 )
...
* clean up verbiage
* edits f Phil
* clarify ingest batch size is strict limit for PAYG
2021-09-01 12:16:58 -07:00
aradnaev
62df10509e
Update send-email.md ( #3082 )
...
without underscores it doesn't work
2021-08-31 13:45:41 -06:00
pierwill
d576ce2068
Note that `from()` can query remote sources ( #3074 )
...
Closes #3073 .
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-31 12:00:18 -05:00
mluu12
886ff20772
Added info on how to load line protocol in ui. ( #3069 )
2021-08-30 23:32:22 -07:00
pierwill
c9ec713b21
Remove anchor with no content ( #3057 )
...
Closes #3055 .
2021-08-26 15:14:27 -05:00
Jason Stirnaman
209f563cfb
View, create, and use tokens with the API ( #3049 )
...
* fix: broken links in Use Tokens
* feature: add Create and View Tokens with the API
* update: View, create, and use tokens with the API. Add command-line, curl examples. (#1541 )
* Update content/influxdb/v2.0/api-guide/api_intro.md
* Update token description
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2021-08-23 11:05:07 -05:00
mluu12
2e08bd47bd
Add notes about double quotes in line protocol for tag and field values ( #3044 )
...
* add in notes about double quotes - draft.
* Update content/influxdb/v1.8/write_protocols/line_protocol_tutorial.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-20 16:22:37 -07:00
mluu12
04b9a7f192
add note. ( #3043 )
2021-08-20 16:11:03 -07:00
pierwill
234a65b7d4
Add `INFLUX_SKIP_VERIFY` to `influx` CLI docs ( #3048 )
...
Closes #3046
2021-08-20 14:45:43 -05:00
Scott Anderson
edcf8f713a
hotfix: fix teams children
2021-08-20 10:49:31 -06:00
Kelly
bb8b414ea1
hotfix
2021-08-20 09:47:30 -07:00
pierwill
f2a78b3963
Add aliases for OSS and Cloud secrets docs ( #3041 )
2021-08-19 13:37:21 -05:00
pierwill
8b910247d7
Fix typos in Cloud secret docs ( #3040 )
2021-08-19 13:14:19 -05:00
pierwill
ebffe12864
Document managing secrets with Cloud UI ( #3000 )
...
* Document managing secrets with Cloud UI
Also:
* Re-organizes cloud secrets docs.
* Re-organize OSS secrets docs (#3007 )
* Move vault doc under "Manage secrets"
Closes #2991
Closes #1027
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-19 12:32:22 -05:00
Scott Anderson
14ccb43df6
hotfix: made contributing a section
2021-08-19 08:48:08 -06:00
Scott Anderson
1875ed56f8
hotfix: add alias for go client library, closes #3037
2021-08-19 07:53:11 -06:00
Scott Anderson
5d2d7f9a55
hotfix: updated tickscript alert examples
2021-08-18 15:56:34 -06:00
mluu12
c0f2a3eb43
Update screenshot to Query Count ( #3026 )
...
* Updated screenshot.
* intro paragraph added.
* Update content/influxdb/cloud/account-management/data-usage.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-18 13:52:21 -07:00
Scott Anderson
e1650da480
hotfix: change structure and weight of contributing doc
2021-08-18 09:12:57 -06:00
Scott Anderson
8e0becbef4
Flux v0.125.0 ( #3023 )
...
* added flux 0.125.0 release notes
* add webex teams package
* Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
* Update content/influxdb/v2.0/reference/flux/stdlib/contrib/webexteams/endpoint.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2021-08-18 09:04:56 -06:00
mluu12
c6015ed787
Noted that single-user org. can delete ( #2997 )
...
* Added detail and note about single user.
* Update content/enterprise_influxdb/v1.8/about-the-project/release-notes-changelog.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Added more edits to 1.8.9.
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/account-management/multi-user/remove-user.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-17 10:34:23 -07:00
noramullen1
2ba726de80
remove UI as delete org option from description (addresses #2797 ) ( #3028 )
2021-08-17 09:17:52 -05:00
Jason Stirnaman
68993b590d
fix: broken links in Use Tokens ( #3027 )
2021-08-17 09:17:37 -05:00
mluu12
ca35d657bd
Document min and max value limits ( #3021 )
...
* Add value limits.
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/reference/flux/language/types.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-16 17:31:34 -07:00
Jason Stirnaman
e8666ddc22
2696 api browserjs fixes ( #3005 )
...
* fix: broken link (#2696 ).
* fix: correct errors in javascript for browsers. Added token warning. (#2696 )
* WIP - split Javascript guide into separate pages.
* WIP - Revised and split JavaScript browser
* WIP fix: errors in browser and node js client library.
* fix: simplify and correct JavaScript for browsers. Remove separate library entry. Assume users will prefer ESM. Simplify instructions for the browser example app.
* fix: add import instruction
* fix: Redo Javascript browser doc. Break down the use cases and improve examples.
* fix: browser use cases for JS module distributions.
* fix: browser package should be used whether bundling or not.
2021-08-16 16:26:29 -05:00
Kelly
c9eed1c42e
fix release date
2021-08-13 13:55:48 -07:00
Kelly
61e32b6805
update for InfluxDB 2.0.8
2021-08-13 13:52:06 -07:00
mluu12
5ea5afebcc
Add recent August update ( #3014 )
...
* Add August update.
* fix broken ink
* link to delete request exceeded doc
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-13 13:49:50 -07:00
mluu12
3424a7d4cd
Add notes about the one organization rule. ( #2920 )
...
* Added notes about the one organization rule.
* Fixed typos.
2021-08-13 10:21:27 -07:00
noramullen1
cca9944108
Add convert to raw Flux option ( #2584 )
...
* Add convert to raw Flux option and move reference content to overview doc (addresses #2477 )
* Add convert to flux (addresses #2477 )
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 10:13:13 -07:00
Phil Bracikowski
4206619436
Merge pull request #3015 from influxdata/pjb-adjust-for-delete-rate-limit
...
Add delete rate limit and correct rate limiting docs for cloud2.
2021-08-13 08:40:57 -07:00
Phil Bracikowski
4a3d33a3db
Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
...
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-13 08:34:06 -07:00
pierwill
996269d9bf
OSS 2.0: Add links to TLS config settings ( #3009 )
...
Closes #1546 .
2021-08-13 10:24:51 -05:00
kelseiv
34735c441d
Revert "InfluxDB 2.0.8 release notes ( #2987 )" ( #3016 )
...
This reverts commit b8d1ced2b2
.
2021-08-12 15:29:05 -07:00
kelseiv
b8d1ced2b2
InfluxDB 2.0.8 release notes ( #2987 )
...
* 2.0.8-draft
* rmv duplicate and update H3s
* sp
* fix typos
* add info re Linux pkg updates
* edit
* roll back pkg updates
* upd patches in products.yml file
2021-08-12 14:51:03 -07:00
Phil Bracikowski
5f06e34c3a
Add delete rate limit and correct rate limiting docs for cloud2.
2021-08-12 09:50:21 -07:00
Jason Stirnaman
0635eaf749
fix: add alias for old python URL ( #1722 ) ( #3011 )
2021-08-11 15:56:09 -05:00
noramullen1
bc7855bfc4
Addresses #1063 ( #3001 )
2021-08-11 12:34:48 -07:00
mluu12
cf61ecd0ab
Add August Cloud updates ( #3002 )
...
* Add August Cloud update.
* Update content/influxdb/cloud/reference/release-notes/cloud-updates.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Notebook to raw flux script.
* Fix merge conflict, add more detail.
* Edits.
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-11 11:55:31 -07:00
timhallinflux
75780a9145
Monitoring Improvements -- connecting to Cloud ( #2674 )
...
* removed erroneous text re: monitoring Cloud
* Add Cloud option.
* add link for templates doc
* Create monitor.md
* Update monitor.md
* feat: updating monitor.md tutorial
* Update monitor.md
* Update monitor.md
* new screenshots for monitoring
* Update monitor.md
* Add files via upload
* Update monitor.md
* feat: edits and screenshot updates
* edits-draft
* edits on setting up Telegraf
* misc changes; update Telegraf version
* remove redundant content
* edit last two procedures
* edits
* add boards
* remove screenshot
* remove should
* change parent menu
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/platform/monitoring/influxdata-platform/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/platform/monitoring/influxdata-platform/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/influxdb-templates/monitor.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Small edits made.
* More edits made.
* Small edits made.
* Minor edits made.
* More edits made.
* WIP edits made.
* Minor edits made.
* WIP edits.
* Solved indentation issues.
* edits4 Michelle on deadman alert, formatting, misc
* Edits made before fixing them.
* More edits.
* Fixed typos in notification rule, added detail.
* Added details.
* More edits.
* Edits made.
Co-authored-by: Russ Savage <russ@influxdata.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
2021-08-11 11:44:12 -07:00
pierwill
f056f8bef3
Change "authentication token" to "API token" in InfluxDB 2 docs ( #2929 )
...
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2021-08-10 12:08:35 -05:00
Jason Stirnaman
94445ea114
URL pattern fixes ( #2995 )
...
* fix: Wrong URL to CLI download. Remove trailing slash preventing regex match of cloud2 URL.
* fix: Prevent hostname pattern from matching values that contain URL path. Remove the ':' exclusion from the hostname pattern to prevent re-replacing cloud URLs that contain 'cloud2'. Compare and use URL().origin to avoid unwanted trailing slashes added by URL().href.
2021-08-10 09:29:37 -05:00
mluu12
85d0b68a44
Update "update an organization" doc ( #2957 )
...
* Updated "update an organization" doc.
* rename img; add to both OSS and cloud
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-09 11:14:23 -07:00
mluu12
b13b5a5117
Hide manage members section ( #2961 )
...
* Mark as draft.
* Tried to mark as draft.
2021-08-09 11:11:56 -07:00
mluu12
3ae50aa8cf
Add 1.8.9 to release notes ( #2969 )
...
* Added 1.8.8
* Updated patch.
* WIP edits.
* Updated to 1.8.9
* Bumped up to 1.8.9.
* edits
* add updated blurb to enterprise rns
* Added comment that 1.8.8 wil not be released.
* update releasedate link
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-09 10:39:45 -07:00
mluu12
9e06665090
add new overview topic ( #2821 )
...
* add new overview topic
* Edited notebook overview, added preview and run.
* Fixed Preview and Run.
* Fix typo
* Added keyboard shortcut.
* add space after headers
* Notebook overview/index edits.
* WIP create a notebook edits.
* WIP Create a notebook procedure edits.
* WIP notebook overview edits cont.
* More edits made to notebook overview.
* Added more formatting edits.
* edits (#2907 )
* add sections to notebook cel types
* misc edits
* edit
* More info added and downsample doc fixed.
* Small edit made.
* Attempting to fix formatting issues.
* Quickly fixed typo.
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP edit.
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* WIP edits.
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Update content/influxdb/cloud/notebooks/create-notebook.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* More edits made.
* Small edit made.
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-08-05 14:10:31 -07:00
Scott Anderson
6795fe916b
hotfix: update tagValues definition, closes influxdata/DAR#219 , closes influxdata/influxdb#22063
2021-08-05 08:03:37 -06:00
Russ Savage
6b0ee2968a
fix: broken link to inmem index option ( #2966 )
2021-08-03 16:28:15 -06:00
Scott Anderson
e48cad7482
added flux 0.124.0 release notes ( #2970 )
2021-08-03 16:20:53 -06:00
mluu12
5e0c882af2
Fixed interpolate/interpolation error. ( #2955 )
2021-08-02 10:21:02 -07:00
Russ Savage
c26b3cc5a9
fix: clarify validate-keys behavior ( #2805 )
2021-08-02 11:16:12 -06:00
Scott Anderson
77d3921d02
fixed note block ( #2960 )
2021-08-02 11:01:52 -06:00
Scott Anderson
8f3d3700f8
Add note about time-bound subquery performance ( #2943 )
...
* Add note about time-bound subquery performance, closes influxdata/DAR#117
* fixed typos
2021-08-02 10:41:48 -06:00
Scott Anderson
726ffbfc30
hotfix: fix broken image, closes #2954
2021-08-02 10:37:56 -06:00
mluu12
38d16aecf7
July section made for InfluxDB cloud updates. ( #2871 )
...
* add new overview topic
* Edited notebook overview, added preview and run.
* Fixed Preview and Run.
* Fix typo
* Added keyboard shortcut.
* Added new July updates.
* Added new July update.
* Added more edits to July cloud updates.
* Added another July update.
* More july updates made.
2021-07-30 20:07:19 -07:00
blazej24
359070a56d
install.md - wrong path for Docker volume ( #2823 )
...
The path in the command is inconsistent with the description of the command. Luckily, it's the path in the command which is right, so if somebody just pastes it, it works, but it can still cause confusion.
2021-07-30 15:39:32 -07:00
Scott Anderson
7a753c12d0
added filesystem layout to 1.8, clarified shard index location, closes influxdata/DAR#151 ( #2937 )
2021-07-30 13:42:53 -06:00
mluu12
29684f6d2c
Fixed typo. ( #2949 )
2021-07-30 11:12:38 -07:00
mluu12
6ab55ebca9
Add telegraf bullet to write CSV data to Cloud and OSS ( #2935 )
...
* Added new telegraf bullet.
* Add telegraf section to cloud
* Duplicated to cloud.
* Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/v2.0/write-data/developer-tools/csv.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-30 10:45:39 -07:00
kelseiv
6a5760976c
Add influx CLI 2.1 release notes ( #2944 )
...
* add influx release notes
* add headings
* Update influx-cli.md
* Update influx-cli.md
* Update password.md
* Update password.md
* Update password.md
* release note edits
* Update password.md
* Update add.md
* added latest-cli shortcode (#2946 )
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* Update content/influxdb/cloud/reference/release-notes/influx-cli.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
* edits
* add link to compression flag
* rmv extra
* update compression descrp
* update per version support for backup
* remove 2.1
* Add global --http-debug flag (#2948 )
* add global flag to apply
* add global flag to appy
* update influx commands with global flag
* revert to add back duplicate-oss tag
* remove dup
* rmv global tag from config cmds
Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
Co-authored-by: mluu12 <87089043+mluu12@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-30 10:35:40 -07:00
pierwill
dc186578df
Add SHOW CARDINALITY info to InfluxQL schema docs ( #2941 )
...
Closes #2738
2021-07-30 10:43:27 -05:00
Scott Anderson
17d2626d5d
clarify that level 4 compactions are full compactions, closes influxdata/DAR#89 ( #2942 )
2021-07-29 13:39:17 -06:00
mluu12
090204f5ef
Added more detail to contrib doc ( #2905 )
...
* Added more detail to contrib doc.
* Added more edits.
* Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* Specified packages and functions.
* Added links and edits to contrib OSS and cloud.
* minor edit
* Update content/influxdb/cloud/reference/flux/stdlib/contrib/_index.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2021-07-28 20:32:52 -07:00
mluu12
7c8a5a7ed3
Add new telegraf bullet ( #2906 )
...
* Added new telegraf bullet.
* Add telegraf section to cloud
2021-07-28 10:37:12 -07:00
mluu12
18da08e011
Fixing 404 error. ( #2927 )
2021-07-28 10:27:33 -07:00
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
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
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
bbc8fb4721
update latest patch and clean up versions
2021-07-23 16:52:47 -06: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
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
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
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
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
Scott Anderson
8f78c11917
Flux 0.122.0 ( #2865 )
2021-07-19 11:29:39 -06: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
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
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
Scott Anderson
bf96899e85
added notes about chronograf administrative features and influxql support, closes #1929 , closes #1932
2020-12-02 17:10:54 -07:00
pierwill
c7668ff526
Fix use of deprecated flux pkg
2020-12-02 14:42:53 -08:00
Scott Anderson
8dceb1d86d
fixed typo in cloud durability doc
2020-12-02 11:58:30 -07:00
Scott Anderson
6c8f5b64e6
updated cloud durability doc with PR feedback
2020-12-02 11:57:37 -07:00
pierwill
88e40d6c4f
Add newline to hide commented table lines
...
Possible fix for #1922
2020-12-02 08:37:05 -08:00
Scott Anderson
2a9aa68ef5
added reference doc for cloud durability, closes #1915
2020-12-01 17:00:47 -07:00
pierwill
c8cba62fc5
Add password flag to `influx v1 auth` commands
...
Closes #1907
2020-12-01 13:03:49 -08:00
Scott Anderson
d4a26e4519
Merge pull request #1896 from influxdata/req-shortcode
...
Required shortcode
2020-12-01 10:17:12 -07:00
Scott Anderson
4479c0078b
Merge branch 'master' of github.com:influxdata/docs-v2
2020-11-30 13:57:06 -07:00
Scott Anderson
a226d6ab11
hotfix: updated geo functions and guides, closes #1898
2020-11-30 13:56:48 -07:00
pierwill
dd9b2069c3
Merge pull request #1886 from influxdata/v1-auth-visibility
...
Add information on `v1 auth` commands post-upgrade
2020-11-30 11:09:47 -08:00
pierwill
df3c38a1e2
Add information on `v1 auth` commands post-upgrade
2020-11-30 11:07:41 -08:00
Scott Anderson
364e044366
Merge pull request #1899 from xe-nvdk/patch-2
...
Update get-started.md
2020-11-30 11:10:14 -07:00
Scott Anderson
6ca8ad7e26
Merge pull request #1900 from StoneYunZhao/zhaoyun/alter_rp
...
alter retention policy statement clarify
2020-11-30 10:50:38 -07:00
Scott Anderson
bdaa463893
hotfix: updated scatterplot example query, closes #1901
2020-11-30 10:46:40 -07:00
zhaoyun.248
6bddf0ea78
alter retention policy statement clarify
2020-11-30 17:05:44 +08:00
Ignacio Van Droogenbroeck
b661b278ec
Update get-started.md
...
Updating the last tag for InfluxDB v2.0.2, currently the docs point to release candidate image.
2020-11-29 21:56:43 -03:00
Scott Anderson
3491d38e99
updates to address PR feedback
2020-11-25 20:29:11 -07:00
Scott Anderson
146f601d06
requited shorcode
2020-11-25 15:39:25 -07:00
Scott Anderson
6472a83bce
updated client lib docs, resolves #1890
2020-11-25 12:16:34 -07:00
Scott Anderson
3967ec695d
updated influx write command docs, related to #1892
2020-11-25 12:02:41 -07:00
Scott Anderson
b6e68bbb1b
Merge pull request #1884 from influxdata/dbrp-cli-examples
...
Update DBRP examples
2020-11-24 13:40:23 -07:00
Scott Anderson
a92574460b
minor typo fix in dbrp example
2020-11-24 13:35:30 -07:00
Scott Anderson
15e72edd10
updates to address PR feedback
2020-11-24 13:31:59 -07:00
Alex
c42f124967
Update toduration.md
...
The link to "duration literal representation" was wrong. Updated.
2020-11-24 17:19:42 +01:00
Scott Anderson
4dde2fcfe6
more updates to dbrp guides and examples
2020-11-23 22:44:00 -07:00
Scott Anderson
755e59eb21
updated dbrp examples, closes #1851 , closes#1883
2020-11-23 16:57:32 -07:00
kelseiv
98d5e15599
Merge pull request #1840 from influxdata/schema-design
...
Add schema design best practices
2020-11-23 14:21:50 -08:00
kelseiv
1b07c64a8d
Update resolve-high-cardinality.md
2020-11-23 14:20:37 -08:00
kelseiv
28924ddb38
Update content/influxdb/v2.0/write-data/best-practices/resolve-high-cardinality.md
...
Co-authored-by: Max Printz <maximillian.printz@gmail.com>
2020-11-23 14:18:08 -08:00
Scott Anderson
cdb20cc73f
added alias to 2.0 get started, resolves #1878
2020-11-23 14:17:49 -07:00
pierwill
aa57fe060f
Merge pull request #1881 from influxdata/edit-backup
...
Edit backup page note on compatibility
2020-11-23 14:30:01 -06:00
pierwill
0bafbaf669
Edit backup page note on compatibility
...
Closes #1876
2020-11-23 11:35:12 -08:00
Scott Anderson
4b3a74c658
Merge pull request #1827 from influxdata/v1-integrations
...
Kapacitor and Chronograf with InfluxDB Cloud and OSS 2.0
2020-11-23 10:36:54 -07:00
Scott Anderson
1b65ddca9a
addressed PR feedback in kapa and chrono guides
2020-11-23 10:27:39 -07:00
kelseiv
05ab957e9d
Update resolve-high-cardinality.md
2020-11-20 10:44:27 -08:00
kelseiv
7cee59d42c
Merge pull request #1861 from influxdata/update-delete-data
...
Delete data updates
2020-11-19 14:30:53 -08:00
kelseiv
e9ac49d5f6
remove indent
2020-11-19 14:28:12 -08:00
Scott Anderson
637944c1b6
Flux VS Code extension ( #1858 )
...
* WIP vscode plugin
* WIP vs code extension, added keybind shortcode
* review draft of flux vscode ext, closes #678 , closes #1466 , closes #1781
* fixed typos in vs code page descriptions
* fixed typo in flux vs code docs
* addressed PR feedback for VS Code doc
2020-11-19 13:41:21 -07:00
Scott Anderson
86fe195c4d
Various Flux documentation fixes ( #1867 )
...
* closes influxdata/DAR#145
* added info about pivot dropping columns not in the group key, resolves #1836
* added column param to last function, closes #1823 , closes influxdata/flux#3316
* closes #1707
* closes #1672
* closes #1650
2020-11-19 12:56:30 -07:00
pierwill
c0bcee3342
Merge pull request #1844 from influxdata/flux-vim-lsp
...
Document installing Flux LSP for Vim
2020-11-19 13:53:23 -06:00
pierwill
4e971553c6
Document installing Flux LSP for Vim
...
Closes #1748 .
2020-11-19 11:46:31 -08:00
noramullen1
2055173396
Hot fix -- typo
2020-11-19 11:41:39 -08:00
noramullen1
5cb301c056
Merge pull request #1869 from influxdata/oss-202
...
InfluxDB OSS 2.0.2
2020-11-19 11:38:36 -08:00
Kelly
f835373730
edits f Scott
2020-11-19 11:34:15 -08:00
noramullen1
75cf921bfc
Update influxdb.md
2020-11-19 11:07:54 -08:00
noramullen1
6264f25cbb
Update date
2020-11-19 11:06:59 -08:00
noramullen1
05fdab706c
Update influxdb.md
2020-11-19 11:05:43 -08:00
Alex
019d586e55
Update from.md ( #1868 )
...
Param `orgID` in the second part of the example was wrongly set as organization label instead of numerical ID.
2020-11-19 10:24:59 -07:00
Kelly
699773c117
edits
2020-11-18 12:15:01 -08:00
Kelly
e31f4e20c6
closes #1860
2020-11-18 11:49:35 -08:00
pierwill
764935d4f8
Merge pull request #1848 from influxdata/upgrade-auth-docs
...
Add note on auth-enabled settings to v1 upgrade guide
2020-11-18 13:36:15 -06:00
noramullen1
68b8d94aed
Update delete.md
2020-11-18 11:24:04 -08:00
kelseiv
3e73aaa3ad
fix > adjust
2020-11-18 11:09:00 -08:00
pierwill
5ab5ba5337
Add note on auth-enabled settings to v1 upgrade guide
2020-11-18 10:32:33 -08:00
pierwill
339cbd4cd1
Add alias; fix #1854
2020-11-18 10:09:51 -08:00
noramullen1
37fdef02ca
Merge pull request #1850 from influxdata/dbrp-cli
...
DBRP cli
2020-11-18 09:59:51 -08:00
noramullen1
d7607f3f3a
Merge branch 'dbrp-cli' of https://github.com/influxdata/docs-v2 into dbrp-cli
2020-11-18 09:58:19 -08:00
noramullen1
8cde641255
Address PR feedback
2020-11-18 09:58:14 -08:00
noramullen1
4528ee7224
Update content/influxdb/v2.0/reference/cli/influx/v1/dbrp/create.md
...
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-18 09:57:45 -08:00
noramullen1
526b869e22
Update content/influxdb/v2.0/reference/cli/influx/v1/dbrp/update.md
...
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-18 09:56:40 -08:00
noramullen1
453cae0e5e
Update content/influxdb/v2.0/reference/cli/influx/v1/dbrp/_index.md
...
Co-authored-by: Daniel Moran <danxmoran@gmail.com>
2020-11-18 09:46:05 -08:00
pierwill
e3e105be6c
Add alias; fix #1853
2020-11-18 09:41:13 -08:00
Kelly
eb0496529f
edits from Scott
2020-11-18 09:13:41 -08:00
noramullen1
8cd5922c81
Update versions
2020-11-18 08:52:14 -08:00
noramullen1
7684cedecb
Update flags
2020-11-18 08:46:58 -08:00
noramullen1
c06402b6f2
Add create DBRP example
2020-11-18 08:37:20 -08:00
noramullen1
297a53675c
Merge pull request #1852 from influxdata/oss-202-changelog
...
OSS 2.0.2 changelog
2020-11-18 08:32:15 -08:00
noramullen1
f8f879f664
Address PR feedback
2020-11-18 08:29:01 -08:00
kelseiv
0b5acfe2a7
Update resolve-high-cardinality.md
2020-11-17 18:00:22 -08:00
kelseiv
0470ac397d
Update schema-design.md
2020-11-17 17:58:24 -08:00
kelseiv
505a0a17f6
Update resolve-high-cardinality.md
2020-11-17 17:57:22 -08:00
Kelly
281627053f
update cloud section for high cardinality
2020-11-17 16:45:39 -08:00
noramullen1
48be73ec6f
Add links to features, organize bug fixes
2020-11-17 16:43:54 -08:00
Kelly
0037612b9e
add resolving high cardinality to best practices
2020-11-17 16:31:21 -08:00
noramullen1
ec46d78fac
More updates
2020-11-17 16:28:53 -08:00
noramullen1
a080346e54
Address PR feedback
2020-11-17 16:19:09 -08:00
noramullen1
bea8db3360
WIP changelog
2020-11-17 16:12:52 -08:00
Scott Anderson
9584964874
Flux 0.95.0
2020-11-17 16:56:17 -07:00
noramullen1
fa617f7438
Fix typo
2020-11-17 15:55:30 -08:00
noramullen1
e8a53ff52b
Add DBRP CLI commands (addresses #1849 )
2020-11-17 15:51:53 -08:00
Kelly
a2d21a6e26
add resolve high cardinality info
2020-11-17 13:33:37 -08:00
Scott Anderson
2a0619aa09
Add CQ output information for 'influxd upgrade' ( #1839 )
...
* added cq output info for influxd upgrade, closes #1837
* update to address PR feedback
2020-11-17 09:19:40 -07:00
Scott Anderson
fba2801ee3
marked most influxd inspect docs as draft in lieu of removal, resolves #1812 ( #1841 )
2020-11-16 20:32:04 -07:00
Kelly
1d9d8590f1
regroup schema design topics; edit
2020-11-16 17:33:06 -08:00
Kelly
77b1f75830
Expand page description for schema-design
2020-11-16 15:42:33 -08:00
Kelly
86442ce4da
sort schema design 1st & duplicate points last
2020-11-16 15:34:32 -08:00
Kelly
852d013a5b
add duplicate schema design page for cloud
2020-11-16 15:33:41 -08:00
timhallinflux
7551f83d0d
Update influxql.md ( #1793 )
...
typos in examples.
Co-authored-by: Scott Anderson <scott@influxdata.com>
2020-11-16 16:11:59 -07:00
Kelly
dd46773bc6
add schema design best practices for OSS
2020-11-16 15:04:24 -08:00
kelseiv
9bfcc93582
Merge pull request #1838 from influxdata/query-updates
...
update page descriptions for execute queries
2020-11-16 14:57:04 -08:00
kelseiv
dd8f2a42c3
fix typo
2020-11-16 14:55:56 -08:00
Kelly
a2919f5634
update page descriptions for execute queries
2020-11-16 14:52:32 -08:00
noramullen1
b0740bf09e
Address PR feedback
2020-11-16 10:28:59 -08:00
pierwill
53dbaaf67a
Fix URLs in Get Started page
2020-11-16 09:59:28 -08:00
noramullen1
ab65c053a1
Addresses #1831
2020-11-16 09:52:23 -08:00
Scott Anderson
0bc3606bd7
updated kapa and chrono guides to address PR feedback
2020-11-16 10:01:58 -07:00
Scott Anderson
4bea71af76
hotfix: add PR feedback for CQ migrations
2020-11-13 15:26:55 -07:00
Scott Anderson
f6141b3357
added chronograf guide to v2
2020-11-13 15:12:19 -07:00
Scott Anderson
6181460b2f
finished draft of kapacitor with influxdb cloud and 2.0
2020-11-13 11:56:44 -07:00
Scott Anderson
865b74480a
added missing telegraf config description
2020-11-13 10:15:46 -07:00
Scott Anderson
2b680550e9
WIP kapacitor with 2.0 and cloud guide
2020-11-13 10:11:22 -07:00
Scott Anderson
6d7d9c49f7
CQ migration guide ( #1816 )
...
* added cq migration guide
* address PR feedback for cq migration guide
* updated docker note
2020-11-13 10:09:23 -07:00
sbollain
d67209400d
Update blocks.md ( #1820 )
2020-11-12 14:23:31 -07:00
pierwill
24efb8e55a
Remove -L flag from curl requests for PGP keys
2020-11-12 10:47:38 -08:00
Scott Anderson
0ee43bba42
hotfix: fix broken link from v1 influx cli, resolves #1821
2020-11-12 11:17:36 -07:00
pierwill
57dccae955
Add --max-line-length flag to `write` docs
...
Closes #1563
2020-11-11 15:29:08 -08:00
kelseiv
79a269c544
Merge pull request #1794 from barcahead/dev-yelei
...
correct typo in WAL section
2020-11-11 15:20:56 -08:00
pierwill
468dae1536
Merge pull request #1808 from influxdata/v1-subcommands-2
...
Document `v1 auth` subcommands
2020-11-11 13:46:23 -08:00
pierwill
46cdf1d5f7
Document `v1 auth` subcommands
...
Adds the new `influx v1` command, and documents the following `v1 auth` commands:
`create`, `delete`, `list`, `set-active`, `set-inactive`, and `set-password`.
Also adds corresponding Cloud pages.
Includes examples for create and delete commands.
2020-11-11 13:44:13 -08:00
Kelly
c33df86d7c
clarify the current process is undefined
2020-11-11 12:48:38 -08:00
Kelly
f381c8bace
docker updates
2020-11-11 10:51:50 -08:00
Scott Anderson
942203d351
2.0 GA and separate Cloud from OSS ( #1805 )
...
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Security & auth
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* split content for notification endpoints
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* removed product tags from nav and articles
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Security & auth
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* split content for notification endpoints
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* removed product tags from nav and articles
* New URL switcher (#1720 )
* restructured url modal
* rearchitected the url switcher functionality
* add influxdb preference management to url switcher
* create separate pages for querying data
* update weight
* Update flux-repl.md
* Update influx-query.md
* edits f Scott
* move content from explore-metrics to data-explorer
* edits; delete explore-metrics
* edits
* delete file
* remove duplicate content
* add InfluxQLquery examples
* Remove references to "security script"
* draft updates for Band Plot vis
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Security & auth
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* split content for notification endpoints
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* removed product tags from nav and articles
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* split content for notification endpoints
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* New URL switcher (#1720 )
* restructured url modal
* rearchitected the url switcher functionality
* add influxdb preference management to url switcher
* URL validation on custom URL (#1763 )
* added url validation to custom url form, resolves #1739
* removed placeholder message from custom url form
* updated styles for url selector modal
* Move restore command to `influx` cli, update flags
* Update table for backup
* Remove RC information, update paths for restore, change `backup-path` flag to `input`
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Security & auth
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* split content for notification endpoints
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* removed product tags from nav and articles
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* New URL switcher (#1720 )
* restructured url modal
* rearchitected the url switcher functionality
* add influxdb preference management to url switcher
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* WIP separate cloud docs, duplicate content shortcode
* WIP cloud-separation
* WIP separate cloud
* duplicated oss into cloud and am making updates
* moved cloud updates to cloud
* reimplemented duplicate-oss shortcode
* separate Cloud and OSS content in Tools & integ...
* Split OSS and Cloud content for Manage org
* Split OSS and Cloud - Manage Orgs add'l updates
* various updates, primarily in oss and cloud reference
* Move InfluxQL doc to Cloud
- Remove the "Query with InfluxQL" page from OSS docs
- Re-incorporate changes made in https://github.com/influxdata/docs-v2/pull/1506
* URL validation on custom URL (#1763 )
* added url validation to custom url form, resolves #1739
* removed placeholder message from custom url form
* updated styles for url selector modal
* WIP updating InfluxDB OSS naming throughout
* updated canonical shortcode for oss vs cloud, updated 2.0 version numbers on homepage
* updated swagger file to rc4 for 2.0 and cloud
* fixed canonical partial
* Update multi-user Cloud docs
Also adds a heading the note on permissions.
Closes #1764
* Fix table for backup flags
* Update input flag, remove TSI references
* Address PR feedback
* Remove product tag
* Fix DBRP mapping examples (#1776 )
* updated dbrp mapping examples in influxql query guide, closes #1774
* removed unnecessarily escaped newline from dbrp mapping example
* add draft rc4 and GA RNs
* cloud and oss name updates
* emphasis production ready
* update curl example
* duplicate oss pages in cloud
* Address PR feedback
* added new aws us east region, resolves #1777 (#1782 )
* Add steps for script editor
* Add cloud version
* moved and updated upgrade guides (#1783 )
* Fix typos
* update upgrade links
* edits
* Clarify 1m cardinality is initial limit only
* fix typo
* fix date
* Add note on `_internal` database to v1-to-v2 upgrade guide
Closes #1775 .
* Update influxdb.md
* fixed broken links throughout cloud docs
* fixed broken links in 2.0 oss
* Address PR feedback
* remove window pushdowns
* updated oss pushdown list
* Add instructions for verifying InfluxDB 2.0 download
* updated latest versions in edge.js
* added flux-0.94.0 to flux release notes (#1790 )
* update date and add Flux .94.0 link
* delete broken link to image
* remove auto refresh; not currently in UI
* add duplicate-oss tag to Cloud execute-queries
* highlight diff between Flux and InfluxQL example
* delete extra header
* Generate v1 compatibility API docs (#1789 )
* updated swagger generation to generate v1 compat api docs
* restructured api docs
* updated restore flags table
* updated infludb binary urls in oss and cloud
* Address PR feedback
* Make contact support a mailto link
* Add --log-level flag to `influxd upgrade`
Closes #1795
* add release note about api/v2/delete
* update delete data note for 2.0
* edit
* Fix URLs and filenames in OSS 2.0 Get Started
* update version for GA
* Add color to Flux example for Flux documentation (addresses #1724 )
* Change versions to 2.0.1 in GS
* Replace 2.0.0 with 2.0.1
* Revert Docker updates to 2.0.0
* Add release notes for 2.0.0
* edits; add known issue
* clarify DB is 1.x
* updated influxdb versions in cloud and oss getting started
* updated influxdb oss urls doc
* remove rc and upd upgrade link in back up data
* Edit `influxd upgrade` docs (#1798 )
* Edit `influxd upgrade` guide
Major revision of existing docs.
Add "Before you begin: important considerations" section.
* Address PR feedback
* Edit backup instructions
* More work on kap
* Rm comment
* Rm sentence
* Add note on Docker
* Edit intro
* Edit link
* Work on PR feedback
* Continue PR feedback
* More PR feedback
* More edits
* more edits
* Edits
* more edits
* rm word
* updates to address PR feedback for the upgrade guide
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2020-11-11 09:52:14 -07:00
fengyelei
1a574487f0
correct typo in WAL section
2020-11-10 18:20:31 +08:00
pierwill
3939b616a7
Add alias to avoid 404; fixes #1749
2020-11-05 09:38:49 -08:00
Scott Anderson
91a0c750c0
Flux 0.93 ( #1760 )
...
* added flux-0.92 and cardinality function
* added flux 0.93 release notes
* removed unsupported types from cardinality params
* updated cardinality function to address PR feedback
2020-11-04 12:58:48 -07:00
Kelly
b622521481
more 1.8.0 to 1.8.2 updates
2020-11-03 11:47:24 -08:00
noramullen1
5effbbedbb
Merge pull request #1750 from influxdata/beta-17-visualization-types
...
Add band visualization type
2020-11-02 15:53:17 -08:00
noramullen1
a63a6d85e4
Addres PR feedback
2020-11-02 15:24:11 -08:00
noramullen1
fcbc9ab835
Update time format options across visualization types
2020-11-02 15:06:27 -08:00
noramullen1
9be526d590
Update Y axis details
2020-11-02 13:12:49 -08:00
noramullen1
026d978a31
Update band.md and wording in other graph-type visualizations
2020-11-02 13:11:37 -08:00
noramullen1
78a09e7f1c
- Update band details, add hover dimension to graph type
2020-11-02 12:51:14 -08:00
kelseiv
a10941b768
Merge pull request #1744 from influxdata/rc3
...
rc3 updates
2020-10-29 18:46:25 -07:00
kelseiv
5ad5895b18
Update influxdb.md
2020-10-29 17:49:16 -07:00
kelseiv
a8855c804d
Update influxdb.md
2020-10-29 17:46:14 -07:00
Kelly
fdf139429f
rc3 updates
2020-10-29 17:42:43 -07:00
pierwill
d9b6f947cf
Edit `influxd upgrade` docs ( #1701 )
...
* Start work editing influxd upgrade
* Update flags for `influxd upgrade`
* Add more information about command
* Address PR feedback
* More PR work
* PR feedback
* Add note in upgrade guide
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2020-10-29 16:48:15 -07:00
pierwill
9fd60ee96e
Add note in upgrade guide
2020-10-29 16:45:49 -07:00
pierwill
a8a90d80d6
PR feedback
2020-10-29 16:33:35 -07:00
Scott Anderson
096a236a53
updated default value for events.duration unit param
2020-10-29 13:16:09 -06:00
Scott Anderson
b49934c958
Flux 0.91 ( #1740 )
...
* added flux 0.91.0 release notes
* fixed typo on events pkg landing
* added duration support to lastSuccess orTime param, resolves #1703
* fixed typo in flux 0.91 release notes
* added new contrib/events package (#1730 )
2020-10-29 11:56:00 -06:00
noramullen1
f5fe0247d8
Merge pull request #1719 from influxdata/gds-connector
...
GDS connector
2020-10-29 10:25:11 -07:00
Scott Anderson
ec00985e28
influxd Configuration overhaul ( #1732 )
...
* overhauled influxd flags and config options, added missing config options, closes #1726 , closes #1727 , closes #1728
* fixed minor typo in config options
* fixed typos and address PR feedback in config options
2020-10-29 11:25:02 -06:00
Alex
df484c225d
Update get-started.md
...
Corrected typo in cp path: the original was not pointing to the decompressed package folders but to the compressed file itself.
2020-10-29 11:18:06 +01:00
kelseiv
634f248d19
add description so children list is parallel
2020-10-28 14:48:56 -07:00
noramullen1
dcc446a0f8
Update google-data-studio.md
2020-10-28 12:58:11 -07:00
pierwill
e325537396
More PR work
2020-10-28 11:15:59 -07:00
noramullen1
03de9f2801
Clarify token needs to be all access
2020-10-28 10:51:16 -07:00
Mariane Previde
c7224ead6e
fix example
2020-10-28 13:52:31 -03:00
noramullen1
751c994304
Formatting fix
2020-10-28 09:00:04 -07:00
noramullen1
6b3e9aff84
Hot fix -- formatting
2020-10-28 08:59:30 -07:00
noramullen1
ea1fecce2d
Hot fix -- fix formatting on influxd-upgrade-guide
2020-10-28 08:46:18 -07:00
noramullen1
61e2551e71
Hot fix -- remove `csv.from` from count unique values example
2020-10-28 08:42:28 -07:00
noramullen1
7f8e2d5b59
Additional PR feedback
2020-10-28 08:40:12 -07:00
noramullen1
b241bc75e3
Address PR feedback
2020-10-28 08:38:38 -07:00
pierwill
1fe9ee960c
Address PR feedback
2020-10-27 11:55:13 -07:00
noramullen1
8dc8a68d45
Fix tags
2020-10-27 09:32:04 -07:00
noramullen1
68f56e602d
Update GDS doc -- addresses #1636
2020-10-27 09:26:08 -07:00
pierwill
f2e458ea96
Standardize formatting of curl API examples ( #1714 )
...
Standardize formatting of curl API examples
2020-10-26 16:01:09 -07:00
pierwill
cb3cc221fe
Merge pull request #1713 from influxdata/edit-auth-create-flags
...
Edit `influx auth create` docs to clarify permissions
2020-10-26 15:26:43 -05:00
pierwill
8a1ffcc49c
Edit `influx auth create` docs to clarify permissions
2020-10-26 13:10:05 -07:00
pierwill
efe392246b
Merge pull request #1706 from Eraac/patch-1
...
typo: wrong flag
2020-10-26 13:41:45 -05:00
pierwill
369b6fa47a
Fix typo ( closes #1708 )
2020-10-26 11:07:12 -07:00
Labesse Kévin
78849e7184
typo: wrong flag
2020-10-25 22:28:55 +01:00
kelseiv
27dc64a5eb
closes #1705
2020-10-25 10:12:09 -07:00
pierwill
a0e16df92e
Add more information about command
2020-10-23 14:18:34 -07:00
pierwill
8041888508
Update flags for `influxd upgrade`
2020-10-23 13:47:04 -07:00
pierwill
107f653eb0
Start work editing influxd upgrade
2020-10-23 13:07:56 -07:00
kelseiv
fe6b951ba8
Merge pull request #1700 from influxdata/rc2
...
InfluxDB 2.0 rc2 release notes and doc upd
2020-10-22 16:05:56 -07:00
Kelly
6f6a2520af
edit f Russ
2020-10-22 16:02:58 -07:00
Kelly
49861eae0d
close #1698
2020-10-22 14:43:31 -07:00
Kelly
7313220f82
fix docker install cmd
2020-10-22 14:26:38 -07:00
Kelly
f8341b205e
fix link
2020-10-22 14:22:10 -07:00
Kelly
6408233de3
global search to upd links to incld upgrading dir
2020-10-22 14:20:38 -07:00
Kelly
c5e7e7d51c
update filename to fix links
2020-10-22 14:15:29 -07:00
kelseiv
cc9a337f52
spell out release candidate
2020-10-22 14:14:49 -07:00
Kelly
5b33fe66c7
rc0, rc1 >> rc2 (dropped version in some places)
2020-10-22 14:07:21 -07:00
noramullen1
a76047891e
Create Google Data Studio doc (addresses #1636 )
2020-10-22 13:59:32 -07:00
kelseiv
27ec085178
Update influxdb.md
2020-10-22 13:00:46 -07:00
kelseiv
f1aff0068c
fix typo; misc
2020-10-22 12:56:35 -07:00
Kelly
4226b7e6a7
add --force option to influx stacks remove
2020-10-22 12:49:29 -07:00
Kelly
a5a0558fce
add InfluxDB 2.0 rc2 release notes
2020-10-22 12:48:37 -07:00
pierwill
6902ed5dd0
Merge pull request #1669 from influxdata/upgrade-guides
...
Add `influxd upgrade` guide (1.x to 2.0)
2020-10-22 12:54:55 -05:00
Scott Anderson
c4bf722f36
added response information for 1.8 health endpoint, resolves influxdata/DAR#135 ( #1691 )
2020-10-22 09:22:36 -06:00
pierwill
9e70e10722
Merge pull request #1693 from influxdata/cloud-password-reset
...
Document password change/reset in Cloud
2020-10-21 16:55:25 -05:00
pierwill
f3d31ab3cb
Document password change/reset in Cloud
...
Closes #1690
2020-10-21 14:52:36 -07:00
noramullen1
1062486607
Merge pull request #1657 from influxdata/add-flux-examples
...
Add flux examples
2020-10-21 14:03:43 -07:00
noramullen1
851d385473
Address PR feedback, remove experimental mentions, standardize intros
2020-10-21 14:02:14 -07:00
noramullen1
9de464ecc3
Standardizing intros
2020-10-21 13:24:10 -07:00
noramullen1
832563ede1
Update recalculate_value_column.md
2020-10-21 13:19:47 -07:00
noramullen1
23f25ad2a5
Update recalculate_value_column.md
2020-10-21 13:17:57 -07:00
noramullen1
b412281237
Update examples to use noaa bucket recommended in sample data page
2020-10-21 12:55:51 -07:00
noramullen1
5556e3f8cd
Add NOAA water details to sample data page
2020-10-21 12:50:14 -07:00
noramullen1
9c3016c2c8
Address PR feedback
2020-10-21 12:30:55 -07:00
Skillz4Killz
19b8d2014c
Update js.md ( #1639 )
2020-10-20 15:24:44 -06:00
AJ
dc366504b5
fix(pagerduty): update pagerduty sendevent function ( #1542 )
...
* fix(pagerduty): update pagerduty sendevent function
Update pagerduty.sendEvent parameters have changed
* fix(review): update based on review
2020-10-20 10:51:07 -06:00
noramullen1
542aaf1f6c
Combine find and count docs
2020-10-20 09:46:54 -07:00
Scott Anderson
c7b9db8013
Flux 0.90 ( #1689 )
...
* added flux 0.90.0 to release notes
* Flux Sensu package (#1219 )
* added Flux Sensu package, resolves #1217
* updated sensu pkg to address PR feedback
* resolved merge conflicts
* updated sensu pkg to address PR feedback
* moved sensu package to new file structure
* fixed broken content in sensu package
* added sensu pkg link in release notes, fixed menu frontmatter in sensu pkg
2020-10-20 10:20:18 -06:00
noramullen1
5c3cf57956
Address PR feedback
2020-10-20 09:09:24 -07:00
Scott Anderson
a9bfeff3d4
Readd deprecated v1 functions and update schema package ( #1681 )
...
* readded deprecated v1 pkg functions
* updated schema exploration guide and variable queries with schema package
* updated schema pkg to address PR feedback
2020-10-20 09:17:00 -06:00
qq214516448
dd7e7eb837
example is error ( #1686 )
...
Fix configuration key error.
2020-10-20 08:52:10 -06:00
pierwill
3a8209b77e
Edit upgrade guide note in Get Started
2020-10-19 14:11:51 -07:00
pierwill
fee73a2056
Add 1.x to 2.0 upgrade guide
...
- Add "Upgrade InfluxDB" reference directory for this
and 2.0 to 2.0rc guide
2020-10-19 14:11:44 -07:00
noramullen1
b813d97bf7
Add common query and common task examples
2020-10-19 12:11:50 -07:00
Scott Anderson
2c2b0a2a4b
fixed icons ( #1685 )
2020-10-19 12:02:31 -06:00
pierwill
c94ccacfd6
Fix typo
2020-10-19 10:14:54 -07:00
alespour
1efc76f43c
fix(docs): replace obsolete code example in geo guide( #1648 )
2020-10-19 10:46:40 -06:00
pierwill
2445fba9dc
Add alias to rc0 upgrade guide
2020-10-19 09:41:59 -07:00
pierwill
5cb6f1db86
Add timeShift() function to query docs ( #1676 )
2020-10-16 13:38:56 -07:00
pierwill
2d9816402d
Merge pull request #1670 from influxdata/flux-schema-pkg
...
Move v1 package to schema package
2020-10-16 11:33:18 -07:00
Kelly
f59c39d45d
make eg generic
2020-10-16 11:31:19 -07:00
Kelly
8a9f8f8bc0
update curl example
2020-10-15 16:24:19 -07:00
pierwill
fe29275290
Edit Flux 0.89.0 release notes
2020-10-15 14:29:11 -07:00
pierwill
65624f7e74
Merge pull request #1674 from influxdata/flux-89-release-notes
...
Add Flux 0.89.0 release notes
2020-10-15 13:39:30 -07:00
pierwill
ffdc05369a
Merge pull request #1673 from influxdata/grafana-config
...
fix(grafana): fix grafana config page
2020-10-15 13:39:03 -07:00
pierwill
37a1020710
Document `influx write --rate-limit` syntax ( #1646 )
...
Document `influx write --rate-limit` syntax
2020-10-15 13:24:45 -07:00
pierwill
925496932e
Add Flux 0.89.0 release notes
2020-10-15 12:39:05 -07:00
pierwill
2717b5781d
Add list of functions moved to `schema`
2020-10-15 12:28:20 -07:00
pierwill
8a99314de2
Remove v1 language from schema description
2020-10-15 10:52:18 -07:00
pierwill
cee28dd1c2
Edit rc1 release notes
2020-10-15 10:09:03 -07:00
pierwill
11701a4953
Edit `influx upgrade` docs
2020-10-15 10:08:30 -07:00
pierwill
ace25a5a67
Add deprecation warning
2020-10-15 09:55:10 -07:00
pierwill
60ea12c13f
Fix capitalization
2020-10-15 09:45:56 -07:00
pierwill
d8f6797ca7
Add aliases to schema function pages
2020-10-15 09:44:51 -07:00
pierwill
4c59a09249
Move databases() back to influxdb-v1 package
2020-10-15 09:42:24 -07:00
Russ Savage
e195cb5b46
fix(grafana): fix grafana config page
2020-10-15 08:58:59 -07:00
pierwill
1281a7c15a
Add InfluxDB 2.0 rc1 release notes ( #1665 )
...
Add InfluxDB 2.0 rc1 release notes
2020-10-14 15:48:23 -07:00
pierwill
c6f7dc8474
Move v1 package to schema package
2020-10-14 15:41:51 -07:00
pierwill
ecfeffea0a
Merge pull request #1645 from influxdata/influxd-upgrade
...
Document `influxd upgrade` CLI command
2020-10-14 13:26:34 -07:00
pierwill
6bedec9669
Rm subcommands
2020-10-14 13:23:08 -07:00
pierwill
a16c0296d5
Bump rc0 upgrade guide to rc1
2020-10-14 12:53:24 -07:00
pierwill
33ec7a617a
Document `influxd upgrade` command
2020-10-14 12:51:09 -07:00
pierwill
baca52e932
Document configuring HTTP response headers
2020-10-13 12:40:17 -07:00
noramullen1
0af7947421
Merge pull request #1656 from influxdata/pricing-plans-update
...
Add missing pricing vectors
2020-10-13 11:10:51 -07:00
noramullen1
d8d690337f
Address PR feedback
2020-10-13 11:10:07 -07:00
pierwill
f760e371b7
Merge pull request #1655 from influxdata/flux-0.88
...
Flux 0.88
2020-10-13 10:48:34 -07:00
noramullen1
a5cd9e0e86
Add missing pricing vectors
2020-10-13 10:47:55 -07:00
noramullen1
3232dbcabf
Merge pull request #1642 from influxdata/delete-data-2020
...
Add delete data
2020-10-12 17:47:44 -07:00
noramullen1
650cf3e5ca
Update steps
2020-10-12 17:46:09 -07:00
noramullen1
73e826113d
Bolded versions
2020-10-12 17:37:25 -07:00
noramullen1
d1aca2dc92
Merge branch 'delete-data-2020' of https://github.com/influxdata/docs-v2 into delete-data-2020
2020-10-12 17:32:15 -07:00
noramullen1
715ea048be
Address PR feedback
2020-10-12 17:31:58 -07:00
kelseiv
ddb93ec966
update weight
...
Update weight to bump delete data down the TOC
2020-10-12 17:13:45 -07:00
noramullen1
d09f510be2
move to correct place, fix menu and tag frontmatter
2020-10-12 15:03:41 -07:00
pierwill
74d5cdb400
Update port number
2020-10-12 12:23:05 -07:00
Kelly
56e346b2a3
fix link
2020-10-12 11:38:36 -07:00
Kelly
41d27d1766
fixed table formatting
2020-10-12 11:38:06 -07:00
Kelly
9af6a7f7ec
clarify delete with predicate works w Cloud
2020-10-12 11:26:52 -07:00
pierwill
9113b3ae56
Fix typo
...
Closes #1638
2020-10-12 09:48:26 -07:00
kelseiv
2331303bca
Revert "Add Telegram endpoint (addresses #1198 )"
2020-10-09 13:35:44 -07:00
noramullen1
cfca876536
Merge pull request #1575 from influxdata/dbrp-mapping-fixes
...
DBRP mapping fixes
2020-10-08 16:56:52 -07:00
kelseiv
9eb3ba4990
Merge pull request #1627 from influxdata/delete-404
...
redirect delete w predicate to influx delete
2020-10-08 11:03:07 -07:00
Kelly
351ec90c62
clarify m is minutes and mo is months
2020-10-08 11:00:02 -07:00
Kelly
ace3134b64
redirect delete w predicate to influx delete
2020-10-08 09:20:31 -07:00
kelseiv
1ae9c0e977
add link to more info on the DBRP mapping API doc
2020-10-07 16:19:22 -07:00
kelseiv
f0f0901e94
add link for more info to see DBRP mapping API doc
2020-10-07 16:17:51 -07:00
pierwill
2f437e97d6
Edit flux 88 release notes
2020-10-07 14:16:22 -07:00
kelseiv
63690d4918
Merge branch 'master' into dbrp-mapping-fixes
2020-10-07 13:06:17 -07:00
kelseiv
a34a45d5cf
add link to more InfluxQL info
2020-10-07 13:02:05 -07:00
kelseiv
7d4d043794
update curl example to tie FROM into dbrp convention
2020-10-07 12:59:29 -07:00
kelseiv
d00fcfc246
added org and org ID options
2020-10-07 12:57:23 -07:00
pierwill
284c578856
Fix typo in task doc
...
Closes #1615
2020-10-07 10:10:27 -07:00
noramullen1
aff90f23ce
Fix parameter names
2020-10-06 14:41:19 -07:00
pierwill
d11b8135ff
Add Flux 0.88.0 release notes
...
Also:
- Add v.85.0, .86.0, .87.0, and .87.1 release notes.
- Fix formatting errors in previous release notes
2020-10-06 14:31:03 -07:00
noramullen1
9bf2c5b451
Addresses #1604
2020-10-06 12:52:21 -07:00
pierwill
a69016aa79
Merge pull request #1562 from influxdata/permission-denied
...
Add page on troubleshooting systemd permissions
2020-10-06 10:56:42 -07:00
pierwill
be431087ef
Add page on troubleshooting systemd permissions
2020-10-06 10:55:14 -07:00
noramullen1
56481cee45
Merge pull request #1591 from influxdata/new-notification-endpoints
...
Add Telegram endpoint (addresses #1198 )
2020-10-06 10:17:57 -07:00
pierwill
0ddba6af4e
Link to rc0 upgrade guide from Get Started
2020-10-05 13:25:55 -07:00
Pavel Závora
ca19c0158b
feat(cmd/influx/write): limit write rate
...
Follow code changes in https://github.com/influxdata/influxdb/pull/19660
2020-10-05 19:46:27 +02:00
noramullen1
56610498eb
Add telegram to index page.
2020-10-05 10:12:53 -07:00
noramullen1
841d380f2f
Update create.md
2020-10-05 09:51:59 -07:00
pierwill
65d10195fa
Merge pull request #1590 from influxdata/influxdb-1.8.3
...
Publish InfluxDB 1.8.3 docs
2020-10-04 13:41:25 -07:00
pierwill
ab15f9b383
Fix InfluxDB 1.8.3 URL
2020-10-04 13:38:22 -07:00
kelseiv
edeade9f78
Merge pull request #1552 from influxdata/cloud-template
...
Cloud templates
2020-10-02 17:44:59 -07:00
kelseiv
66e6667868
Update content/influxdb/v2.0/influxdb-templates/cloud.md
...
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-10-02 17:36:13 -07:00
kelseiv
20b64744dd
typo
2020-10-02 16:32:32 -07:00
Kelly
4d6dbab397
add'l edits
2020-10-02 16:29:24 -07:00
Kelly
cbd24f2da2
edits
2020-10-02 16:08:12 -07:00
noramullen1
e073a78cf9
Add remaining content
2020-10-02 12:52:10 -07:00
noramullen1
a74e209999
Add flux examples (addresses #1587 )
2020-10-02 12:43:28 -07:00
noramullen1
2abf45387e
Update influxql.md
2020-10-02 12:32:14 -07:00
noramullen1
3efa0e868a
Update links to telegram details and changed channel ID to chat ID in Flux docs to match UI
2020-10-02 11:42:39 -07:00
noramullen1
25dbf81432
Add Telegram endpoint (addresses #1198 )
2020-10-02 10:52:00 -07:00
pierwill
cb21106b9a
Add InfluxDB 1.8.3 release notes ( #1582 )
...
* Add link to /debug/vars endpoint
2020-10-02 10:46:52 -07:00
pierwill
b04032c923
Add link to /debug/vars endpoint
2020-10-02 10:46:02 -07:00
noramullen1
d7aba791c8
Reorganize order of content
2020-10-02 10:32:33 -07:00
pierwill
52f85154e0
Update OSS 1.8.3 install links
...
Closes #1583
2020-10-02 10:20:41 -07:00
vlastahajek
117b5c99fe
fix(client): Fixing Go client guide reflect latest state
2020-10-02 17:35:49 +02:00
pierwill
f52554e7b4
Add InfluxDB 1.8.3 release notes
2020-10-01 15:59:02 -07:00
pierwill
336c6f0633
Merge pull request #1581 from influxdata/helm-getting-started
...
Add link to Helm charts in Getting Started
2020-10-01 13:30:01 -07:00
pierwill
b65ca41f92
Minor formatting changes
2020-10-01 12:15:23 -07:00
pierwill
544819fa63
Merge pull request #1578 from xe-nvdk/patch-1
...
Update all.md
2020-10-01 12:11:53 -07:00
Ignacio Van Droogenbroeck
2fd6a715a0
Update all.md
...
Glad to help.
Let me know.
Ignacio
2020-10-01 15:53:20 -03:00
noramullen1
31cf61b929
Update influxql.md
2020-10-01 11:40:19 -07:00
noramullen1
b402366e43
Update dbrp.md
2020-10-01 11:37:44 -07:00
noramullen1
ff3e7a9bc3
Update dbrp.md
2020-10-01 11:36:10 -07:00
noramullen1
d9366d7829
Update dbrp.md
2020-10-01 11:34:31 -07:00
noramullen1
da510a47f6
Update dbrp.md
2020-10-01 11:24:29 -07:00
noramullen1
e918a2ae03
Merge branch 'dbrp-mapping-fixes' of https://github.com/influxdata/docs-v2 into dbrp-mapping-fixes
2020-10-01 09:21:56 -07:00
noramullen1
a0f8e6087d
Address PR feedback
2020-10-01 09:21:53 -07:00
Russ Savage
a78bfd9230
fix(rcupgrade): add link to boltbrowser
2020-10-01 08:32:32 -07:00
Ignacio Van Droogenbroeck
e05571dff5
Update all.md
...
All the titles of the options were in H1, which was bigger than their section title marked with h2. I also use <code> tag to tidy commands.
2020-10-01 12:21:22 -03:00
pierwill
db24219063
Fix rc0 upgrade guide ToC
2020-09-30 15:10:53 -07:00
kelseiv
2f200184d4
Merge pull request #1572 from influxdata/beta-17
...
Update docs for InfluxDB OSS 2.0 release candidate
2020-09-30 14:32:39 -07:00
pierwill
79dba04050
Edit note on DBRP mappings
2020-09-30 14:21:29 -07:00
Kelly
9f6f55fe20
remove Flux version note
2020-09-30 13:24:43 -07:00
Kelly
4e86e8d2b0
update css and layouts; remove beta language
2020-09-30 13:22:25 -07:00
Kelly
590d4e2534
update install rc links
2020-09-30 13:10:23 -07:00
Kelly
c7696b8746
clarify data
2020-09-30 12:14:29 -07:00
Kelly
9c8637b7a3
delete extra space
2020-09-30 12:13:10 -07:00
Kelly
58e03dd432
update RNs and misc doc updates
2020-09-30 12:07:04 -07:00
Phil Bracikowski
70852db264
Fix typo
2020-09-30 10:03:22 -07:00
pierwill
dd24c5b651
Add note on `influx backup` in 2.0.0-rc.0
2020-09-29 16:11:24 -07:00
Kelly
f2656f641f
stack updates
2020-09-29 14:35:43 -07:00
Kelly
79cd039e9f
add example with explicit strings
2020-09-29 12:42:32 -07:00
Kelly
eb5b4c5a04
add stacks changes
2020-09-29 12:22:54 -07:00
pierwill
0cec83290f
Merge pull request #1422 from influxdata/migration-guide
...
InfluxDB 2.0rc upgrade guide
2020-09-29 10:43:13 -07:00
Kelly
4ef6ec72b0
edits
2020-09-25 12:38:51 -07:00
Kelly
985cca382f
edit and organize
2020-09-25 12:38:23 -07:00
Kelly
5ce78930f3
abbr
2020-09-25 11:52:28 -07:00
Kelly
b31f18e5d0
add cloud monthly upd on templates
2020-09-25 11:48:59 -07:00
Kelly
539156f883
update Cloud templates doc
2020-09-25 11:42:42 -07:00
Jacob Marble
f3df3843cf
fix(flux/profiler): example code fixed
...
Copy-pasted the example into the InfluxDB UI and it didn't work. Looks
like it was just a typo.
2020-09-25 10:39:42 -07:00
noramullen1
be05c069a8
Respond to PR feedback
2020-09-25 08:56:05 -07:00
Kelly
f7f80c4abc
fix broken graphics
2020-09-24 12:59:45 -07:00
noramullen1
f5342c9e4e
Move intro information
2020-09-24 10:26:22 -07:00
noramullen1
314bd42ea2
Update heading (addresses #1430 )
2020-09-24 10:19:32 -07:00
pierwill
5af0a714cd
Merge pull request #1539 from influxdata/csv-ulimit
...
Add note on increasing ulimit, "too many open files" errors
2020-09-23 21:45:46 -07:00
pierwill
c83be789bc
Add note on increasing ulimit, "too many open files" errors
...
Closes #1517
2020-09-23 21:44:43 -07:00
pierwill
b7a1f763c5
Create InfluxDB 2.0rc upgrade guide
2020-09-23 15:00:50 -07:00
kelseiv
7e2168abba
Update get-started.md
2020-09-23 14:36:29 -07:00
Kelly
1f583044ab
add task offset + now time
2020-09-23 14:16:04 -07:00
noramullen1
c1700c8a4a
Remove mosaic.md for now
2020-09-23 13:14:06 -07:00
pierwill
ddf17d2339
Merge pull request #1520 from influxdata/new-csv-3
...
Document new CSV capabilities
2020-09-23 11:04:05 -07:00
pierwill
2b307025e0
Add strict mode to extended annotated CSV docs
...
Rm extra bold formatting
2020-09-23 10:33:09 -07:00
kelseiv
782b8a512f
Merge branch 'beta-17' into export-resources
2020-09-23 08:55:09 -07:00
kelseiv
08064362ed
Update create.md
2020-09-23 08:04:12 -07:00
Kelly
31c3737cb5
add how export resources by name
2020-09-23 08:00:24 -07:00
Mark Nguyen
9046aad9c5
Fixed minor typo in python library getting started documentation
...
If you follow the code example line by line, you end up using InfluxDBClient which has not been imported yet. The complete example clearly show us referencing it through the module, so I edited the step-by-step instructions to do the same.
2020-09-23 00:00:11 -07:00
noramullen1
4b06b4edfc
Add details
2020-09-22 15:20:33 -07:00
pierwill
3a5a0eff8f
Replace --active-config flag
2020-09-22 15:17:25 -07:00
pierwill
2d9de734f0
Add --error-file example
2020-09-22 15:15:20 -07:00
pierwill
aa427c228f
Add CSV #concat syntax example
2020-09-22 14:51:16 -07:00
pierwill
6757d80037
influx-inspect: Document -lponly flag
...
Remove --nodml flag
Closes #1525
2020-09-22 13:29:11 -07:00
pierwill
090e47244c
Document --nodml flag in `influx_inspect export` doc
...
Closes #1339
2020-09-22 13:25:31 -07:00
pierwill
2aa4af137a
Edit case for "influx CLI"
2020-09-22 12:42:26 -07:00
pierwill
6b3022254c
Document `influx version` command ( #1528 )
...
* Document `influx version` command
2020-09-22 12:35:51 -07:00
pierwill
0bb23ed65b
Add link to Helm charts in Getting Started
...
Closes #850
2020-09-22 09:57:21 -07:00
noramullen1
2282255bf8
Merge branch 'beta-17' into beta-17-visualization-types
2020-09-21 13:12:41 -07:00
pierwill
73032213c6
Document new CSV capabilities
...
- Document --error-file flag
- Also italicize "n" in --skipHeader flag
- Link from annotated CSV compatibility warning
- Add #concat syntax to extended annotated CSV
- Mention --error-file flag in write-data CSV doc
2020-09-21 12:59:27 -07:00
pierwill
f903844b17
Merge branch 'master' into beta-17
2020-09-21 12:51:23 -07:00
kelseiv
a9958d4e25
Merge pull request #1453 from influxdata/ping-typo-russ
...
fix(ping): fix typo in host
2020-09-21 11:36:40 -07:00
noramullen1
1d150fdadf
Move DBRP content
2020-09-21 11:01:07 -07:00
pierwill
bac16bd743
Fix link in v1.8/v1.7 Flux docs
2020-09-17 13:39:03 -07:00
pierwill
3dc7524bda
Remove dashboard auto refresh
...
Closes #1510 .
2020-09-17 08:51:03 -07:00
pierwill
5a80845936
fix: s/compatability/compatibility
2020-09-16 15:43:43 -07:00
pierwill
94e517a4d5
Document compatability API limits ( #1506 )
...
Document compatibility API limits
2020-09-16 15:27:25 -07:00
Kelly
aeedecab2f
update heading and link
2020-09-16 14:57:14 -07:00
Kelly
6e0050c9ca
fix link
2020-09-16 14:52:21 -07:00
Kelly
3d44f28746
add Cloud monthly updates
2020-09-16 14:46:40 -07:00
pierwill
4533972406
Fix two broken links
...
Closes #1450
2020-09-16 12:54:18 -07:00
pierwill
be48440747
Fix typo
...
Closes #1456 .
2020-09-16 10:31:10 -07:00
pierwill
87f1e90195
Add note on column values to quantile() ( #1455 )
2020-09-16 10:17:03 -07:00
Russ Savage
b6f6b53166
fix(ping): fix typo in host
2020-09-16 09:29:26 -07:00
kelseiv
0c109a8657
fix typo to resolve conflict in Cloud-RN branch
2020-09-15 16:29:47 -07:00
noramullen1
e4dff44456
remove memory-to-cardinality graphic (addresses #1445 )
2020-09-15 09:29:23 -07:00
kelseiv
1ead506a35
Merge pull request #1410 from influxdata/load-data
...
Add load data
2020-09-14 15:51:43 -07:00
Kelly
5c275603b3
edit f Scott
2020-09-14 15:50:40 -07:00
Scott Anderson
1a3ce7095d
Flux 0.84 ( #1432 )
...
* added flux 0.84 release notes
* Flux Opsgenie package (#1431 )
* added the flux Opsgenie package
* minor update to opsgenie pkg description
2020-09-14 13:03:43 -06:00
noramullen1
f821a73f27
Remove api v2 path references from text and image (addresses #1442 )
2020-09-14 11:12:00 -07:00
Scott Anderson
20e21bd53d
InfluxDB 1.7 V2 equivalent ( #1439 )
...
* updated stable-version partial with v2 equivalent functionality
* updated contributing with v2 frontmatter, resolves #1313
* updated logic of v2 equivalent pages
* added v2 equivalents to influxdb 1.8
* influxdb v1.7 v2 equivalent links
2020-09-14 10:01:46 -06:00
Scott Anderson
d6e5ffa8f1
V2 equivalent pages ( #1433 )
...
* updated stable-version partial with v2 equivalent functionality
* updated contributing with v2 frontmatter, resolves #1313
* updated logic of v2 equivalent pages
* added v2 equivalents to influxdb 1.8
2020-09-11 15:18:18 -06:00
Scott Anderson
c3c48c1cec
Restructured tools and integrations section ( #1434 )
...
* restructured tools section
* typo fix in influxdb clis doc
* updated tools titles to be task oriented
2020-09-11 15:16:38 -06:00
noramullen1
53008c7a45
Clarify that data is from both series 3 and 7
2020-09-11 12:35:08 -07:00
noramullen1
3aa7f98f3e
Update image
2020-09-11 12:23:59 -07:00
Scott Anderson
3bc323d39e
Merge branch 'master' into beta-17
2020-09-10 14:19:10 -06:00
noramullen1
951fc7d89d
Fix broken link and add redirect
2020-09-10 11:25:46 -07:00
Kelly
542b0ad15a
edits
2020-09-10 11:10:11 -07:00
Kelly
8d1e003ee3
edits f Scott; separate load data to add menu item
2020-09-09 14:06:55 -07:00
noramullen1
0bd8cb0f86
WIP band
2020-09-09 11:09:04 -07:00
Kelly
75601a9f3c
add load data; tweak write data intro
2020-09-08 17:24:35 -07:00
Scott Anderson
dec1ea6e29
added canonical overrides to 1.x line protocol reference docs, resolves #1314
2020-09-08 15:39:56 -06:00
noramullen1
36e06203b7
Addresses #1361 , #1336 , #1290 (WIP)
2020-09-08 13:52:53 -07:00
Scott Anderson
349b8fd386
Merge branch 'master' of github.com:influxdata/docs-v2
2020-09-08 14:15:39 -06:00
Scott Anderson
63a9c8b536
removed depricated parameters from slack functions, resolves #1402
2020-09-08 14:11:04 -06:00
pierwill
a0cba6adb4
Document creating custom checks ( #1391 )
...
Co-authored-by: Russ Savage <russorat@users.noreply.github.com>
2020-09-08 12:00:47 -07:00
noramullen1
f7467a5888
Fix broken links
2020-09-08 10:17:13 -07:00
Scott Anderson
e130607357
updated default ports in influxdb v2 docs, resolves #1392
2020-09-04 11:45:25 -06:00
Scott Anderson
f6a75a6668
uppdated js to not change influxdb 1.x urls, added keep url tags to telegraf, chronograf, and kapacitor codeblocks
2020-09-04 11:38:40 -06:00
Scott Anderson
4fc956dae2
hotfix: added alias to influxdb 1.8 flux getting started, resolves #1395
2020-09-04 10:11:36 -06:00
Scott Anderson
f90d7a5aa8
Merge pull request #1393 from influxdata/flux-0.83
...
Flux 0.83
2020-09-04 09:56:21 -06:00
Scott Anderson
c3562ee0de
updated flux operator precendence
2020-09-04 09:52:54 -06:00
Scott Anderson
fa9a79bef0
updated flux docs to address PR review
2020-09-04 09:42:12 -06:00
Scott Anderson
7202b5aee8
added --active-config flag to CLI commands, resolves #1326
2020-09-03 16:10:15 -06:00
Scott Anderson
dfebc55fe8
added -r option to influx query command, resolves #1363
2020-09-03 15:55:46 -06:00
Scott Anderson
75b7fdd00a
added BigQuery support to sql package
2020-09-03 15:26:13 -06:00
Scott Anderson
db6e89ce04
added timeWeightedAvg function
2020-09-03 15:15:40 -06:00
Scott Anderson
40021cb275
minor updates to flux integral
2020-09-03 14:58:53 -06:00
Scott Anderson
269581842a
updated flux integral with timeColumn and interpolate params
2020-09-03 14:57:57 -06:00
noramullen1
6fbb543d9f
Port over pricing updates
2020-09-03 11:21:26 -07:00
Scott Anderson
97429b4b0f
added flux influxdb tasks package
2020-09-03 11:25:58 -06:00
Scott Anderson
a47b2e0111
added link to profiler package in flux release notes
2020-09-03 10:55:33 -06:00
Scott Anderson
729845c9af
added the flux profiler package
2020-09-03 10:53:27 -06:00
Scott Anderson
fee62e27e7
added release notes for flux 0.82-0.83
2020-09-03 10:41:19 -06:00
Scott Anderson
431ee3c499
Update aliases ( #1388 )
...
* removed unnecessary aliases
* added influxdb namespace to v2 aliases
2020-09-02 15:43:20 -06:00
Scott Anderson
226ec726e7
resolved merge conflicts
2020-09-02 12:54:07 -06:00
Scott Anderson
6d81a1dea3
moved new v2 docs into new influxdb/v2 dir, style and link updates
2020-09-02 12:44:34 -06:00
Scott Anderson
b4d84e2a71
link audit cleanup
2020-09-02 12:17:41 -06:00
Scott Anderson
be87fe1f8c
Telegraf plugin restructure ( #1384 )
...
* restructure influxdb and telegraf plugin sections
* restructured the telegraf plugin docs
* corrected telegraf plugins alias
2020-09-02 12:17:41 -06:00
Kelly
95589737e7
roll over OSS 1.8.2 RNs & 1.8.1 warning
2020-09-02 12:17:40 -06:00
Scott Anderson
a84ed8f9e0
removed/replaced headings with links ( #1383 )
2020-09-02 12:17:40 -06:00
Scott Anderson
38297dc984
added reference landing, added oss tag to db internals
2020-09-02 12:17:39 -06:00
Scott Anderson
9478d2d9c3
fixed datatype in annotated csv example
2020-09-02 12:17:39 -06:00
Scott Anderson
7bc8a4722e
InfluxDB link fixes ( #1377 )
...
* fixed influxdb v2.0 links
* fixed links in influxdb 1.8
* fixed influxdb 1.7 links
* fix links in influxdb 1.6
* fixed links in influxdb 1.5
* fixed links in influxdb 1.4
* fixed links for influxdb 1.3
2020-09-02 12:17:38 -06:00
Scott Anderson
be21841d7b
Latest link fixes ( #1375 )
...
* products should not use latest references to themselves
* updated v2 links with influxdb namespace
2020-09-02 12:17:38 -06:00
Scott Anderson
a73a31f70e
fixed frontmatter description structure
2020-09-02 12:17:36 -06:00
Kelly
42822fe9e9
fix links
2020-09-02 12:17:36 -06:00
Kelly
11c83ab7bb
update other section w edits
2020-09-02 12:17:36 -06:00
Kelly
9d3572bdae
add edits f Russ
2020-09-02 12:17:36 -06:00
Scott Anderson
92778dca19
fixed landing page styles
2020-09-02 12:17:35 -06:00
Kelly
cdc16ec8ab
upd UI setup section
2020-09-02 12:17:34 -06:00
Kelly
affd576132
add steps for Linux
2020-09-02 12:17:34 -06:00
Kelly
570d139b76
add more steps for Cloud CLI setup and use
2020-09-02 12:17:34 -06:00
pierwill
2e1538c2af
New docs for Flux REPL ( #1355 )
...
- Remove `influx repl` from CLI docs
- Create new REPL reference doc
- Point all links to the new doc
- Fix references to the old CLI command
- Remove scalar values warning
- Create new Tools section
- Standardize "Read-Eval-Print Loop"
2020-09-02 12:17:34 -06:00
Kelly
3bd95970ca
add missing token flag
2020-09-02 12:17:34 -06:00
Kelly
a22cc14f16
https://github.com/influxdata/docs-v2/issues/1356
2020-09-02 12:17:33 -06:00
Kelly
6ce51ca19e
fix typos per v1 issue #2958
2020-09-02 12:17:33 -06:00
noramullen1
6738babc1b
Telegraf and other updates
...
- Addressed PR feedback.
- Added `children` short code to index pages.
- Reworked descriptions for SEO.
2020-09-02 12:17:33 -06:00
Scott Anderson
918e6426e3
added aliases for renamed flux docs in influxdb 1.7 and 1.8
2020-09-02 12:17:32 -06:00
Scott Anderson
2bb99b6e39
more link cleanup
2020-09-02 12:17:32 -06:00
Scott Anderson
dcabecdaf4
more flux link cleanup
2020-09-02 12:17:32 -06:00
Scott Anderson
1766d66be4
updated use of object to record, updated flux lang links
2020-09-02 12:17:32 -06:00
Scott Anderson
b69cdeed9a
updated version specific flux notes
2020-09-02 12:17:32 -06:00
Scott Anderson
39155c2c45
removed unnessary anchors
2020-09-02 12:17:32 -06:00
Scott Anderson
4be0bdd968
removed unsupported flux functionality from influxdb 1.7
2020-09-02 12:17:31 -06:00
Scott Anderson
116008338e
removed flux content not supported in influxdb 1.7
2020-09-02 12:17:31 -06:00
Scott Anderson
9d8cbfb0f4
migrated flux content into influxdb 1.8
2020-09-02 12:17:31 -06:00
Scott Anderson
1e32122a3b
migrated flux intro and guides into influxdb 1.7
2020-09-02 12:17:31 -06:00
Kelly
5511693391
compact-throughput updates
2020-09-02 12:17:31 -06:00
Scott Anderson
ee7b4819bc
removed hidden byte characters
2020-09-02 12:17:30 -06:00
Scott Anderson
7d8c4c5b55
fixed unintended changes
2020-09-02 12:17:30 -06:00
Scott Anderson
a3501f2abe
added aliases to all flux function docs for new structure
2020-09-02 12:17:30 -06:00
Kelly
3ccea2dce1
fix template links
2020-09-02 12:17:29 -06:00
Scott Anderson
b59d8ce9b7
migrated all updates to master into the v1-merge branch
2020-09-02 12:17:29 -06:00
Scott Anderson
5d1ff471dc
updated all latest links with latest shortcode, refactored related partial
2020-09-02 12:17:22 -06:00
noramullen1
388ddfe9ef
Add note about series cardinality
2020-09-02 12:17:21 -06:00
noramullen1
d8674e8477
Add view dashboard ID info
2020-09-02 12:17:21 -06:00
Scott Anderson
ebc0fa13a8
updated sidebar, tags, and footer templates
2020-09-02 12:17:21 -06:00
Scott Anderson
cf32e8e967
updated menu references and sidebar partial to get left nav working
2020-09-02 12:17:21 -06:00
Scott Anderson
491c29e07c
updated related article links
2020-09-02 12:17:20 -06:00
Scott Anderson
8d13b5c637
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-09-02 12:17:20 -06:00
Scott Anderson
3ace98a82a
updated integer usage on range
2020-09-02 12:17:19 -06:00
kelseiv
283d99f7c9
Update go.md
2020-09-02 12:17:18 -06:00
kelseiv
dab5e52a68
Update go.md
2020-09-02 12:17:18 -06:00
Scott Anderson
d23fa17f1c
added int support to range, resolves #1296
2020-09-02 12:17:17 -06:00
Scott Anderson
390e2eeda3
removed integer support from timeable function parameters
2020-09-02 12:17:17 -06:00
Scott Anderson
8df240d0b3
Revert "Flux Google BigQuery support"
2020-09-02 12:17:16 -06:00
Scott Anderson
c6d1baa189
quick typo fix in sql.to doc
2020-09-02 12:17:16 -06:00
Scott Anderson
1890fcb6fe
quick typo fix in sql.from doc
2020-09-02 12:17:16 -06:00
Scott Anderson
827df8fe45
added bigquery links to flux changelog
2020-09-02 12:17:16 -06:00
Scott Anderson
7acef01876
added bigquery to query sql db guide
2020-09-02 12:17:16 -06:00
Scott Anderson
99f9c388a2
added bigquery to sql package
2020-09-02 12:17:16 -06:00
Scott Anderson
30cea4540b
migrated all updates to master into the v1-merge branch
2020-09-02 12:17:06 -06:00
Scott Anderson
a13aacbbfb
updated all latest links with latest shortcode, refactored related partial
2020-09-02 12:17:06 -06:00
Scott Anderson
b9ad3e0cba
extended latest shortcode with version constraint, extended related partial to support latest shortcode
2020-09-02 12:17:05 -06:00
noramullen1
e282713e15
Add Vector update
2020-09-02 12:17:04 -06:00
noramullen1
f0a3fa44fe
Add note about series cardinality
2020-09-02 12:17:04 -06:00
noramullen1
0ef44783d6
Add view dashboard ID info
2020-09-02 12:17:04 -06:00
Scott Anderson
0fb2330fa5
added home page link in each product naviation
2020-09-02 12:17:03 -06:00
Scott Anderson
bc8c176e4d
migrated all v1 and v2 images to new image structure
2020-09-02 12:16:37 -06:00
Scott Anderson
087e8f6798
updated page title generation and other templated items
2020-09-02 12:16:24 -06:00
Scott Anderson
ff89fa5409
updated sidebar, tags, and footer templates
2020-09-02 12:16:22 -06:00
Scott Anderson
5ad7854101
updated menu references and sidebar partial to get left nav working
2020-09-02 12:16:21 -06:00
Scott Anderson
830171df21
updated related article links
2020-09-02 12:16:20 -06:00
Scott Anderson
0ce7c1a38e
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-09-02 12:16:20 -06:00
noramullen1
895aafa254
InfluxDB 1.8 updates
2020-09-02 12:16:03 -06:00
Scott Anderson
e19505e719
updated all latest links with latest shortcode, refactored related partial
2020-09-02 12:16:02 -06:00
Scott Anderson
d35add6294
extended latest shortcode with version constraint, extended related partial to support latest shortcode
2020-09-02 12:16:02 -06:00
pierwill
54b5afdb3b
Add link to clustering overview
...
Closes https://github.com/influxdata/docs.influxdata.com/issues/2349
2020-09-02 12:15:59 -06:00
noramullen1
73ef46595e
Add AWS lambda content
2020-09-02 12:15:58 -06:00
Scott Anderson
200db149eb
added home page link in each product naviation
2020-09-02 12:15:57 -06:00
Scott Anderson
075c585ff8
migrated all v1 and v2 images to new image structure
2020-09-02 12:15:56 -06:00
Scott Anderson
f8438e4c68
ported influxdb 1.3
2020-09-02 12:15:51 -06:00
Scott Anderson
7315f1277d
ported influxdb 1.4
2020-09-02 12:15:51 -06:00
Scott Anderson
104ea99789
ported influxdb 1.5
2020-09-02 12:15:51 -06:00
Scott Anderson
c3059d4ef7
ported influxdb v1.6
2020-09-02 12:15:51 -06:00
Scott Anderson
73ce365e9f
ported influxdb 1.7 docs
2020-09-02 12:15:51 -06:00
Scott Anderson
815db04ac7
updated page title generation and other templated items
2020-09-02 12:15:50 -06:00
Scott Anderson
99be367326
ported influxdb 1.8, added expand shortcode
2020-09-02 12:15:50 -06:00
Scott Anderson
6518a943c5
updated sidebar, tags, and footer templates
2020-09-02 12:15:50 -06:00
Scott Anderson
194395e88e
updated menu references and sidebar partial to get left nav working
2020-09-02 12:15:49 -06:00
Scott Anderson
56a5d9684e
updated related article links
2020-09-02 12:15:49 -06:00
Scott Anderson
fcf07e00bc
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-09-02 12:15:49 -06:00
Scott Anderson
25a0cf7439
link audit cleanup
2020-09-01 16:55:18 -06:00
Scott Anderson
605a3af1fc
Telegraf plugin restructure ( #1384 )
...
* restructure influxdb and telegraf plugin sections
* restructured the telegraf plugin docs
* corrected telegraf plugins alias
2020-09-01 16:18:42 -06:00
Kelly
76d0f7b72e
roll over OSS 1.8.2 RNs & 1.8.1 warning
2020-09-01 14:58:11 -07:00
Kelly
1110e51660
fix typo
2020-09-01 13:58:47 -07:00
kelseiv
5527bd9ff4
Merge branch 'v1-merge' into store-tokens
2020-09-01 13:41:29 -07:00
Kelly
6c62df2b52
roll over changes for #1364 , upd links/format
2020-09-01 13:39:19 -07:00
Scott Anderson
2969d085ee
removed/replaced headings with links ( #1383 )
2020-09-01 13:45:23 -06:00
Scott Anderson
ca0fc38baa
added reference landing, added oss tag to db internals
2020-09-01 09:23:50 -06:00
Scott Anderson
fd521fbeab
fixed datatype in annotated csv example
2020-09-01 09:05:11 -06:00
Scott Anderson
857bddc2bd
InfluxDB link fixes ( #1377 )
...
* fixed influxdb v2.0 links
* fixed links in influxdb 1.8
* fixed influxdb 1.7 links
* fix links in influxdb 1.6
* fixed links in influxdb 1.5
* fixed links in influxdb 1.4
* fixed links for influxdb 1.3
2020-08-31 22:01:48 -06:00
Scott Anderson
c1de0622d6
Latest link fixes ( #1375 )
...
* products should not use latest references to themselves
* updated v2 links with influxdb namespace
2020-08-31 13:47:22 -06:00
Scott Anderson
fc51ad4c64
resolved merge conflicts
2020-08-31 11:46:05 -06:00
Scott Anderson
b31aad7620
fixed frontmatter description structure
2020-08-31 09:16:34 -06:00
Kelly
0485fc4db2
fix links
2020-08-28 12:38:50 -07:00
kelseiv
ffffe8672d
Merge pull request #1369 from influxdata/connect-to-cloud-w-CLI
...
Connect to cloud w cli
2020-08-28 11:36:51 -07:00
Kelly
a3e769c82a
update other section w edits
2020-08-28 11:34:49 -07:00
Kelly
50922e1893
add edits f Russ
2020-08-28 11:31:04 -07:00
Scott Anderson
517a18f81a
fixed landing page styles
2020-08-27 11:47:38 -06:00
Kelly
57a9c16073
upd UI setup section
2020-08-26 14:58:53 -07:00
Kelly
c79167129f
add steps for Linux
2020-08-26 14:54:48 -07:00
Kelly
93af9ba1f2
add more steps for Cloud CLI setup and use
2020-08-26 14:47:19 -07:00
pierwill
aa9f0cee4f
New docs for Flux REPL ( #1355 )
...
- Remove `influx repl` from CLI docs
- Create new REPL reference doc
- Point all links to the new doc
- Fix references to the old CLI command
- Remove scalar values warning
- Create new Tools section
- Standardize "Read-Eval-Print Loop"
2020-08-26 12:58:03 -07:00
Kelly
a02910d785
add missing token flag
2020-08-26 12:32:49 -07:00
Kelly
f7f5e79c79
https://github.com/influxdata/docs-v2/issues/1356
2020-08-26 11:59:47 -07:00
Kelly
0baff12f09
fix typos per v1 issue #2958
2020-08-26 10:52:11 -07:00
noramullen1
2ff73a1966
Telegraf and other updates
...
- Addressed PR feedback.
- Added `children` short code to index pages.
- Reworked descriptions for SEO.
2020-08-25 10:36:29 -07:00
Scott Anderson
a0e71735a1
added aliases for renamed flux docs in influxdb 1.7 and 1.8
2020-08-24 09:36:04 -06:00
Scott Anderson
6b668c8f22
more link cleanup
2020-08-21 17:18:56 -06:00
Scott Anderson
bac608747f
more flux link cleanup
2020-08-21 17:14:55 -06:00
Scott Anderson
7676e04137
updated use of object to record, updated flux lang links
2020-08-21 17:09:08 -06:00
Scott Anderson
77de5a15cd
updated version specific flux notes
2020-08-21 17:02:31 -06:00
Scott Anderson
51dd0da828
removed unnessary anchors
2020-08-21 16:58:16 -06:00
Scott Anderson
a6e6f4f0c6
removed unsupported flux functionality from influxdb 1.7
2020-08-21 16:56:19 -06:00
Scott Anderson
19935568ac
removed flux content not supported in influxdb 1.7
2020-08-21 16:53:47 -06:00
Scott Anderson
50346c88e5
migrated flux content into influxdb 1.8
2020-08-21 16:45:01 -06:00
Scott Anderson
7b4400da1c
migrated flux intro and guides into influxdb 1.7
2020-08-21 16:37:43 -06:00
Kelly
25d32593fb
compact-throughput updates
2020-08-21 13:37:20 -07:00
Scott Anderson
c50dc43859
Merge pull request #1347 from influxdata/flux-aliases
...
added aliases to all flux function docs for new structure
2020-08-20 17:14:15 -06:00
Scott Anderson
73f1e1e4fd
removed hidden byte characters
2020-08-20 17:11:59 -06:00
Scott Anderson
474fece78f
fixed unintended changes
2020-08-20 17:10:31 -06:00
Scott Anderson
8ee9d08805
added aliases to all flux function docs for new structure
2020-08-20 17:01:09 -06:00
Kelly
fc2a68b0bf
fix template links
2020-08-20 14:31:14 -07:00
Scott Anderson
73070cb09d
resolved merge conflicts
2020-08-20 12:03:30 -06:00
Scott Anderson
cbcf4a7011
migrated all updates to master into the v1-merge branch
2020-08-20 11:55:31 -06:00
Scott Anderson
671964f515
updated all latest links with latest shortcode, refactored related partial
2020-08-20 11:55:31 -06:00
noramullen1
1eda96d85f
Add note about series cardinality
2020-08-20 11:55:10 -06:00
noramullen1
72e24dd183
Add view dashboard ID info
2020-08-20 11:55:10 -06:00
Scott Anderson
6412a29672
updated sidebar, tags, and footer templates
2020-08-20 11:55:10 -06:00
Scott Anderson
ce6003a613
updated menu references and sidebar partial to get left nav working
2020-08-20 11:54:09 -06:00
Scott Anderson
916a32c6b3
updated related article links
2020-08-20 11:53:20 -06:00
Scott Anderson
ac169f34bc
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-08-20 11:53:19 -06:00
Scott Anderson
86f87f26ba
fixed typos
2020-08-20 11:52:23 -06:00
Scott Anderson
03b7526e89
updated spec with types and changed objects to records, link audit
2020-08-20 11:52:22 -06:00
Scott Anderson
eb4b37da1d
updated integer usage on range
2020-08-20 11:52:02 -06:00
Scott Anderson
435e52742a
added flux-0.81 to flux changelog
2020-08-20 11:52:02 -06:00
pierwill
08bce640be
Fix description of `influx telegrafs update` subcommand
...
Closes #1335
2020-08-20 11:52:02 -06:00
Kelly
f398760f4c
update format in js client library
2020-08-20 11:52:02 -06:00
kelseiv
032184bb8c
add numbering and alignment
2020-08-20 11:52:02 -06:00
kelseiv
c292ecec6c
change header levels
2020-08-20 11:52:01 -06:00
kelseiv
403f50c700
update feedback alignment
2020-08-20 11:52:01 -06:00
kelseiv
98ce89e3d2
Update python.md
2020-08-20 11:52:01 -06:00
kelseiv
d9b93463da
align format
2020-08-20 11:52:01 -06:00
kelseiv
7625dbf0cd
edits
2020-08-20 11:52:01 -06:00
kelseiv
3720054340
Update go.md
2020-08-20 11:52:00 -06:00
kelseiv
dea27b6ac8
edits
2020-08-20 11:52:00 -06:00
kelseiv
86420521d4
minor edits
2020-08-20 11:52:00 -06:00
kelseiv
d5f8feb053
Update go.md
2020-08-20 11:52:00 -06:00
kelseiv
93f33ef74f
edit f Scott
2020-08-20 11:52:00 -06:00
pierwill
8110bf8739
Typo fix in task docs
2020-08-20 11:51:59 -06:00
pierwill
f5213798dd
Add note on variable naming restrictions
...
Fixes #1300
2020-08-20 11:51:59 -06:00
pierwill
96253ff3bc
Fix Postman docs
2020-08-20 11:51:59 -06:00
Scott Anderson
71200ad37a
added int support to range, resolves #1296
2020-08-20 11:51:59 -06:00
Scott Anderson
abb0e0d8cf
removed integer support from timeable function parameters
2020-08-20 11:51:58 -06:00
Scott Anderson
250a736d32
added flux 0.80.0 release notes
2020-08-20 11:51:58 -06:00
Scott Anderson
43226c9653
added flux 0.79.0 release notes
2020-08-20 11:50:59 -06:00
Scott Anderson
b45b271805
Revert "Flux Google BigQuery support"
2020-08-20 11:50:59 -06:00
Scott Anderson
4aaff13235
quick typo fix in sql.to doc
2020-08-20 11:50:59 -06:00
Scott Anderson
282fcd2054
quick typo fix in sql.from doc
2020-08-20 11:50:58 -06:00
Scott Anderson
405331cfeb
added bigquery links to flux changelog
2020-08-20 11:50:58 -06:00
Scott Anderson
882dfb24c5
added bigquery to query sql db guide
2020-08-20 11:50:58 -06:00
Scott Anderson
889ed9d3b4
added bigquery to sql package
2020-08-20 11:50:58 -06:00
Scott Anderson
f672739514
updated geo docs to address PR feedback
2020-08-20 11:50:58 -06:00
Scott Anderson
ed94e2e216
fixed typo in geo index page
2020-08-20 11:50:57 -06:00
Scott Anderson
14cc7d248a
updated flux 0.78 release notes with breaking changes
2020-08-20 11:50:57 -06:00
Scott Anderson
db05f6a1be
added new GIS functions and unit support to geo package
2020-08-20 11:50:57 -06:00
noramullen1
e43cf1d2c3
Add series cardinality note to tags info per DAR #106
2020-08-20 11:49:48 -06:00
Scott Anderson
a624f84e79
added flux 0.78.0 changelog
2020-08-20 11:49:18 -06:00
pierwill
52973cfbda
Fix link to sample data
...
Closes https://github.com/influxdata/DAR/issues/108
2020-08-20 11:49:18 -06:00
noramullen1
e15e6f0ccd
Update breaking changes
2020-08-20 11:49:18 -06:00
Scott Anderson
36602879ba
added influx dashboards command, deprecated influx repl, resovles #1270
2020-08-20 11:49:18 -06:00
noramullen1
302d6cd706
Add changelog
2020-08-20 11:49:17 -06:00
Scott Anderson
09ea4f2055
updated download links for beta-16
2020-08-20 11:49:17 -06:00
Scott Anderson
bab1777236
added link to flux 0.77.0 changelog
2020-08-20 11:49:17 -06:00
Scott Anderson
a72885dfab
updated duration example, commented out fn param on keyValues
2020-08-20 11:49:17 -06:00
Scott Anderson
ba92e98a80
added user-contributed influxdb package and influxdb.select function
2020-08-20 11:49:17 -06:00
Scott Anderson
e8e7afaa90
add map.rows link to flux changelog
2020-08-20 11:49:16 -06:00
Scott Anderson
fa2f15af70
added rows papckage and rows.map function
2020-08-20 11:49:16 -06:00
Scott Anderson
4c4177e9c7
added flux 0.77.0 and 0.77.1 release notes
2020-08-20 11:48:41 -06:00
pierwill
75778ca362
Fix link in Flux docs
2020-08-20 11:48:41 -06:00
pierwill
faf7659f49
Address PR feedback
2020-08-20 11:48:40 -06:00
pierwill
a150cd579f
Add info on VPC to pricing plan
2020-08-20 11:48:40 -06:00
pierwill
5d42e3e253
Link to InfluxDB URLs from Write Data page
...
Closes #1242
2020-08-20 11:48:40 -06:00
Scott Anderson
a6ba8797fc
added flux 0.76.0 and 0.76.1 release notes
2020-08-20 11:48:40 -06:00
Scott Anderson
d4ad44ea98
added flux 0.75 release notes
2020-08-20 11:48:40 -06:00
Scott Anderson
00f2008a9d
added flux 0.75 placeholder release notes
2020-08-20 11:48:39 -06:00
Kelly
f3a91d2faa
fix link
2020-08-20 11:48:38 -06:00
Kelly
f7fe927174
add link to monitor community templates
2020-08-20 11:48:38 -06:00
Anaisdg
cfd202b142
fix comments
2020-08-20 11:48:38 -06:00
Kelly
3acb634ab4
add monitor with templates
2020-08-20 11:48:37 -06:00
Anaisdg
bfa0d7963d
fixed js 'before you begin' list'
2020-08-20 11:48:37 -06:00
Anaisdg
a649e4c7f8
more fixes
2020-08-20 11:48:37 -06:00
Anaisdg
6789f6a29c
fixed url variable in full script example
2020-08-20 11:48:37 -06:00
Anaisdg
0c0a16c6db
fixed comments
2020-08-20 11:48:37 -06:00
Anaisdg
3af06f35b9
python, js, go client
2020-08-20 11:48:36 -06:00
Anaisdg
0f9f58052f
feat: python, go, js client
2020-08-20 11:48:36 -06:00
Scott Anderson
6ffc7166aa
migrated all updates to master into the v1-merge branch
2020-08-20 11:46:25 -06:00
Scott Anderson
26663e7801
updated all latest links with latest shortcode, refactored related partial
2020-08-20 11:17:27 -06:00
Scott Anderson
b7767fff8b
extended latest shortcode with version constraint, extended related partial to support latest shortcode
2020-08-20 11:17:26 -06:00
pierwill
b1ce7fcdac
Add link to clustering overview
...
Closes https://github.com/influxdata/docs.influxdata.com/issues/2349
2020-08-20 11:17:26 -06:00
noramullen1
4cd8c7b483
Add Vector update
2020-08-20 11:17:26 -06:00
noramullen1
726f8a4518
Add AWS lambda content
2020-08-20 11:17:26 -06:00
noramullen1
90ac7697e1
Add note about series cardinality
2020-08-20 11:17:26 -06:00
noramullen1
14fff56b49
Add view dashboard ID info
2020-08-20 11:16:34 -06:00
Scott Anderson
9c3656ee8e
added home page link in each product naviation
2020-08-20 11:15:27 -06:00
Scott Anderson
19104e7328
migrated all v1 and v2 images to new image structure
2020-08-20 11:15:27 -06:00
Scott Anderson
00f83dcbf9
ported influxdb 1.3
2020-08-20 11:15:20 -06:00
Scott Anderson
33aed46be3
ported influxdb 1.4
2020-08-20 11:15:20 -06:00
Scott Anderson
ed589267c9
ported influxdb 1.5
2020-08-20 11:15:20 -06:00
Scott Anderson
4f81d4fcdc
ported influxdb v1.6
2020-08-20 11:15:20 -06:00
Scott Anderson
312342af5e
ported influxdb 1.7 docs
2020-08-20 11:15:20 -06:00
Scott Anderson
bc76cc0423
updated page title generation and other templated items
2020-08-20 11:15:20 -06:00
Scott Anderson
9302be2b7b
ported influxdb 1.8, added expand shortcode
2020-08-20 11:15:20 -06:00
Scott Anderson
38fde337a8
updated sidebar, tags, and footer templates
2020-08-20 11:15:20 -06:00
Scott Anderson
9b8f8c803e
updated menu references and sidebar partial to get left nav working
2020-08-20 11:15:19 -06:00
Scott Anderson
0b70c0f36d
updated related article links
2020-08-20 11:15:18 -06:00
Scott Anderson
d286718db7
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-08-20 11:13:03 -06:00
noramullen1
026c1defa3
InfluxDB 1.8 updates
2020-08-20 06:45:40 -07:00
Scott Anderson
c57fe12222
updated all latest links with latest shortcode, refactored related partial
2020-08-19 16:43:31 -06:00
Scott Anderson
3b3213d393
extended latest shortcode with version constraint, extended related partial to support latest shortcode
2020-08-19 14:46:54 -06:00
pierwill
19aaca184f
Merge pull request #1331 from influxdata/add-clustering-note
...
Add link to clustering overview
2020-08-17 14:42:55 -07:00
pierwill
dcc30572be
Add link to clustering overview
...
Closes https://github.com/influxdata/docs.influxdata.com/issues/2349
2020-08-17 13:11:52 -07:00
noramullen1
60fd6391e3
Add Vector update
2020-08-14 15:23:25 -07:00
noramullen1
ec9bacc6cf
Add AWS lambda content
2020-08-14 13:22:44 -07:00
noramullen1
a3315e8b36
Add note about series cardinality
2020-08-14 13:18:12 -07:00
noramullen1
f493fef519
Add view dashboard ID info
2020-08-14 13:17:02 -07:00
noramullen1
24a1f93eeb
Citibike link fix
2020-08-14 13:15:02 -07:00
Kelly
ca75287098
move misc memory update PR from v1 to v2
2020-08-13 16:07:34 -07:00
Scott Anderson
09a98c7b39
added home page link in each product naviation
2020-08-10 10:21:19 -06:00
Scott Anderson
d382568620
migrated all v1 and v2 images to new image structure
2020-08-05 17:15:19 -06:00
Scott Anderson
79ac675d4a
ported influxdb 1.3
2020-07-29 22:34:33 -06:00
Scott Anderson
fec480d2df
ported influxdb 1.4
2020-07-29 22:20:26 -06:00
Scott Anderson
827408f767
ported influxdb 1.5
2020-07-29 21:44:04 -06:00
Scott Anderson
5230ab0c82
ported influxdb v1.6
2020-07-29 21:37:42 -06:00
Scott Anderson
8e6ba83d92
ported influxdb 1.7 docs
2020-07-29 16:16:31 -06:00
Scott Anderson
4bc24b208c
updated page title generation and other templated items
2020-07-29 15:58:28 -06:00
Scott Anderson
1bc815ea81
ported influxdb 1.8, added expand shortcode
2020-07-29 15:07:24 -06:00
Scott Anderson
36146aa8ee
updated sidebar, tags, and footer templates
2020-07-29 10:02:10 -06:00
Scott Anderson
ce4af5d0a7
updated menu references and sidebar partial to get left nav working
2020-07-28 16:34:16 -06:00
Scott Anderson
f48c7b7542
updated related article links
2020-07-28 16:22:54 -06:00
Scott Anderson
dfc2cb76ac
moved v2.0 into influxdb namespace, added aliases to all but flux docs
2020-07-28 15:59:56 -06:00