From c76ef34edcd05108c9efbccb48c88cdba31706ae Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 15 Feb 2018 18:51:32 -0800 Subject: [PATCH] Deprecate httpjson input --- plugins/inputs/httpjson/README.md | 2 ++ 1 file changed, 2 insertions(+) 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