Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs for query_key types (compound_query_key) #2702

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cawalch
Copy link

@cawalch cawalch commented Mar 4, 2020

Compound query keys must be passed as a list of strings. This updates the docs to reflect the possible query_key types.

Reference where query_key type is checked for setting the compound_query_key

if isinstance(raw_query_key, list):

cawalch added 2 commits March 4, 2020 11:54
Compound query keys must be passed as a list of strings. This updates the docs to reflect the possible `query_key` types.

Reference where `query_key` type is checked for setting the `compound_query_key`
https://github.com/Yelp/elastalert/blob/2791119dc1e31abe5c46bf1b733d40de90ed37a1/elastalert/loaders.py#L332
Update doc to reflect query_key types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant