Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changes:
Bug fixes:

* Pin to elasticsearch-dsl>=6.0.0,<6.3.0 because version 6.3.0
introduces an incompatiblity.
introduces an incompatibility.

## 4.0.3 (2018-10-15)

Expand Down
4 changes: 2 additions & 2 deletions elasticsearch_metrics/imps/elastic8.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def check_djelme_setup(cls, using: str | Elastic8Client | None = None) -> None:
:raise: IndexTemplateNotFoundError if index template does not exist.
:raise: IndexTemplateOutOfSyncError if mappings, settings, or index patterns
are out of sync.
:return: True if index template exsits and mappings, settings, and index patterns
:return: True if index template exists and mappings, settings, and index patterns
are in sync.
"""
client = cls._get_connection(using)
Expand Down Expand Up @@ -769,7 +769,7 @@ class DjelmeElastic8Backend:
}

backend_name: str
imp_kwargs: dict[str, str] # pass-thru to elasticsearch connection kwargs
imp_kwargs: dict[str, str] # pass-through to elasticsearch connection kwargs

def djelme_backend_name(self) -> str: # for ProtoDjelmeBackend
return self.backend_name
Expand Down