From 558c8254786d625807cd2dc19db3db0604b9d673 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 28 Aug 2019 18:01:50 -0700 Subject: [PATCH] Link to specific gjson version we are using --- plugins/parsers/json/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/parsers/json/README.md b/plugins/parsers/json/README.md index 10bcf21bd..08aeef18e 100644 --- a/plugins/parsers/json/README.md +++ b/plugins/parsers/json/README.md @@ -22,7 +22,7 @@ ignored unless specified in the `tag_key` or `json_string_fields` options. ## parsed, if not specified the whole document will be parsed. ## ## GJSON query paths are described here: - ## https://github.com/tidwall/gjson#path-syntax + ## https://github.com/tidwall/gjson/tree/v1.3.0#path-syntax json_query = "" ## Tag keys is an array of keys that should be added as tags.