parent
a60027a7de
commit
2ca5cfed94
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue