Deprecate httpjson input
This commit is contained in:
parent
bc96f65881
commit
c76ef34edc
|
@ -2,6 +2,8 @@
|
|||
|
||||
The httpjson plugin collects data from HTTP URLs which respond with JSON. It flattens the JSON and finds all numeric values, treating them as floats.
|
||||
|
||||
Deprecated (1.6): use the [http](../http) input.
|
||||
|
||||
### Configuration:
|
||||
|
||||
```toml
|
||||
|
|
Loading…
Reference in New Issue