Commit Graph

253 Commits (revert-5774-add_release_to_docs)

Author SHA1 Message Date
Andreas Deininger 2c5559b27d
Input format json v2: fix wrong name of config option (#5240)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-11-27 09:29:57 -07:00
Scott Anderson 01e6d5c96e
InfluxDB 2.7.4 (#5232)
* InfluxDB 2.7.4, fix latest-patch shortcode for CLIs, update download links

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>

---------

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-11-14 16:49:35 -07:00
Scott Anderson fa399d9fb7
update release note date format and links (#5208) 2023-10-30 14:57:17 -06:00
Jason Stirnaman 4dc4d62a34
Telegraf: update and fix install instructions (#5196)
* fix(telegraf): closes Telegraf: After next release, remove Win workaround #5087

* fix(telegraf): installation: update and cleanup

- adds instructions for choosing an RPM repo package and constructing the command.
- adds new brew prefix and config file location
- adds Windows-specific syntax
- cleans up duplicate content
- grammar

* Update content/telegraf/v1/install.md

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

* fix(v3): apply code review corrections:

- Restore yum variable
- Remove Go version
- Add homebrew note

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-10-27 09:09:26 -05:00
Scott Anderson 07ceadba00
Port proposed Telegraf contributing guidelines forward (#5182)
* port telegraf contrib guidelines forward, closes 3902

* update telegraf contrib intro

* fixed typo

* fixed typos
2023-10-18 10:26:55 -06:00
Josh Powers 9eb0ce8b90
Remove version from change log title 2023-09-13 08:37:51 -06:00
Josh Powers 0c718b35c0
Release telegraf v1.28.1 2023-09-13 08:29:54 -06:00
Scott Anderson 35ad46c4c2
Version restructure (#5133)
* mass changes for version restructure

* fixed latest-patch and flux version generator

* updated hugo configs

* fixed flux frontmatter injector

* fixed flux frontmatter injector

* WIP api generator updates for version restructure (#5128)

* fixed telegraf plugin list

* removed latest shortcode

* fixed current-version

* fixed product dropdown crosslinking

* fixed alt links

* WIP fixing links

* fixed broken links

* updated api doc generation

* fixed additional resources

* added version redirects to edge.js

* fixed search placeholder

* fixed paged titles
2023-09-12 23:33:31 -06:00
Jason Stirnaman 0d8ebb4ff1
Telegraf: fix Windows install instructions. (#5086)
* adjust windows install guide

* fix(telegraf): provide optional config instructions for Windows.

- Avoid errors in Windows when just getting started.
- Options for commenting and replacing plugin.
- Fix command formatting.

* Update content/telegraf/v1.26/install.md

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

* Update content/telegraf/v1.26/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.27/install.md

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

* Update content/telegraf/v1.26/install.md

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

---------

Co-authored-by: Lennart Lösche <loesche.lennart@gmail.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-15 10:13:37 -05:00
Jason Stirnaman 4b6494969b
chore(telegraf): Update input and output data formats from Telegraf docs (Closes #5054): (#5072)
* Telegraf parser docs aren't consistent with the available parsers. Include parser docs from Telegraf repo, separately from data formats.
 #5054

* chore(telegraf): Update input and output data formats from Telegraf docs (Closes #5054):

- Update input data formats with latest from Telegraf docs.
- Revise output data format descriptions and frontmatter.
- Trying not to change too much yet; ideally, we'd settle on style for Telegraf docs and only pull from there.

* fix(telegraf): set list titles, fix frontmatter

* Delete accidentally committed file

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/data_formats/input/xpath_json.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Update content/telegraf/v1.27/configure_plugins/template-patterns.md

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

* Apply suggestions from code review

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

* fix(telegraf): configuration cleanup and apply suggestions

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-08 11:03:42 -05:00
Jason Stirnaman f34f2d9450
chore(telegraf): add Avro input format (parser). (#5068)
* chore(telegraf): add Avro input format (parser).

Closes #5054

* Apply suggestions from code review

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-08-02 19:58:19 -05:00
Joshua Powers c741f8f1f9
telegraf: update get-started.md (#5035)
Remove the sysvinit/upstart install instructions
2023-07-18 07:59:19 -06:00
Gijs de Blauw 60fcd9a046
Fixed typo in install.md (#5015)
Line 387

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-07-10 17:25:10 -05:00
Joshua Powers 1302c26ddd
telegraf: update some versions on change log (#4981) 2023-06-15 09:54:43 -05:00
Jason Stirnaman 831d4ba6df fix(telegraf): revise intro grammar 2023-06-12 15:38:03 -05:00
Jason Stirnaman 729192ef50 fix(telegraf): update links for v1.27 2023-06-12 15:37:28 -05:00
Jason Stirnaman 882a291240 fix(telegraf): v1.27 glossary links 2023-06-12 15:36:48 -05:00
Josh Powers e6373bf799 change log 2023-06-12 09:40:49 -06:00
Josh Powers a435b53d15 add references to v1.27 plugins 2023-06-12 09:17:52 -06:00
Josh Powers d7df6ad9eb update 1.26 to 1.27 2023-06-12 09:16:21 -06:00
Josh Powers 353bb09afb update 1_26 to 1_27 2023-06-12 09:16:21 -06:00
Josh Powers 02ea7385e7 copy v1.26 to v1.27 2023-06-12 09:16:21 -06:00
Jason Stirnaman 13eddccde0
fix(v3): misc. fixes for Telegraf, examples, bucket schemas (#4912)
* fix(serverless): telegraf env var syntax and placeholder description.

* chore(serverless): add links for outputs.influxdb_v2 example

* fix(dedicated): syntax in telegraf config example

* fix(serverless): for v3, discourage use of bucket schemas

- add a warning to discourage use of bucket schemas
- remove create instructions

* fix(telegraf): update environment variable doc and examples to match Telegraf config documentation

- https://github.com/influxdata/telegraf/tree/master/config

* Update content/influxdb/cloud-dedicated/write-data/csv/telegraf.md

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-04-27 20:04:48 -05:00
Scott Anderson c24eeb3bc7 hotfix: update telegraf get started filename, add alias, closes #4902 2023-04-27 16:01:41 -06:00
L1Cafe e889723904
Updated macOS installation instructions (#4791)
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2023-03-29 16:17:33 -05:00
Jason Stirnaman 8f7636a39d
fix(telegraf): replace grok debugger link and revise test steps (Fixes #4814) (#4817)
Co-authored-by: ArrEssJay <ArrEssJay@users.noreply.github.com>
Co-authored-by: pixelistik <pixelistik@users.noreply.github.com>
2023-03-20 12:52:30 -05:00
Joshua Powers 23f28a1ec1
telegraf: release v1.25.3 and v1.26.0 (#4796)
* copy v1.25 to v1.26

* update 1_25 to 1_26

* update 1.25 to 1.26

* add new plugins

* update release notes for v1.25.3 and v1.26.0

* update latest versions

* add new plugins

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

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

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

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

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

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

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-03-13 16:25:21 -06:00
Jason Stirnaman 8522def052
fix(telegraf): replace grok tool link, typo, and style (#4757) (#4793) 2023-03-13 12:34:42 -05:00
Joshua Powers a1991c393c
telegraf: release v1.25.1 and v1.25.2 (#4760)
* telegraf: release v1.25.1 and v1.25.2

* update date on .2
2023-02-15 09:34:17 -07:00
Scott Anderson fdeaab772d applied formatting to telegraf release notes 2023-02-03 14:54:30 -07:00
Joshua Powers fd9d87430a
Release Telegraf v1.25.0 and v1.25.1 (#4742)
* copy v1.24 to v1.25

* update 1_24 to 1_25

* update 1.24 to 1.25

* update plugins.md links

* update change log

* Add new plugins

* products.yml: update with latest versions and patches for v1.25.1

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2023-02-03 10:36:16 -07:00
Joshua Powers d5208abfa3
fix(telegraf): update v1.20, v1.21, v1.22 install instructions (#4733)
This change takes the install instructions from v1.24 which
correctly install the GPG key during the install for curl and wget
examples.

fixes: #4732
2023-01-31 10:01:08 -07:00
Shantanu Gadgil 0e71fec050
fix spelling of receive (#4731)
fix spelling of receive
2023-01-31 08:20:23 -07:00
Scott Anderson 0644efcd1c
Add new signing keys with notification (#4714)
* updated signing key file names, signatures, and checksums

* added key signing notification to all affected installation pages

* replace signature key file names with single signature file

* updated all signing keys to include _compat

* one last signing key update

* updated tee commands

* replacing more mentions of signing keys
2023-01-25 10:49:36 -07:00
peterreg 30fa217fed
Telegraf Agent config edits (#4653)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-12-01 09:34:16 -07:00
lwandzura 40951497f7
Telegraf updates and fixes (#4649)
* changed order of docs for better flow

* added related links per user feedback

* add additonal inputs plugin detail

* updated links

* updated inputs csv info
2022-11-18 15:15:38 -06:00
lwandzura 8ae3031152
fixed broken link and tested (#4647) 2022-11-17 14:19:48 -06:00
lwandzura f13513f537
fixed image, added links (#4646) 2022-11-17 13:59:27 -06:00
lwandzura 1369172c36
added link to the plugins (#4644) 2022-11-17 13:07:28 -06:00
Scott Anderson f87b40b7de
hotfix: fixed telegraf install menue frontmatter 2022-11-02 10:45:32 -06:00
noramullen1 16e358eed4
Custom builder documentation (addresses #4478 ) (#4609)
* Custom builder documentation (addresses #4478 )

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update content/telegraf/v1.24/configure_plugins/custom_builder.md

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

* Update Go version info

* PR feedback

* Move custom builder to install

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-11-02 09:27:06 -07:00
noramullen1 be8ab1fb21
Add 1.24.2 and update versions in aliases (oops) (#4561) 2022-10-17 16:55:16 -07:00
kelseiv 95446f1726
fix link in Cloud UI (#4550) 2022-10-11 13:39:47 -07:00
Samantha Wang 09f7c796ad
update 1.24 changelog titles (#4497) 2022-09-29 10:02:54 -07:00
peterreg 3161fa2dc6
Link fixes (#4488)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-09-28 16:01:06 -07:00
noramullen1 07421d073b
telegraf 1.24.1 (#4467)
* telegraf 1.24.1

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

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

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-09-21 11:01:13 -07:00
Scott Anderson 10bc089d2d hotfix: fix telegraf nav, add influxdbu banner to resources landing 2022-09-16 13:00:24 -06:00
noramullen1 c912f3bcb2
Telegraf 1.24 (#4456)
* 1.24 telegraf updates

* Add Linux CPU plugin
2022-09-15 09:38:16 -07:00
noramullen1 596b251b1c
Add 1.23.4 changelog (#4344)
* Add 1.23.4 changelog

* Update release-notes-changelog.md

* Update release-notes-changelog.md
2022-08-17 14:25:52 -07:00
noramullen1 5e0dea286d
Add 1.23.3 (#4247)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-26 08:30:01 -07:00
noramullen1 fa6faea876
Add new Telegraf videos to docs (#4221)
* Add new telegraf videos to docs

* Added metric filtering video
2022-07-18 12:09:11 -07:00
kelseiv c4f090b8d1
telegraf 1.23.2 (#4201)
* telegraf 1.23.2
* add edits from release announcement
* edit f Sam
2022-07-12 15:21:58 -07:00
noramullen1 4ad137d51e
1.23.1 patch release (#4186) 2022-07-05 15:44:50 -07:00
peterreg f072501bed
Fix for broken Telegraf Install link (#4167) 2022-06-28 17:36:08 -07:00
Kelly cfb539eb24 hotfix for portal link 2022-06-21 15:07:53 -07:00
kelseiv bacc623c9a
2.3oss (#4140)
* updates for 2.3
* upd ref menu
* add influxd flag
* add 2.3 security notes plus opt out of devel features (#4145)
* add security section to the 2.3 release notes
* security/disable-devel.md: opt out of potentially unneeded features in prod
* Update content/influxdb/v2.2/security/disable-devel.md
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* update links
* Update content/influxdb/v2.2/security/disable-devel.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* tweak config info (#4149)
* update version
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
* clarify functions were renamed
* add overview link to security updates
* change to edge file
Co-authored-by: Jamie Strandboge <jamie@strandboge.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
2022-06-21 13:20:36 -07:00
Jamie Strandboge 560ca692d1
adjust influxdb1.8 and telegraf to be consistent; add repo instructions for 2.2 (#4135)
* adjust telegraf apt install to be consistent with downloads page
* adjust influxdb 1.8 apt install to be consistent with downloads page
* adjust influxdb 2.2 yum and apt repo instructions (preferred)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-21 13:00:02 -07:00
noramullen1 1e1cc79eff
Telegraf 1.23 (#4119)
* version number updates

* Add changelog and new plugins

* add tags per pr review
2022-06-16 12:20:23 -07:00
peterreg eb34c798dd
Adding InfluxDB University course links to relevant areas in docs (#4102)
* Adding InfluxDB University videos to various docs.

* Update content/enterprise_influxdb/v1.9/introduction/installation/_index.md

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

* Add edits from kelseiv

* Adding edit from Scott

Thanks!

Co-authored-by: peterreg <pregan@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-08 17:07:27 -07:00
noramullen1 5824d5ff74
Moved template patterns info under the only two data formats it applies (addresses #3899 ) (#4075)
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-06-01 13:07:07 -07:00
noramullen1 2efad2ef0f Fix broken link and add alias for future cases (addresses #4078 ) 2022-05-31 16:31:10 -07:00
Scott Anderson 9ab4ee25bb hotfix: remove telegraf external plugin list, add external info links 2022-05-26 22:40:21 -06:00
Scott Anderson db158ef67a hotfix: fixed telegraf install tab widths, closes #4067 2022-05-26 08:53:40 -06:00
noramullen1 a968a9aae8
Add config options back to 1.22 documentation (#4026)
* Add config option back; fix broken links

* fix latest links

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
2022-05-17 17:54:32 -07:00
noramullen1 57e3db7a74
Update release-notes-changelog.md (#4027) 2022-05-17 15:22:48 -07:00
lwandzura 8e431388b0
fixed Telegraf install links (#3997)
* fixed Telegraf install links

* added alias

* added alias

* added alias
2022-05-09 10:25:10 -05:00
noramullen1 02e1d35ea2
Add 1.22.3 (#3991) 2022-04-29 08:29:06 -07:00
Scott Anderson a2a178cedf
Fix Telegraf plugin anchors and links (#3989)
* updated telegraf plugin anchors, fix telegraf links, closes #3863

* 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>
2022-04-28 20:19:55 -06:00
noramullen1 0f0930961e
Telegraf 1.22.2 (#3978)
* Telegraf 1.22.2

* Address PR feedback
2022-04-26 09:01:46 -07:00
Joshua Powers b84c11fda3
fix: update RPM/DEB repo URLS (#3901)
We now have stable, codename agnostic repo URLs for installing via a DEB or RPM. These URLs prevent the need to update constantly when new versions and/or releases occur. It also ensures that as a new distros are released we do not need to add them.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-04-22 09:32:35 -06:00
noramullen1 5c082f4907
Telegraf 1.22.1 (#3933) 2022-04-07 10:27:21 -07:00
noramullen1 5672185690
Fix to stashed changes (#3905) 2022-03-28 13:22:06 -07:00
Samantha Wang 6cabe1d9cd
Fix precision definition in Telegraf configuration (#3809)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2022-03-28 12:59:02 -07:00
noramullen1 9854c7bf0f
Telegraf reorg (#3879)
* Reorg WIP

* misc updates

* updates

* Address PM feedback

* updates

* Add new troubleshoot page

* edits

* Address PR feedback

* Address PR feedback

* Update _index.md

* Update _index.md

* Telegraf 1.22 changelog (#3884)

* W

* Add changelog

* Fix yaml

* Update _index.md

* Whitespace should follow frontmatter

* Fix indenting

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2022-03-23 16:45:56 -07:00
lwandzura 741b0120ea
Add season3 videos (#3843)
* added season 3 videos and descriptions

* Added video descriptions and added videos to docs

* Update content/resources/videos/configure-telegraf-plugin.md

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

* Update content/resources/videos/configure-telegraf-plugin.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* Update content/resources/videos/telegraf-plugin-system-overview.md

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

* Update content/resources/videos/telegraf-plugin-system-overview.md

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

* Update content/telegraf/v1.21/introduction/getting-started.md

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

* Update content/resources/videos/influxdb-edge.md

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

* Update content/resources/videos/influxdb-edge.md

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

* Update content/resources/videos/influxql-oss-and-cloud.md

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

* Update content/resources/videos/influxql-oss-and-cloud.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/pivots-in-flux.md

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

* Update content/resources/videos/pivots-in-flux.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/telegraf-agent-config-best-practice.md

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

* Update content/resources/videos/joins-in-flux.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* Update content/resources/videos/telegraf-data-ingest-plugin.md

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

* updates from review

* added ndent

* indent

* fix yaml error

* fix yaml errors

* fixed punctuation

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-03-10 08:15:22 -06:00
noramullen1 4d2b8d15f2
Add 1.21.4 (#3789)
* Add 1.21.4

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

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

* Add apt and knot plugins

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-02-16 18:01:29 -08:00
Samantha Wang 7f0da8682b
Multiple fixes to Citibike HTTP guide (#3640)
* Update using_http.md

* Add image and update link

Co-authored-by: noramullen1 <42354779+noramullen1@users.noreply.github.com>
2022-02-14 11:37:18 -08:00
noramullen1 b5611f0282
1.21.3 changelog (#3732)
* 1.21.3 changelog

* update date and version

* fix products

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

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

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

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

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

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

Co-authored-by: pierwill <19642016+pierwill@users.noreply.github.com>
2022-01-31 13:20:33 -08:00
lwandzura cb4c91b63d
added season 2 videos to docs (#3731)
* added season 2 videos to docs

* Update content/flux/v0.x/get-started/_index.md

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

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

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

* Update content/telegraf/v1.21/introduction/getting-started.md

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

* Update content/flux/v0.x/get-started/query-basics.md

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-01-31 11:47:18 -06:00
Sebastian Spaink e3ee0512a9
Merge branch 'master' into gettingstartedtelegraf 2022-01-12 19:47:26 -06:00
noramullen1 9472cd7d05
Add json v2 format, update misc. examples (addresses #3453 ) (#3639)
* Add json v2 format, update misc. examples (addresses #3453 )

* Update content/telegraf/v1.21/data_formats/input/json.md

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

* update link

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-01-07 18:49:11 -08:00
noramullen1 32d7086c70
Merge branch 'master' into gettingstartedtelegraf 2022-01-06 16:32:46 -08:00
noramullen1 b00e489f9d
Telegraf 1.21.2 release notes (#3636)
* Telegraf 1.21.2 release notes

* Fix minor version

* fix typo
2022-01-05 18:04:44 -08:00
Sebastian Spaink 04025fc545
Merge branch 'master' into gettingstartedtelegraf 2022-01-05 09:58:32 -06:00
Scott Anderson 348fe3ac59
add season 2 for meet the developer series (#3536) 2022-01-05 08:15:48 -07:00
sspaink 5362ae7af4 Use influxdb_v2 plugin in telegraf getting-started.md 2022-01-04 17:54:03 -06:00
noramullen1 ba9d348fa1 Hot fix to version number 2022-01-04 11:58:34 -08:00
noramullen1 edf7805c52
Fix link to prometheus remote write (addresses #3525) (#3532) 2022-01-04 11:06:24 -08:00
lwandzura 5c78ddbf41
added starlark processor URL (#3530)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-12-29 12:24:48 -06:00
noramullen1 d016af216e
1.21.1 change log (#3501)
* 1.21.1 changelog

* Address PR feedback
2021-12-16 17:30:50 -08:00
noramullen1 c5079381c8
Telegraf 1.21 (#3497)
* Telegraf 1.21

* Fix copypasta error

* Update data/products.yml

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

* Update data/telegraf_plugins.yml

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

* Update data/telegraf_plugins.yml

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

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

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

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

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

* Update content/telegraf/v1.21/administration/commands.md

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

* Update release-notes-changelog.md

* Update release-notes-changelog.md

* Update telegraf_plugins.yml

* Update commands.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-12-16 09:22:42 -08:00
Scott Anderson 13bab2ec28 hotfix: fix broken logstash grok patterns links, closes influxdata/DAR#253 2021-11-30 11:31:13 -07:00
noramullen1 cdd42e2a4e
Telegraf 1.20.4 (#3416)
* Telegraf 1.20.4

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

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

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

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

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

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

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2021-11-17 15:37:57 -08:00
noramullen1 e5f3c9cefc
Create Telegraf commands and flags doc (#3382)
* Create telegraf commands doc

* Add specification examples

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Update content/telegraf/v1.20/administration/commands.md

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

* Address PR feedback

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-11-16 19:23:19 -08:00
noramullen1 387eec6ae1
Fix shim and other link (#3336) 2021-11-02 09:38:27 -07:00
bgilmore-iot 214bfd6541
Update _index.md (#3195)
broken link for external plugin repo
2021-11-01 11:29:09 -07:00
Joshua Powers 20676e2133
fix: correct debian/ubuntu install instructions (#3312)
* fix: correct debian/ubuntu install instructions

This consolidates the Debian and Ubutnu install instructions into one
section. The install instructions can be the same for both as they use
the same package manager (i.e. apt).

This removes the use of the now deprecated pipe to apt-key.

This removes references to starting the service, as the service starts
on install and does not require an extra step. Also all supported
operating systems are using systemd at this point so no need to call
that out seperatly.

Removes an extra 'sudo' in deb instructions.

* missing word
2021-10-29 10:27:37 -07:00
Samantha Wang 0cec12b18f
docs: update telegraf configuration.md (#3300)
* docs: update telegraf configuration.md

* add note about rate limits
2021-10-29 10:27:07 -07:00
noramullen1 18657ebd59
Telegraf 1.20.3 (#3328)
* Telegraf 1.20.3

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

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

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

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

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

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

* Address PR feedback

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2021-10-28 17:08:23 -07:00
Samantha Wang f824ea6653
Edit description for amd_rocm_smi Telegraf plugin (#3186)
* Edit description for amd_rocm_smi Telegraf plugin

Edit name and description for amd_rocm_smi Telegraf plugin. 

Not sure if this is the only location that it needs to be udpated.

* cpl minor updates

Co-authored-by: Kelly <kelly@influxdata.com>
2021-10-28 11:02:10 -07:00