From 1c1ce7fea32151334e6426a86bced3a043649e2d Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Tue, 20 Feb 2024 00:52:01 +0100 Subject: [PATCH] Doc - Update elasticsearch parameters (#467) --- docs/source/usage.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index b1154f65..5df5eefd 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -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