Skip to content

Commit

Permalink
feat: update configs (influxdata#10676)
Browse files Browse the repository at this point in the history
Co-authored-by: Tiger Bot <>
  • Loading branch information
telegraf-tiger[bot] committed Feb 18, 2022
1 parent a60027a commit 2ca5cfe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions etc/telegraf.conf
Expand Up @@ -696,6 +696,16 @@
# ## NaNs and inf will be replaced with the given number, -inf with the negative of that number
# # float_handling = "none"
# # float_replacement_value = 0.0
#
# ## Pipeline Config
# ## To use a ingest pipeline, set this to the name of the pipeline you want to use.
# # use_pipeline = "my_pipeline"
# ## Additionally, you can specify a tag name using the notation {{tag_name}}
# ## which will be used as part of the pipeline name. If the tag does not exist,
# ## the default pipeline will be used as the pipeline. If no default pipeline is set,
# ## no pipeline is used for the metric.
# # use_pipeline = "{{es_pipeline}}"
# # default_pipeline = "my_pipeline"


# # Configuration for Event Hubs output plugin
Expand Down
10 changes: 10 additions & 0 deletions etc/telegraf_windows.conf
Expand Up @@ -696,6 +696,16 @@
# ## NaNs and inf will be replaced with the given number, -inf with the negative of that number
# # float_handling = "none"
# # float_replacement_value = 0.0
#
# ## Pipeline Config
# ## To use a ingest pipeline, set this to the name of the pipeline you want to use.
# # use_pipeline = "my_pipeline"
# ## Additionally, you can specify a tag name using the notation {{tag_name}}
# ## which will be used as part of the pipeline name. If the tag does not exist,
# ## the default pipeline will be used as the pipeline. If no default pipeline is set,
# ## no pipeline is used for the metric.
# # use_pipeline = "{{es_pipeline}}"
# # default_pipeline = "my_pipeline"


# # Configuration for Event Hubs output plugin
Expand Down

0 comments on commit 2ca5cfe

Please sign in to comment.