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

add example or code for iterating through index #98

Open
priamai opened this issue Sep 22, 2021 · 1 comment
Open

add example or code for iterating through index #98

priamai opened this issue Sep 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@priamai
Copy link

priamai commented Sep 22, 2021

Hi there,
would be nice to have a simple way to iterate through discovery:

from pandagg.discovery import discover
from pandagg import Search

indices = discover(es_client, "filebeat-*")

for index in indices: ???
@alk-lbinet alk-lbinet added the enhancement New feature or request label Sep 22, 2021
@priamai
Copy link
Author

priamai commented Feb 2, 2022

Any progress on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants