Skip to content

Commit

Permalink
Doc - Update elasticsearch parameters (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia authored Feb 19, 2024
1 parent fc49f7f commit 1c1ce7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,12 @@ The full set of configuration options are:
Special characters in the username or password must be
[URL encoded].
:::

- `user` - str: Basic auth username
- `password` - str: Basic auth password
- `apiKey` - str: API key
- `ssl` - bool: Use an encrypted SSL/TLS connection
(Default: `True`)
- `timeout` - float: Timeout in seconds (Default: 60)
- `cert_path` - str: Path to a trusted certificates
- `index_suffix` - str: A suffix to apply to the index names
- `monthly_indexes` - bool: Use monthly indexes instead of daily indexes
Expand Down

0 comments on commit 1c1ce7f

Please sign in to comment.