Commit Graph

150 Commits (cli2.4-release-notes)

Author SHA1 Message Date
noramullen1 c764ed8e5d Hot fix -- uncomment out 1.20 changelog 2021-09-20 11:06:28 -07:00
noramullen1 9b0a48b069 Hot fix -- comment out Telegraf 1.20 changelog due to delay 2021-09-16 16:28:07 -07: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
noramullen1 9bab86012a
Telegraf 1.20.0 (#3139)
* Telegraf 1.20.0

* Update links

* Update data/telegraf_plugins.yml

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

* Update content/telegraf/v1.20/_index.md

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

* Update content/telegraf/v1.20/_index.md

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

* Update release-notes-changelog.md

* Update data/products.yml

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-09-16 15:10:35 -07:00
noramullen1 f4b3b2c494 Hot fix -- fix external plugins title 2021-09-15 14:13:22 -07:00
noramullen1 d054c8de3d
External plugins (addresses #1863) (#3059)
* Create external plugins section

* add external info

* Update WIP

* Update content/telegraf/v1.19/concepts/glossary.md

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

* Update content/telegraf/v1.19/external_plugins/_index.md

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

* Update content/telegraf/v1.19/external_plugins/_index.md

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

* Address PR feedback

* Update content/telegraf/v1.19/external_plugins/shim.md

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

* Update content/telegraf/v1.19/external_plugins/shim.md

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

* Update shim.md

* Additional edits

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-09-10 10:04:34 -07:00
Scott Anderson 867354c90e
fixed telegraf 1.18 and 1.19 versions (#3045) 2021-08-20 14:28:41 -06:00
noramullen1 3ab8606e6e
Add 1.19.3 to changelog (addresses #3031) (#3038)
* Add 1.19.3 to changelog

* Update with PR feedback

* add latest telegraf patch

Co-authored-by: Kelly <kelly@influxdata.com>
2021-08-19 14:12:55 -07:00
pierwill a21877bccb
Add instruction to install telegraf from Ubuntu package (#3025)
* Add Debian and Ubuntu headings

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-08-17 10:15:56 -05:00
Scott Anderson fc0454a45d
fixed latest patch rendering in powershell code blocks, closes #2809 (#2968) 2021-08-03 15:38:20 -06:00
noramullen1 a87ead65ac
Telegraf 1.19.2 (#2934)
* WIP

* Add changelog for 1.19.2 (addresses #2926 )

* Update version

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-29 11:06:06 -07:00
Scott Anderson bbc8fb4721 update latest patch and clean up versions 2021-07-23 16:52:47 -06:00
Samantha Wang efb874fcb6
Fix incorrect Telegraf output settings info (#2754)
* Fix Telegraf output plugins configurations

“There are no generic configuration options available for all outputs.” is wrong.

Inserted info from https://github.com/influxdata/telegraf/blob/master/docs/CONFIGURATION.md#output-plugins.

Feel free to edit as needed.

* Update content/telegraf/v1.18/administration/configuration.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-07-13 13:54:12 -07:00
noramullen1 ce5a5a8a33
1.19.1 release notes (#2819)
* 1.19.1 release notes

* Fix typo
2021-07-08 12:27:09 -07:00
pierwill 01a25524c4
Add Telegraf Windows service content to 1.19 (#2811)
Closes #2810

See https://github.com/influxdata/docs-v2/pull/2528

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
2021-07-06 11:55:20 -05:00
kelseiv 5b8483e451
Telegraf as a service (#2528)
- update latest patches for 1.18 and 1.19
- Comment out multiple configs material for now
- Clarify instructions for moving files in PowerShell
- uses the latch-patch shortcode to avoid having to follow two sets of instructions

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-07-06 11:29:37 -05:00
Samantha Wang b148141c9b
update Telegraf 1.19 release notes (#2755) 2021-06-17 16:26:33 -06:00
pierwill b56ad896c0
Publish Telegraf 1.19 docs (#2707) 2021-06-17 16:56:25 -05:00
noramullen1 51ad1397dc
telegraf 1.18.3 changelog (#2575)
* Addresses #2574

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-05-24 09:58:26 -07:00
mia-joy-liang a53a6b4d02
Update nowmetric.md (#2530) 2021-05-12 17:10:50 -07:00
mia-joy-liang 6e08e4bb32
Update nowmetric.md (#2531) 2021-05-12 17:10:11 -07:00
mia-joy-liang 780614c8d1
Update nowmetric.md (#2532) 2021-05-12 17:09:39 -07:00
mia-joy-liang f1b0c32d17
Update release-notes-changelog.md (#2534) 2021-05-12 17:07:59 -07:00
mia-joy-liang b99e9f1a5f
Update release-notes-changelog.md (#2535) 2021-05-12 17:07:29 -07:00
mia-joy-liang ceddcc3602
Update release-notes-changelog.md (#2536) 2021-05-12 17:06:21 -07:00
mia-joy-liang c03d90342b
Update release-notes-changelog.md (#2533) 2021-05-12 17:05:13 -07:00
kelseiv 433421634a
Telegraf 1.18.2 release notes (#2462)
* https://github.com/influxdata/docs-v2/issues/2461

* add space
2021-04-29 16:47:39 -07:00
kelseiv c5205902fd
Telegraf fix doc link on download page (#2435) 2021-04-19 10:21:47 -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
pierwill 22bdbb1e63
Add telegraf 1.18.1 release notes (#2396)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-04-09 05:01:05 -07:00
Aleks 83a7074e95
Use the right version in links (#2349)
The links to output data formats and line protocol links to old version.
2021-03-25 08:11:09 -06:00
noramullen1 d170ba3b36
Telegraf 1.18 (addresses #2247) (#2302)
* Telegraf 1.18  (addresses #2247)

* Address PR feedback, add plugin categories

* Add XML data format

* Address PR feedback
2021-03-17 14:43:02 -07:00
Scott Anderson 8eb5dc4b6b hotfix: fixed telegraf install code tabs 2021-03-01 11:18:24 -07:00
Samantha Wang f8c207e100
add telegraf 1.15.4 to release notes (#2121)
* add telegraf 1.15.4 to release notes

a 1.15.4 patch was technically released but only a few hours before 1.16 so didn't go through the normal process.

Closes #1709

* Update release-notes-changelog.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-02-25 22:44:48 -08:00
Scott Anderson e0d6cdd937 hotfix: experimental title fix, telegraf plugin canonical fix 2021-02-23 13:56:30 -07:00
Scott Anderson 1560b1bfe9
Add information about Telegraf processor/aggregator plugin behavior (#2174)
* add information about telegraf processor and aggreator plugin behavior, closes influxdata/DAR#174

* updated telegraf processor-aggregator doc to address PR feedback
2021-02-22 15:03:59 -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
kelseiv 69daa19332
Telegraf 1.17.3 RNs draft (#2191) 2021-02-17 18:00:14 -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
Samantha Wang 87650c1f2d
update input/output data formats (#2151)
* add prometheus data input

* update output data format list
2021-02-05 15:53:45 -08:00
noramullen1 fd336189aa Update release-notes-changelog.md 2021-01-28 17:15:41 -08:00
noramullen1 4012831fa1 Address PR feedback 2021-01-27 18:45:10 -08:00
noramullen1 ed95a5cfc9 Add 1.17.1 changelog 2021-01-27 18:29:01 -08:00
Scott Anderson 80fecb7d12 implemented mermaid js for dynamic diagrams, closes 1938 2020-12-21 22:49:43 -07:00
noramullen1 ade22fa87a fix telegraf version 2020-12-18 19:22:55 -08:00
noramullen1 4b209944f8 Update plugin name per PR feedback 2020-12-18 10:32:10 -08:00
noramullen1 125d30e2ef Fix menu 2020-12-17 12:40:45 -08:00
noramullen1 21c34af21c Telegraf 1.17 2020-12-17 12:29:08 -08:00
Samantha Wang c102dc6c8a
remove starlark storage state from release notes 2020-12-01 20:26:53 -08:00
noramullen1 f8f1102087 Removed two extras 2020-12-01 15:05:06 -08:00
noramullen1 c0d6f2083d Update release-notes-changelog.md 2020-12-01 14:50:33 -08:00
noramullen1 51c3a97d19 Remove excluded item 2020-12-01 14:49:01 -08:00
noramullen1 64f83d520e Update release-notes-changelog.md 2020-12-01 14:41:39 -08:00
noramullen1 233345a360 Update release-notes-changelog.md 2020-12-01 14:36:00 -08:00
noramullen1 af08eccb59 Add release notes for 1.16.3 2020-12-01 14:27:04 -08:00
Samantha Wang 018ed3a78b
add .0 to telegraf changelog
Telegraf 1.16.0 and Go 1.15.2
2020-11-20 10:43:25 -08:00
Kelly 70094c4aaf update aliases for Telegraf 1.16 2020-11-16 17:40:58 -08:00
noramullen1 e5e1fc1547 Fix typos 2020-11-13 13:53:19 -08:00
noramullen1 d348c3384b Fixed tenses 2020-11-13 13:52:15 -08:00
noramullen1 de4ce26a7c Update release notes for Telegraf 1.16.2 2020-11-13 13:51:31 -08:00
pierwill 24efb8e55a Remove -L flag from curl requests for PGP keys 2020-11-12 10:47:38 -08:00
kelseiv 3f12cfcb50
Update release-notes-changelog.md 2020-10-28 17:54:57 -07:00
kelseiv fc74b85b66
Update release-notes-changelog.md 2020-10-28 17:53:15 -07:00
kelseiv 9b22e279ba
minor edits 2020-10-28 17:50:51 -07:00
Kelly d110b22def update Telegraf RNs 2020-10-28 17:48:09 -07:00
noramullen1 dab92786e6 Hot fix -- telegraf changelog alignment 2020-10-22 09:55:27 -07:00
noramullen1 27742193ed Hot fix -- update version on index page 2020-10-21 19:17:16 -07:00
noramullen1 355a74c491
Merge pull request #1695 from influxdata/telegraf-116
Telegraf 1.16
2020-10-21 19:13:06 -07:00
noramullen1 4c85e2541d Fix duplicate menu 2020-10-21 15:51:39 -07:00
noramullen1 b0e8704ec2 Fix version in menus, fix yml for sumologic plugin 2020-10-21 15:49:46 -07:00
noramullen1 ecadbdd8c0 Add changelog 2020-10-21 12:06:59 -07:00
noramullen1 cdc9a4ebd9 Move content to 1.16 folder, add intel plugin 2020-10-13 11:05:48 -07:00
pierwill 7ecc92ce64
Update bike-share URL 2020-10-07 09:54: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
Samantha Wang 39f3787968
fix plugin link in HTTP/JSON guide 2020-09-25 10:25:19 -07:00
pierwill f903844b17 Merge branch 'master' into beta-17 2020-09-21 12:51:23 -07:00
pierwill 5a80845936 fix: s/compatability/compatibility 2020-09-16 15:43:43 -07:00
Sam Dillard e1266faf81
Update using_http.md (#1454)
* Update using_http.md

* Update using_http.md
2020-09-16 11:01:02 -06:00
noramullen1 ca4d659d22 Un-comment out 1.16 notes 2020-09-13 17:28:26 -07:00
noramullen1 4ef748a72b Fixed header formatting 2020-09-11 13:29:45 -07:00
noramullen1 49edf0dd2b 1.15.3 release notes and 1.16 draft (commented out) 2020-09-11 13:14:37 -07: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 6d81a1dea3 moved new v2 docs into new influxdb/v2 dir, style and link updates 2020-09-02 12:44:34 -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
pierwill 9432e7f573 Telegraf link audit (#1382)
* Link audit for telegraf

* fixed broken links, fixed telegraf card display logic, updated telegraf btn styles

Co-authored-by: pierwill <pierwill@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
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 a73a31f70e fixed frontmatter description structure 2020-09-02 12:17:36 -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
noramullen1 5c79277b4c Telegraf 2020-09-02 12:17:33 -06:00
Scott Anderson e19505e719 updated all latest links with latest shortcode, refactored related partial 2020-09-02 12:16:02 -06:00
pierwill 3e21fdf467 Port docs.influxdata.com#2938 to v1-merge branch
See https://github.com/influxdata/docs.influxdata.com/pull/2938

Also makes some minor fixes
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 2a5dce9a87 ported telegraf 1.9 2020-09-02 12:15:54 -06:00
Scott Anderson 486f9cd1fd ported telegraf 1.10 2020-09-02 12:15:54 -06:00
Scott Anderson 1c9d2b459f ported telegraf 1.11 2020-09-02 12:15:54 -06:00
Scott Anderson 2e058273d6 ported telegraf 1.12 2020-09-02 12:15:54 -06:00
Scott Anderson 18f7778cfb ported telegraf 1.13 2020-09-02 12:15:54 -06:00
Scott Anderson 1255e0ca56 ported telegraf 1.14 2020-09-02 12:15:54 -06:00
Scott Anderson 038eea0de1 ported telegraf 1.15 and kapacitor 1.5 2020-09-02 12:15:52 -06:00