Skip to content

Commit

Permalink
update httpjson input docs
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Mar 23, 2021
1 parent 641e736 commit 3b35ea4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions x-pack/filebeat/docs/inputs/input-httpjson.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This input supports:
* Pagination
* Retries
* Rate limiting
* Proxying
* Request transformations
* Response transformations

Expand Down Expand Up @@ -383,6 +384,22 @@ This specifies SSL/TLS configuration. If the ssl section is missing, the host's
CAs are used for HTTPS connections. See <<configuration-ssl>> for more
information.

[float]
==== `request.proxy_url`

This specifies proxy configuration in the form of `http[s]://<user>:<password>@<server name/ip>:<port>`

["source","yaml",subs="attributes"]
----
filebeat.inputs:
# Fetch your public IP every minute.
- type: httpjson
config_version: 2
interval: 1m
request.url: https://api.ipify.org/?format=json
request.proxy_url: http://proxy.example:8080
----

[float]
==== `request.retry.max_attempts`

Expand Down

0 comments on commit 3b35ea4

Please sign in to comment.