Skip to content

Commit

Permalink
Update docs/sources/httppoller.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sameer Naik <[email protected]>
  • Loading branch information
Pablo Mercado and Sameer Naik authored Apr 1, 2021
1 parent 4cde900 commit addbd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/httppoller.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In the Source creation form add the following information:
- **Basic Auth Password** (optional) points to a secret that contains the HTTP basic authentication password.
- **Headers** (optional) is a set of key/value pairs that will be set within the HTTP request.

`Frequency` is formated after [Go's duration parsing][go-duration]. Most tipically this value will contain a number followed by one of "ns", "us" or "µs", "ms", "s", "m", "h". Valid examples are `15000ms` or `15s` for 15 seconds, `60m` or `1h` for one hour.
`Frequency` is formatted after [Go's duration parsing][go-duration]. Most typically this value will contain a number followed by one of "ns", "us" or "µs", "ms", "s", "m", "h". Valid examples are `15000ms` or `15s` for 15 seconds, `60m` or `1h` for one hour.

When using `CA Certificate` it should be copied into the text area in plain text.

Expand Down

0 comments on commit addbd5b

Please sign in to comment.