Deprecate httpjson input

This commit is contained in:
Daniel Nelson 2018-02-15 18:51:32 -08:00
parent bc96f65881
commit c76ef34edc
1 changed files with 2 additions and 0 deletions

View File

@ -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. 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: ### Configuration:
```toml ```toml