Skip to content

Commit

Permalink
Fix typo in input-httpjson.asciidoc (#23536) (#23567)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1471f97)
  • Loading branch information
kaiyan-sheng authored Jan 21, 2021
1 parent e5001fe commit 8c7853b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions x-pack/filebeat/docs/inputs/input-httpjson.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ filebeat.inputs:
interval: 1m
request.url: https://api.ipify.org/?format=json
processors:
- decode_json_fields
fields: [message]
target: json
- decode_json_fields:
fields: ["message"]
target: "json"
----

["source","yaml",subs="attributes"]
Expand Down Expand Up @@ -819,9 +819,9 @@ filebeat.inputs:
last_requested_at:
value: '[[now]]'
processors:
- decode_json_fields
fields: [message]
target: json
- decode_json_fields:
fields: ["message"]
target: "json"
----

[float]
Expand Down

0 comments on commit 8c7853b

Please sign in to comment.