diff --git a/plugins/inputs/httpjson/README.md b/plugins/inputs/httpjson/README.md index 50a36dd6c..e3ef83c87 100644 --- a/plugins/inputs/httpjson/README.md +++ b/plugins/inputs/httpjson/README.md @@ -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