docs: add value_field_name to value processor (#10740)
This commit is contained in:
parent
79aa7f4ecf
commit
e4823a4c57
|
|
@ -26,6 +26,9 @@ name of the plugin.
|
||||||
## override the default metric name of "exec"
|
## override the default metric name of "exec"
|
||||||
name_override = "entropy_available"
|
name_override = "entropy_available"
|
||||||
|
|
||||||
|
## override the field name of "value"
|
||||||
|
# value_field_name = "value"
|
||||||
|
|
||||||
## Data format to consume.
|
## Data format to consume.
|
||||||
## Each data format has its own unique set of configuration options, read
|
## Each data format has its own unique set of configuration options, read
|
||||||
## more about them here:
|
## more about them here:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue