Commit Graph

303 Commits (dc62d0d011a42f4773e5e453d112e61fb2994ad6)

Author SHA1 Message Date
Scott Anderson dc62d0d011
Telegraf Controller (alpha) Documentation (#6685)
* feat: telegraf-controller scaffolding (#6625)

* feat: telegraf-ui scaffolding

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* chore: add agent management docs for telegraf controller (#6635)

* chore: add agent management docs for telegraf controller

* fix: apply suggestions from copilot PR review

* Apply suggestions from code review

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

* chore(controller): italicize required callout

* fix(controller): fixed bad shortcode syntax

---------

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

* Install Telegraf Controller (#6676)

* feat(telegraf-controller): install telegraf controller

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Manage configs with Telegraf Controller (#6681)

* chore(telegraf-controller): WIP manage configs docs

* feat(telegraf-controller): WIP manage configs

* feat(telegraf-controller): add dynamic value syntax highlighting

* feat(telegraf-controller): finish config management docs

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore(telegraf-controller): add info about updating config name and description

* chore(telegraf-controller): fix type in update config

* Apply suggestions from code review

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* chore(telegraf-controller): add content to telegraf controller landing page (#6684)

* chore: update search for telegraf controller

* fix(links): ignore influxdata slack links

* fix(links): skip nssm download in link checks

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-12-31 14:49:32 -07:00
Jason Stirnaman 6090142bb3
docs(telegraf): add missing serializer documentation (#6654)
* docs(telegraf): add missing serializer documentation

Add documentation for missing output data formats (serializers):
- binary: Binary protocol serialization with configurable entries
- cloudevents: CloudEvents JSON format (v0.3 and v1.0)
- csv: Comma-separated values with configurable columns
- prometheus: Prometheus text exposition format
- prometheusremotewrite: Prometheus protobuf for remote write
- wavefront: Wavefront data format

Also fixes:
- Rename messagepack.md to msgpack.md to match Telegraf source

This completes the serializer documentation coverage.

* Apply suggestion from @jstirnaman

* Apply suggestion from @jstirnaman

* docs(telegraf): clarify prometheusremotewrite example shows logical representation (#6661)

* Initial plan

* docs(telegraf): clarify prometheusremotewrite example shows logical representation

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>

* Update content/telegraf/v1/data_formats/output/binary.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* docs: improve prometheus serializer warnings and clarify configuration options (#6660)

* hotfix(influxdb3): fix duplicate menu entry for Enterprise security page

Change menu key from influxdb3_core to influxdb3_enterprise.

* chore(influxdb3) Security: style and cleanup: intro, requirements, callouts

* fix(influxdb3): restore clean install.md from jdstrand branch

Remove duplicate content and fix malformed code blocks introduced
during rebase conflict resolution.

* docs(telegraf): add design plan for batch format documentation

Defines documentation changes to clarify:
- Output plugin vs serializer relationship
- use_batch_format option location and purpose
- Histogram/summary handling with prometheus_client
- Choosing the right output approach

* docs(telegraf): clarify output plugins, serializers, and batch format

- Add "How output plugins use serializers" section explaining the
  relationship between output plugins and data formats
- Add "Choosing an output approach" guidance by destination and metric type
- Create prometheus serializer doc with histogram/summary guidance
- Add "Use this plugin for..." sections to prometheus_client
- Add Data formats subsection to configuration.md
- Expand output plugins index with serializer relationship

Addresses confusion about use_batch_format being an output plugin option
rather than a serializer option, and provides clear guidance on when to
use prometheus_client vs the prometheus serializer.

---------

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

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-23 11:09:07 -05:00
spike77453 8045b67adc
fix(telegraf): escape dollar in here-doc to prevent parameter expansion (#6659)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-12-22 13:47:57 -06:00
Jason Stirnaman 975132d2b9
docs(telegraf): add Helm chart links and ToC updates (#6632)
* docs(telegraf): add Helm chart links and ToC updates

Add Kubernetes/Helm deployment section with links to:
- telegraf: single instance deployment
- telegraf-ds: DaemonSet deployment
- telegraf-operator: operator-based management

Also add missing ToC links for Kubernetes and configuration sections.

* chore(telegraf): revise install intro and description
2025-12-22 09:34:40 -06:00
Jason Stirnaman 2194f3b6a9
docs(telegraf): add template serializer documentation (#6634)
Add missing documentation for the template output data format
(serializer) that allows formatting metrics using custom Go templates.

Includes configuration examples, template method reference,
batch mode usage, and Sprig function support.

closes influxdata/docs-v2#5522
2025-12-16 21:08:54 -06:00
Jason Stirnaman 271834cf74
feat(telegraf): add related links to plugin directory pages (#6597)
Add related frontmatter links from configure_plugins pages to the
dedicated plugin directory pages for easier navigation.

closes #6415
2025-12-10 10:27:01 -06:00
Sven Rebhan 5216489fd0
Telegraf v1.37.0 (#6595)
* Updating changelog

* Updating plugin list

* Updating product version

* Updating plugins

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-12-10 10:05:06 -06:00
Sven Rebhan d4eff43cf0
fix(telegraf): Correct links for Telegraf v1.36.4 (#6570)
* Updating plugins

* Fix typos

* Update content/telegraf/v1/input-plugins/dpdk/_index.md

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

* Update content/telegraf/v1/input-plugins/dpdk/_index.md

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

* Update content/telegraf/v1/input-plugins/haproxy/_index.md

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

* Update content/telegraf/v1/input-plugins/http_listener_v2/_index.md

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

* Update content/telegraf/v1/input-plugins/intel_pmu/_index.md

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

* Update content/telegraf/v1/input-plugins/ldap/_index.md

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-11-25 16:55:02 -06:00
Sven Rebhan b15807b3db
Telegraf v1.36.4 (#6543)
* Updating changelog

* Updating product version

* Updating plugins

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-11-17 13:34:36 -06:00
joe miller 79e5e20506
fix: spelling of turbostat (#6519) 2025-11-10 10:33:59 -06:00
Scott Anderson 08bc79ff3e
chore(telegraf): update telegraf configuration doc (#6517)
* chore(telegraf): update telegraf configuration doc, closes #6448

* Apply suggestions from code review

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

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-11-07 15:50:09 -07:00
Sergii Kauk 07bfb6f8cd
fix: library descriptions and links (#6518)
Corrected description of available libraries
2025-11-07 16:14:55 -06:00
Sven Rebhan 9606e1bd3e
Telegraf v1.36.3 (#6473)
* Updating changelog

* Updating product version

* Updating plugins
2025-10-21 12:23:21 -05:00
Sven Rebhan f2fd2fcf36
Telegraf v1.36.2 (#6430)
* Updating changelog

* Updating plugin list

* Updating product version

* Updating plugins
2025-09-30 09:13:25 -05:00
Jason Stirnaman 2d79a6ad16
Update content/telegraf/v1/aggregator-plugins/_index.md 2025-09-23 13:48:23 -05:00
Jason Stirnaman 1418b257f7
Update content/telegraf/v1/aggregator-plugins/_index.md 2025-09-23 13:48:16 -05:00
Sven Rebhan 41bb146a6a Updating plugins 2025-09-22 17:03:10 +02:00
Sven Rebhan 48ca9791c2 Updating changelog 2025-09-17 19:44:01 +02:00
Jason Stirnaman c44fa799ce
Merge branch 'master' into telegraf-templates 2025-09-16 08:59:58 -05:00
Jason Stirnaman 7cc92d6c26 chore(telegraf): Replace archive URLs in release notes with current plugin URLs 2025-09-12 14:44:11 -05:00
Jason Stirnaman e087bc5aae
Apply suggestions from code review 2025-09-12 10:00:44 -05:00
Sven Rebhan d90b57865a chore: Adapt plugin page structure to be under 'plugin directory' 2025-09-11 21:30:29 +02:00
Sven Rebhan 78de3407a1 Updating changelog 2025-09-11 20:41:36 +02:00
Jason Stirnaman e94bd563fd
Update content/telegraf/v1/release-notes.md 2025-09-08 23:42:16 -05:00
Sven Rebhan be2974cea2 Add Telegraf v1.35.4 release notes 2025-09-08 23:53:16 +02:00
Jason Stirnaman f587fbaf48 fix: links containing hostname 2025-08-24 21:32:26 -05:00
Jason Stirnaman a816f51c29
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-21 08:48:53 -05:00
Jason Stirnaman 29ff1ba739 chore(tools): remove minor version from product name in sidebarDisplay Kapacitor v1 instead of Kapacitor v1.<patch> 2025-08-20 16:16:48 -05:00
Jason Stirnaman 8754468dbd fix(v2): broken-link-fragment 2025-08-19 09:08:40 -05:00
Jason Stirnaman 9d14efe92e fix(v2): broken-link-fragment 2025-08-19 09:07:37 -05:00
Jason Stirnaman 4f807c9eb6 fix(v2): broken-link-fragment 2025-08-19 09:06:06 -05:00
Jason Stirnaman b90b203148 fix(telegraf): broken link fragment 2025-08-19 09:02:50 -05:00
Jason Stirnaman de021b48eb fix(telegraf): broken link fragment 2025-08-19 09:01:59 -05:00
copilot-swe-agent[bot] 0aa345572b Update APT signing key location from /etc/apt/trusted.gpg.d to /etc/apt/keyrings
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
2025-08-13 14:19:54 +00:00
Scott Anderson 7e1b1e4605
fix(telegraf): add missing telegraf patch releases (#6280) 2025-08-04 11:20:28 -05:00
Jamie Strandboge 2a9824f24b
chore: always verify GPG fingerprint
The influxdata-archive.key is designed to have a good user experience
during key rotations, but in order to do that, we need to properly
verify the key file's fingerprint and not its sha256sum (since the
primary key's fingerprint won't change with key rotations, but the
sha256sum necessarily will).

Update documentation for this to establish best practice and prepare
users for the upcoming key rotation.

Adjust dockerfiles to use this methodology.
2025-07-09 10:13:29 -05:00
Sven Rebhan 07951915c1
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-06-18 21:52:56 +02:00
Sven Rebhan 68220c1436
Update content/telegraf/v1/release-notes.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
2025-06-18 21:52:42 +02:00
Sven Rebhan e527951e8d Bump current Telegraf version to v1.35.0 2025-06-18 19:57:07 +02:00
Sven Rebhan 7e707320ad Update Telegraf release notes 2025-06-18 19:55:33 +02:00
Scott Anderson 6de5de2edb
update date format in telegraf release notes (#6127) 2025-06-06 09:32:05 -05:00
Jason Stirnaman 48c6a7a518 feat(telegraf): v1.34.1: release notes and new plugins 2025-04-02 14:33:35 -05:00
Jason Stirnaman 62af58c704 fix(telegraf): install page
- download scripts contain variable references instead of shortcode
- update SHA checksums for linux downloads
2025-04-02 14:30:02 -05:00
Jason Stirnaman e2d51b8538 chore(telegraf): home: update release version 2025-04-02 14:18:28 -05:00
Jason Stirnaman 5fe70a938a
Update content/telegraf/v1/install.md 2025-03-04 10:38:19 -06:00
Jason Stirnaman f628d3ad5e
Update content/telegraf/v1/configuration.md 2025-03-04 10:38:12 -06:00
Jason Stirnaman 4de177cb81
Update content/telegraf/v1/install.md 2025-03-04 10:38:06 -06:00
Jason Stirnaman 36ae6d0fac
Update content/telegraf/v1/configuration.md 2025-03-04 10:37:57 -06:00
Swayam Sharma 4467afff3c
fix broken links in install.md 2025-03-01 03:16:20 +05:30
Swayam Sharma a77a5950bb
fix broken links in configuration.md 2025-03-01 03:13:22 +05:30