We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f58c98 commit 3f4e18cCopy full SHA for 3f4e18c
fmatch/matcher.py
@@ -18,7 +18,15 @@
18
19
20
class Matcher:
21
- """Matcher"""
+ """
22
+ A class used to match or interact with an Elasticsearch index for performance scale testing.
23
+
24
+ Attributes:
25
+ index (str): Name of the Elasticsearch index to interact with.
26
+ level (int): Logging level (e.g., logging.INFO).
27
+ ES_URL (str): Elasticsearch endpoint, can be specified by the environment variable ES_SERVER
28
+ verify_certs (bool): Whether to verify SSL certificates when connecting to Elasticsearch.
29
30
31
def __init__(
32
self,
0 commit comments