docs icon indicating copy to clipboard operation
docs copied to clipboard

[Feedback] Page: /use-timescale/latest/integrations/data-ingest/telegraf/

Open geomat0101 opened this issue 1 year ago • 2 comments

Is it easy to find the information you need?

None

Are the instructions clear?

No

How could we improve the Timescale documentation site?

This is the correct Telegraf.conf syntax for table creation:


  ## Templated statements to execute when creating a new table.
  create_templates = [
      '''CREATE TABLE IF NOT EXISTS {{ .table }}({{ .columns }}); SELECT create_hypertable('{{ .table }}',by_range('time', INTERVAL '1 week'),if_not_exists := true);''',
  ]

geomat0101 avatar May 29 '24 18:05 geomat0101

Thank you for the report. We welcome documentation contributions!

  • For information about how to propose a change, see the contributing guide in our GitHub repository.
  • For information on style and word usage, see the style guide

github-actions[bot] avatar May 29 '24 18:05 github-actions[bot]

This is critical for setting up Telegraf with Timescaledb! Thank you so much

default-student avatar Oct 17 '24 07:10 default-student